Searched refs:u_printf (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/plurfmtsample/
H A Dplurfmtsample.cpp17 u_printf("=============================================================================\n");
18 u_printf(" PluralFormatExample()\n");
19 u_printf("\n");
20 u_printf(" Use PluralFormat and Messageformat to get Plural Form for languages below:\n");
21 u_printf(" English, Slovenian\n");
22 u_printf("=============================================================================\n");
40 u_printf("Output by using PluralFormat and MessageFormat API\n");
41 u_printf("%-16s%-16s%-16s\n","Number", "English","Slovenian");
51 u_printf("%-16d%-16S%-16S\n", numbers[i], msgEn.getTerminatedBuffer(),msgSl.getTerminatedBuffer());
54 u_printf("\
[all...]
/external/icu/icu4c/source/samples/plurfmtsample/
H A Dplurfmtsample.cpp17 u_printf("=============================================================================\n");
18 u_printf(" PluralFormatExample()\n");
19 u_printf("\n");
20 u_printf(" Use PluralFormat and Messageformat to get Plural Form for languages below:\n");
21 u_printf(" English, Slovenian\n");
22 u_printf("=============================================================================\n");
40 u_printf("Output by using PluralFormat and MessageFormat API\n");
41 u_printf("%-16s%-16s%-16s\n","Number", "English","Slovenian");
51 u_printf("%-16d%-16S%-16S\n", numbers[i], msgEn.getTerminatedBuffer(),msgSl.getTerminatedBuffer());
54 u_printf("\
[all...]
/external/chromium_org/third_party/icu/source/samples/dtptngsample/
H A Ddtptngsample.cpp17 u_printf("========================================================================\n");
18 u_printf(" getBestPatternExample()\n");
19 u_printf("\n");
20 u_printf(" Use DateTimePatternGenerator to create customized date/time pattern:\n");
21 u_printf(" yQQQQ,yMMMM, MMMMd, hhmm, jjmm per locale\n");
22 u_printf("========================================================================\n");
90 u_printf("========================================================================\n");
91 u_printf(" addPatternExample()\n");
92 u_printf("\n");
93 u_printf(" Us
[all...]
/external/icu/icu4c/source/samples/dtptngsample/
H A Ddtptngsample.cpp17 u_printf("========================================================================\n");
18 u_printf(" getBestPatternExample()\n");
19 u_printf("\n");
20 u_printf(" Use DateTimePatternGenerator to create customized date/time pattern:\n");
21 u_printf(" yQQQQ,yMMMM, MMMMd, hhmm, jjmm per locale\n");
22 u_printf("========================================================================\n");
75 u_printf("========================================================================\n");
76 u_printf(" addPatternExample()\n");
77 u_printf("\n");
78 u_printf(" Us
[all...]
/external/chromium_org/third_party/icu/source/samples/dtitvfmtsample/
H A Ddtitvfmtsample.cpp16 u_printf("===============================================================================\n");
17 u_printf(" dtitvfmtPreDefined()\n");
18 u_printf("\n");
19 u_printf(" Use DateIntervalFormat to get date interval format for pre-defined skeletons:\n");
20 u_printf(" yMMMd, MMMMd, jm per locale\n");
21 u_printf("===============================================================================\n");
86 u_printf("===============================================================================\n");
87 u_printf("\n");
88 u_printf(" dtitvfmtCustomized()\n");
89 u_printf("\
[all...]
/external/icu/icu4c/source/samples/dtitvfmtsample/
H A Ddtitvfmtsample.cpp16 u_printf("===============================================================================\n");
17 u_printf(" dtitvfmtPreDefined()\n");
18 u_printf("\n");
19 u_printf(" Use DateIntervalFormat to get date interval format for pre-defined skeletons:\n");
20 u_printf(" yMMMd, MMMMd, jm per locale\n");
21 u_printf("===============================================================================\n");
78 u_printf("===============================================================================\n");
79 u_printf("\n");
80 u_printf(" dtitvfmtCustomized()\n");
81 u_printf("\
[all...]
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dleperf.cpp69 u_printf("leperf: Testing %s for %.fs...\n", U_ICU_VERSION, len);
93 u_printf("leperf: Running SFI...\r");
95 u_printf("leperf: SFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, 1000000000.0*(timeTaken/(double)loopCount), (int32_t)loopCount);
106 u_printf("leperf: testing %s\n", fontPath);
107 u_printf("leperf: Running ...\r");
110 u_printf("leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount);
111 u_printf("leperf: DATA|\"%s\"|%.2f|\n", U_ICU_VERSION, timeNs);
112 u_printf("leperf: glyphs=%d\n", p.glyphCount);
/external/icu/icu4c/source/test/perf/leperf/
H A Dleperf.cpp69 u_printf("leperf: Testing %s for %.fs...\n", U_ICU_VERSION, len);
93 u_printf("leperf: Running SFI...\r");
95 u_printf("leperf: SFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, 1000000000.0*(timeTaken/(double)loopCount), (int32_t)loopCount);
106 u_printf("leperf: testing %s\n", fontPath);
107 u_printf("leperf: Running ...\r");
110 u_printf("leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount);
111 u_printf("leperf: DATA|\"%s\"|%.2f|\n", U_ICU_VERSION, timeNs);
112 u_printf("leperf: glyphs=%d\n", p.glyphCount);
/external/chromium_org/third_party/icu/source/io/
H A Duprintf.c118 u_printf(const char *patternSpecification, function
/external/icu/icu4c/source/io/
H A Duprintf.c118 u_printf(const char *patternSpecification, function
/external/chromium_org/third_party/icu/source/io/unicode/
H A Dustdio.h456 * @param patternSpecification A pattern specifying how <TT>u_printf</TT> will
462 u_printf(const char *patternSpecification,
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h454 * @param patternSpecification A pattern specifying how <TT>u_printf</TT> will
460 u_printf(const char *patternSpecification,
/external/icu/icu4c/source/common/unicode/
H A Durename.h325 #define u_printf U_ICU_ENTRY_POINT_RENAME(u_printf) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h333 #define u_printf U_ICU_ENTRY_POINT_RENAME(u_printf) macro

Completed in 943 milliseconds