Home
last modified time | relevance | path

Searched refs:skeletonWasSpecified (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h180 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;
Ddtptngen.cpp1943 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/icu4c/source/i18n/
Ddtptngen_impl.h180 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;
Ddtptngen.cpp1943 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/flutter/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h180 UBool skeletonWasSpecified; // if specified in availableFormats, not derived variable
250 …n, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode…
251 …ng* getPatternFromBasePattern(const UnicodeString& basePattern, UBool& skeletonWasSpecified) const;
Ddtptngen.cpp1794 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom()
1848 UBool skeletonWasSpecified, in add() argument
1877 newElem->skeletonWasSpecified = skeletonWasSpecified; in add()
1904 newElem->skeletonWasSpecified = skeletonWasSpecified; in add()
1917 curElem->skeletonWasSpecified = skeletonWasSpecified; in add()
1924 PatternMap::getPatternFromBasePattern(const UnicodeString& basePattern, UBool& skeletonWasSpecified in getPatternFromBasePattern()
1933 skeletonWasSpecified = curElem->skeletonWasSpecified; in getPatternFromBasePattern()
1971 if (specifiedSkeletonPtr && curElem->skeletonWasSpecified) { in getPatternFromSkeleton()
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen_impl.h180 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;
Ddtptngen.cpp1935 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom()
1989 UBool skeletonWasSpecified, in add() argument
2018 newElem->skeletonWasSpecified = skeletonWasSpecified; in add()
2045 newElem->skeletonWasSpecified = skeletonWasSpecified; in add()
2058 curElem->skeletonWasSpecified = skeletonWasSpecified; in add()
2065 PatternMap::getPatternFromBasePattern(const UnicodeString& basePattern, UBool& skeletonWasSpecified in getPatternFromBasePattern()
2074 skeletonWasSpecified = curElem->skeletonWasSpecified; in getPatternFromBasePattern()
2112 if (specifiedSkeletonPtr && curElem->skeletonWasSpecified) { in getPatternFromSkeleton()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java797 …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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java831 …viousPatternWithSameBase != null && (!previousPatternWithSameBase.skeletonWasSpecified || (skeleto… in addPatternWithSkeleton()
846 … if (!override || (skeletonToUse != null && previousValue.skeletonWasSpecified)) return this; in addPatternWithSkeleton()
1978 public boolean skeletonWasSpecified; field in DateTimePatternGenerator.PatternWithSkeletonFlag
1982 skeletonWasSpecified = skelSpecified; in PatternWithSkeletonFlag()
1986 return pattern + "," + skeletonWasSpecified; in toString()
2118 if (patternWithSkelFlag.skeletonWasSpecified) { in getBestRaw()