HomeSort by relevance Sort by last modified time
    Searched refs:u_printf (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/samples/plurfmtsample/
plurfmtsample.cpp 17 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("\n")
    [all...]
  /external/icu/icu4c/source/samples/dtptngsample/
dtptngsample.cpp 17 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(" Use addPattern API to add new '. von' to existing pattern\n")
    [all...]
  /external/icu/icu4c/source/samples/dtitvfmtsample/
dtitvfmtsample.cpp 16 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("\n")
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
leperf.cpp 69 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/io/
uprintf.cpp 126 u_printf(const char *patternSpecification, function
  /external/icu/icu4c/source/io/unicode/
ustdio.h 479 * @param patternSpecification A pattern specifying how <TT>u_printf</TT> will
485 u_printf(const char *patternSpecification,
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 328 #define u_printf U_ICU_ENTRY_POINT_RENAME(u_printf) macro
    [all...]

Completed in 97 milliseconds