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

  /external/chromium/third_party/icu/source/test/cintltst/
udatpg_test.c 115 UChar bestPattern[20];
127 bestPattern, 20, &errorCode);
132 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
140 length = udatpg_getBestPattern(dtpg, s, 0, bestPattern, 20, &errorCode);
  /external/chromium/third_party/icu/source/test/intltest/
dtptngts.cpp 512 UnicodeString bestPattern;
523 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status);
524 logln(UnicodeString(" -> ") + bestPattern);
526 SimpleDateFormat sdf(bestPattern, loc, status);
549 UnicodeString bestPattern;
567 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status);
568 logln(UnicodeString(" -> ") + bestPattern);
569 enFormat->applyPattern(bestPattern);
603 UnicodeString bestPattern = randDTGen->getBestPattern(randomSkeleton, status);
  /external/icu4c/test/intltest/
dtptngts.cpp 513 UnicodeString bestPattern;
524 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status);
525 logln(UnicodeString(" -> ") + bestPattern);
527 SimpleDateFormat sdf(bestPattern, loc, status);
550 UnicodeString bestPattern;
568 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status);
569 logln(UnicodeString(" -> ") + bestPattern);
570 enFormat->applyPattern(bestPattern);
604 UnicodeString bestPattern = randDTGen->getBestPattern(randomSkeleton, status);
    [all...]
  /external/icu4c/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/icu4c/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 748 const UnicodeString *bestPattern=NULL;
761 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
763 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
    [all...]
  /external/icu4c/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/chromium/third_party/icu/public/i18n/unicode/
udatpg.h 159 * @param bestPattern
161 * @param capacity the capacity of bestPattern.
164 * @return the length of bestPattern.
170 UChar *bestPattern, int32_t capacity,
  /external/chromium/third_party/icu/source/i18n/
udatpg.cpp 59 UChar *bestPattern, int32_t capacity,
70 return result.extract(bestPattern, capacity, *pErrorCode);
dtptngen.cpp 748 const UnicodeString *bestPattern=NULL;
761 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
763 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE);
    [all...]

Completed in 894 milliseconds