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

  /external/chromium/third_party/icu/public/i18n/unicode/
dtptngen.h 412 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds);
  /external/chromium/third_party/icu/source/i18n/
dtptngen.cpp 760 const PtnSkeleton* specifiedSkeleton=NULL;
761 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
763 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE);
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 760 const PtnSkeleton* specifiedSkeleton=NULL;
761 bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, &specifiedSkeleton);
763 resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, FALSE, options);
    [all...]
  /external/icu4c/i18n/unicode/
dtptngen.h 463 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);

Completed in 402 milliseconds