HomeSort by relevance Sort by last modified time
    Searched refs:applyPattern (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /external/chromium/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 53 set.applyPattern(pattern, status);
  /external/icu4c/test/intltest/
callimts.cpp 108 ((SimpleDateFormat*) fmt)->applyPattern("HH:mm:ss.SSS zzz, EEEE, MMMM d, yyyy G");
tchcfmt.cpp 249 fileform->applyPattern("0#is no folder|1#is one folder|2#are many folders", status );
251 it_logln("status applyPattern OK!");
589 * Test applyPattern
convtest.cpp 430 mapSet.applyPattern(map, pos, 0, NULL, errorCode);
440 mapnotSet.applyPattern(mapnot, pos, 0, NULL, errorCode);
    [all...]
incaltst.cpp 762 fmt->applyPattern("yy-MM-dd");
tsmthred.cpp 518 fmt->applyPattern(pattern, realStatus);
    [all...]
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 53 set.applyPattern(pattern, status);
  /external/chromium/third_party/icu/source/i18n/
decimfmt.cpp 23 * 08/26/97 aliu Extensive changes to applyPattern; completely
    [all...]
umsg.cpp 315 ((MessageFormat*)fmt)->applyPattern(UnicodeString(pattern,patternLength),*parseError,*status);
unum.cpp 828 ((DecimalFormat*)format)->applyPattern(pat,*parseError, *status);
udat.cpp 330 ((SimpleDateFormat*)format)->applyPattern(pat);
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/
decimfmt.cpp 23 * 08/26/97 aliu Extensive changes to applyPattern; completely
74 * and plural currency style. And the patterns are set through applyPattern.
    [all...]
umsg.cpp 315 ((MessageFormat*)fmt)->applyPattern(UnicodeString(pattern,patternLength),*parseError,*status);
unum.cpp 831 ((DecimalFormat*)format)->applyPattern(pat,*parseError, *status);
udat.cpp 374 ((SimpleDateFormat*)format)->applyPattern(pat);
smpdtfmt.cpp     [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 285 * form.applyPattern("There {0,choice,0#are no files|1#is one file|1<are {0,number,integer} files}.");
359 applyPattern(template);
384 public void applyPattern(String template) {
    [all...]
SimpleDateFormat.java 405 public void applyPattern(String template) {
    [all...]
  /libcore/luni/src/main/native/
NativeDecimalFormat.cpp 185 fmt->applyPattern(pattern.unicodeString(), status);
  /external/chromium/third_party/icu/source/test/intltest/
convtest.cpp 397 mapSet.applyPattern(map, pos, 0, NULL, errorCode);
407 mapnotSet.applyPattern(mapnot, pos, 0, NULL, errorCode);
    [all...]
incaltst.cpp 779 fmt->applyPattern("yy-MM-dd");
tsmthred.cpp 871 fmt->applyPattern(pattern, realStatus);
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java 574 decimalFormat.applyPattern(pattern);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 230 sFormatter.applyPattern("#,###");
    [all...]

Completed in 805 milliseconds

1 2 34 5