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

  /external/chromium_org/third_party/icu/source/test/intltest/
dtptngts.cpp 554 UnicodeString bestPattern;
565 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status);
566 logln(UnicodeString(" -> ") + bestPattern);
568 SimpleDateFormat sdf(bestPattern, loc, status);
591 UnicodeString bestPattern;
609 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status);
610 logln(UnicodeString(" -> ") + bestPattern);
611 enFormat->applyPattern(bestPattern);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
udatpg.h 199 * @param bestPattern
201 * @param capacity the capacity of bestPattern.
204 * @return the length of bestPattern.
210 UChar *bestPattern, int32_t capacity,
233 * @param bestPattern
236 * the capacity of bestPattern.
240 * @return the length of bestPattern.
247 UChar *bestPattern, int32_t capacity,
  /external/icu/icu4c/source/i18n/unicode/
udatpg.h 201 * @param bestPattern
203 * @param capacity the capacity of bestPattern.
206 * @return the length of bestPattern.
212 UChar *bestPattern, int32_t capacity,
235 * @param bestPattern
238 * the capacity of bestPattern.
242 * @return the length of bestPattern.
249 UChar *bestPattern, int32_t capacity,
  /external/chromium_org/third_party/icu/source/i18n/
udatpg.cpp 59 UChar *bestPattern, int32_t capacity,
63 bestPattern, capacity, pErrorCode);
70 UChar *bestPattern, int32_t capacity,
81 return result.extract(bestPattern, capacity, *pErrorCode);
dtptngen.cpp 747 const UnicodeString *bestPattern=NULL;
760 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
762 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
    [all...]
  /external/icu/icu4c/source/i18n/
udatpg.cpp 59 UChar *bestPattern, int32_t capacity,
63 bestPattern, capacity, pErrorCode);
70 UChar *bestPattern, int32_t capacity,
81 return result.extract(bestPattern, capacity, *pErrorCode);
dtptngen.cpp 773 const UnicodeString *bestPattern=NULL;
804 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
806 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c 117 UChar bestPattern[20];
129 bestPattern, 20, &errorCode);
134 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
142 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode);
  /external/icu/icu4c/source/test/cintltst/
udatpg_test.c 132 UChar bestPattern[20];
144 bestPattern, 20, &errorCode);
149 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
157 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode);
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1575 milliseconds