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

  /external/chromium_org/third_party/icu/source/i18n/
dtptngen_impl.h 112 class PtnSkeleton : public UMemory {
118 PtnSkeleton();
119 PtnSkeleton(const PtnSkeleton& other);
120 UBool equals(const PtnSkeleton& other);
123 virtual ~PtnSkeleton();
130 PtnSkeleton *skeleton;
182 PtnSkeleton skeleton;
187 void set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeleton);
188 void copyFrom(const PtnSkeleton& skeleton)
    [all...]
dtptngen.cpp 802 const PtnSkeleton* specifiedSkeleton=NULL;
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 112 class PtnSkeleton : public UMemory {
118 PtnSkeleton();
119 PtnSkeleton(const PtnSkeleton& other);
120 UBool equals(const PtnSkeleton& other);
123 virtual ~PtnSkeleton();
130 PtnSkeleton *skeleton;
182 PtnSkeleton skeleton;
187 void set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeleton);
188 void copyFrom(const PtnSkeleton& skeleton)
    [all...]
dtptngen.cpp 803 const PtnSkeleton* specifiedSkeleton=NULL;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtptngen.h 33 class PtnSkeleton;
486 const UnicodeString* getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const PtnSkeleton** specifiedSkeletonPtr = 0);
487 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, int32_t flags, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);
  /external/icu/icu4c/source/i18n/unicode/
dtptngen.h 33 class PtnSkeleton;
486 const UnicodeString* getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const PtnSkeleton** specifiedSkeletonPtr = 0);
487 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, int32_t flags, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);

Completed in 56 milliseconds