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

  /external/icu4c/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/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 747 const UnicodeString *bestPattern=NULL;
760 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
762 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);

Completed in 8150 milliseconds