Home
last modified time | relevance | path

Searched refs:u_printf (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/samples/dtptngsample/
Ddtptngsample.cpp17 u_printf("========================================================================\n"); in getBestPatternExample()
18 u_printf(" getBestPatternExample()\n"); in getBestPatternExample()
19 u_printf("\n"); in getBestPatternExample()
20 u_printf(" Use DateTimePatternGenerator to create customized date/time pattern:\n"); in getBestPatternExample()
21 u_printf(" yQQQQ,yMMMM, MMMMd, hhmm, jjmm per locale\n"); in getBestPatternExample()
22 u_printf("========================================================================\n"); in getBestPatternExample()
75 u_printf("========================================================================\n"); in addPatternExample()
76 u_printf(" addPatternExample()\n"); in addPatternExample()
77 u_printf("\n"); in addPatternExample()
78 u_printf(" Use addPattern API to add new '. von' to existing pattern\n"); in addPatternExample()
[all …]
/external/icu/icu4c/source/samples/plurfmtsample/
Dplurfmtsample.cpp17 u_printf("=============================================================================\n"); in PluralFormatExample()
18 u_printf(" PluralFormatExample()\n"); in PluralFormatExample()
19 u_printf("\n"); in PluralFormatExample()
20 u_printf(" Use PluralFormat and Messageformat to get Plural Form for languages below:\n"); in PluralFormatExample()
21 u_printf(" English, Slovenian\n"); in PluralFormatExample()
22 u_printf("=============================================================================\n"); in PluralFormatExample()
40 u_printf("Output by using PluralFormat and MessageFormat API\n"); in PluralFormatExample()
41 u_printf("%-16s%-16s%-16s\n","Number", "English","Slovenian"); in PluralFormatExample()
51u_printf("%-16d%-16S%-16S\n", numbers[i], msgEn.getTerminatedBuffer(),msgSl.getTerminatedBuffer()); in PluralFormatExample()
54 u_printf("\n"); in PluralFormatExample()
[all …]
/external/icu/icu4c/source/samples/dtitvfmtsample/
Ddtitvfmtsample.cpp16 u_printf("===============================================================================\n"); in dtitvfmtPreDefined()
17 u_printf(" dtitvfmtPreDefined()\n"); in dtitvfmtPreDefined()
18 u_printf("\n"); in dtitvfmtPreDefined()
19 u_printf(" Use DateIntervalFormat to get date interval format for pre-defined skeletons:\n"); in dtitvfmtPreDefined()
20 u_printf(" yMMMd, MMMMd, jm per locale\n"); in dtitvfmtPreDefined()
21 u_printf("===============================================================================\n"); in dtitvfmtPreDefined()
78 u_printf("===============================================================================\n"); in dtitvfmtCustomized()
79 u_printf("\n"); in dtitvfmtCustomized()
80 u_printf(" dtitvfmtCustomized()\n"); in dtitvfmtCustomized()
81 u_printf("\n"); in dtitvfmtCustomized()
[all …]
/external/icu/icu4c/source/test/perf/leperf/
Dleperf.cpp69 u_printf("leperf: Testing %s for %.fs...\n", U_ICU_VERSION, len); in main()
93 u_printf("leperf: Running SFI...\r"); in main()
95u_printf("leperf: SFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, 1000000000.0*(tim… in main()
106 u_printf("leperf: testing %s\n", fontPath); in main()
107 u_printf("leperf: Running ...\r"); in main()
110u_printf("leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)… in main()
111 u_printf("leperf: DATA|\"%s\"|%.2f|\n", U_ICU_VERSION, timeNs); in main()
112 u_printf("leperf: glyphs=%d\n", p.glyphCount); in main()
/external/icu/icu4c/source/io/
Duprintf.cpp126 u_printf(const char *patternSpecification, in u_printf() function
/external/icu/icu4c/source/io/unicode/
Dustdio.h487 u_printf(const char *patternSpecification,
/external/icu/icu4c/source/common/unicode/
Durename.h328 #define u_printf U_ICU_ENTRY_POINT_RENAME(u_printf) macro