Searched refs:PtnSkeleton (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtptngen_impl.h | 154 class PtnSkeleton : public UMemory { 161 PtnSkeleton(); 162 PtnSkeleton(const PtnSkeleton& other); 163 void copyFrom(const PtnSkeleton& other); 165 UBool equals(const PtnSkeleton& other) const; 172 virtual ~PtnSkeleton(); 178 LocalPointer<PtnSkeleton> skeleton; 228 PtnSkeleton skeleton; 233 void set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeleton); 234 void copyFrom(const PtnSkeleton& skeleton); [all …]
|
D | dtptngen.cpp | 757 PtnSkeleton localSkeleton; in getSkeleton() 767 PtnSkeleton localSkeleton; in staticGetSkeleton() 776 PtnSkeleton localSkeleton; in getBaseSkeleton() 786 PtnSkeleton localSkeleton; in staticGetBaseSkeleton() 1187 const PtnSkeleton* specifiedSkeleton = nullptr; in getBestPattern() 1454 PtnSkeleton skeleton; in addPatternWithSkeleton() 1485 const PtnSkeleton* entrySpecifiedSkeleton = nullptr; in addPatternWithSkeleton() 1542 const PtnSkeleton** specifiedSkeletonPtr) { in getBestRaw() 1547 const PtnSkeleton* specifiedSkeleton=nullptr; in getBestRaw() 1586 const PtnSkeleton* specifiedSkeleton, in adjustFieldTypes() [all …]
|
/external/icu/libicu/cts_headers/ |
D | dtptngen_impl.h | 154 class PtnSkeleton : public UMemory { 161 PtnSkeleton(); 162 PtnSkeleton(const PtnSkeleton& other); 163 void copyFrom(const PtnSkeleton& other); 165 UBool equals(const PtnSkeleton& other) const; 172 virtual ~PtnSkeleton(); 178 LocalPointer<PtnSkeleton> skeleton; 228 PtnSkeleton skeleton; 233 void set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeleton); 234 void copyFrom(const PtnSkeleton& skeleton); [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | dtptngen.h | 41 class PtnSkeleton; variable 601 …_t includeMask, DistanceInfo* missingFields, UErrorCode& status, const PtnSkeleton** specifiedSkel… 602 …UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton,…
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtptngen.h | 41 class PtnSkeleton; variable 601 …_t includeMask, DistanceInfo* missingFields, UErrorCode& status, const PtnSkeleton** specifiedSkel… 602 …UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton,…
|