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
@ -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…
Reference in New Issue
Block a user