Searched refs:skeletonWasSpecified (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen_impl.h | 180 UBool skeletonWasSpecified; // if specified in availableFormats, not derived variable 251 …n, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode… 252 …ng* getPatternFromBasePattern(const UnicodeString& basePattern, UBool& skeletonWasSpecified) const;
|
D | dtptngen.cpp | 2030 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom() 2084 UBool skeletonWasSpecified, in add() argument 2113 newElem->skeletonWasSpecified = skeletonWasSpecified; in add() 2140 newElem->skeletonWasSpecified = skeletonWasSpecified; in add() 2153 curElem->skeletonWasSpecified = skeletonWasSpecified; in add() 2160 PatternMap::getPatternFromBasePattern(const UnicodeString& basePattern, UBool& skeletonWasSpecified… in getPatternFromBasePattern() 2169 skeletonWasSpecified = curElem->skeletonWasSpecified; in getPatternFromBasePattern() 2207 if (specifiedSkeletonPtr && curElem->skeletonWasSpecified) { in getPatternFromSkeleton()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen_impl.h | 180 UBool skeletonWasSpecified; // if specified in availableFormats, not derived variable 251 …n, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode… 252 …ng* getPatternFromBasePattern(const UnicodeString& basePattern, UBool& skeletonWasSpecified) const;
|
D | dtptngen.cpp | 2030 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom() 2084 UBool skeletonWasSpecified, in add() argument 2113 newElem->skeletonWasSpecified = skeletonWasSpecified; in add() 2140 newElem->skeletonWasSpecified = skeletonWasSpecified; in add() 2153 curElem->skeletonWasSpecified = skeletonWasSpecified; in add() 2160 PatternMap::getPatternFromBasePattern(const UnicodeString& basePattern, UBool& skeletonWasSpecified… in getPatternFromBasePattern() 2169 skeletonWasSpecified = curElem->skeletonWasSpecified; in getPatternFromBasePattern() 2207 if (specifiedSkeletonPtr && curElem->skeletonWasSpecified) { in getPatternFromSkeleton()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen_impl.h | 180 UBool skeletonWasSpecified; // if specified in availableFormats, not derived variable 251 …n, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode… 252 …ng* getPatternFromBasePattern(const UnicodeString& basePattern, UBool& skeletonWasSpecified) const;
|
D | dtptngen.cpp | 1943 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom() 1997 UBool skeletonWasSpecified, in add() argument 2026 newElem->skeletonWasSpecified = skeletonWasSpecified; in add() 2053 newElem->skeletonWasSpecified = skeletonWasSpecified; in add() 2066 curElem->skeletonWasSpecified = skeletonWasSpecified; in add() 2073 PatternMap::getPatternFromBasePattern(const UnicodeString& basePattern, UBool& skeletonWasSpecified… in getPatternFromBasePattern() 2082 skeletonWasSpecified = curElem->skeletonWasSpecified; in getPatternFromBasePattern() 2120 if (specifiedSkeletonPtr && curElem->skeletonWasSpecified) { in getPatternFromSkeleton()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 844 …viousPatternWithSameBase != null && (!previousPatternWithSameBase.skeletonWasSpecified || (skeleto… in addPatternWithSkeleton() 859 … if (!override || (skeletonToUse != null && previousValue.skeletonWasSpecified)) return this; in addPatternWithSkeleton() 2048 public boolean skeletonWasSpecified; field in DateTimePatternGenerator.PatternWithSkeletonFlag 2052 skeletonWasSpecified = skelSpecified; in PatternWithSkeletonFlag() 2056 return pattern + "," + skeletonWasSpecified; in toString() 2195 if (patternWithSkelFlag.skeletonWasSpecified) { in getBestRaw()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateTimePatternGenerator.java | 797 …viousPatternWithSameBase != null && (!previousPatternWithSameBase.skeletonWasSpecified || (skeleto… in addPatternWithSkeleton() 812 … if (!override || (skeletonToUse != null && previousValue.skeletonWasSpecified)) return this; in addPatternWithSkeleton() 1926 public boolean skeletonWasSpecified; field in DateTimePatternGenerator.PatternWithSkeletonFlag 1930 skeletonWasSpecified = skelSpecified; in PatternWithSkeletonFlag() 1934 return pattern + "," + skeletonWasSpecified; in toString() 2066 if (patternWithSkelFlag.skeletonWasSpecified) { in getBestRaw()
|