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

  /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/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/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/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/i18n/
filteredbrk.cpp 114 //if(debug2) u_printf("str, native len=%d\n", utext_nativeLength(fText.getAlias()));
120 //if(debug2) u_printf(" n@ %d\n", n);
124 //if(debug2) u_printf("skipping prev: |%C| \n", (UChar)uch);
126 //if(debug2) u_printf("not skipping prev: |%C| \n", (UChar)uch);
128 //if(debug2) u_printf(" -> : |%C| \n", (UChar)uch);
141 //if(debug2) u_printf("rev< /%C/ cont?%d @%d\n", (UChar)uch, r, utext_getNativeIndex(fText.getAlias()));
145 //if(debug2) u_printf("rev<?/%C/?end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
148 //if(debug2) u_printf("rev<+/%C/+end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
152 //if(debug2) u_printf("rev< /%C/ end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
156 ////if(debug2) u_printf("rev< /%C/ matched, skip..%d bestValue=%d\n", (UChar)uch, r, bestValue)
    [all...]
  /external/chromium_org/third_party/icu/source/io/
uprintf.h 81 * Parse a single u_printf format string.
82 * @param fmt A pointer to a '%' character in a u_printf format specification.
uprntf_p.c 75 * A u_printf handler function.
76 * A u_printf handler is responsible for handling a single u_printf
    [all...]
  /external/icu/icu4c/source/io/
uprintf.h 81 * Parse a single u_printf format string.
82 * @param fmt A pointer to a '%' character in a u_printf format specification.
uprintf.c 118 u_printf(const char *patternSpecification, function
uprntf_p.c 75 * A u_printf handler function.
76 * A u_printf handler is responsible for handling a single u_printf
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 325 #define u_printf U_ICU_ENTRY_POINT_RENAME(u_printf) macro
    [all...]
  /external/icu/icu4c/source/io/unicode/
ustdio.h 454 * @param patternSpecification A pattern specifying how <TT>u_printf</TT> will
460 u_printf(const char *patternSpecification,
    [all...]
  /external/icu/icu4c/
APIChangeReport.html     [all...]

Completed in 404 milliseconds