mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-10660 add back removed comments to fix missing sample code in ICU4C API doc
X-SVN-Rev: 35084
This commit is contained in:
parent
ab9706155a
commit
c7519ed407
2 changed files with 4 additions and 1 deletions
|
@ -70,6 +70,7 @@ static void dtitvfmtPreDefined() {
|
|||
i++;
|
||||
}
|
||||
u_fclose(out);
|
||||
//! [dtitvfmtPreDefined]
|
||||
}
|
||||
|
||||
static void dtitvfmtCustomized() {
|
||||
|
@ -129,6 +130,7 @@ static void dtitvfmtCustomized() {
|
|||
}
|
||||
}
|
||||
u_fclose(out);
|
||||
//! [dtitvfmtCustomized]
|
||||
}
|
||||
|
||||
int main (int argc, char* argv[])
|
||||
|
|
|
@ -67,6 +67,7 @@ static void getBestPatternExample() {
|
|||
/* close the file resource */
|
||||
u_fclose(f);
|
||||
delete cal;
|
||||
//! [getBestPatternExample]
|
||||
}
|
||||
|
||||
static void addPatternExample() {
|
||||
|
@ -150,7 +151,7 @@ static void replaceFieldTypesExample() {
|
|||
delete zone;
|
||||
delete cal;
|
||||
u_fclose(out);
|
||||
|
||||
//! [replaceFieldTypesExample]
|
||||
}
|
||||
|
||||
int main (int argc, char* argv[])
|
||||
|
|
Loading…
Add table
Reference in a new issue