Home
last modified time | relevance | path

Searched refs:formatKey (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrAttachment.cpp71 uint64_t formatKey = caps.computeFormatKey(format); in build_key() local
74 (*builder)[2] = formatKey & 0xFFFFFFFF; in build_key()
75 (*builder)[3] = (formatKey >> 32) & 0xFFFFFFFF; in build_key()
DGrTexture.cpp121 uint64_t formatKey = caps.computeFormatKey(format); in ComputeScratchKey() local
126 builder[2] = formatKey & 0xFFFFFFFF; in ComputeScratchKey()
127 builder[3] = (formatKey >> 32) & 0xFFFFFFFF; in ComputeScratchKey()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java265 String formatKey = key.toString(); in put() local
266 if (!isAvailableFormatSet(formatKey)) { in put()
267 setAvailableFormat(formatKey); in put()
271 addPatternWithSkeleton(formatValue, formatKey, !isRoot, returnInfo); in put()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java255 String formatKey = key.toString(); in put() local
256 if (!isAvailableFormatSet(formatKey)) { in put()
257 setAvailableFormat(formatKey); in put()
261 addPatternWithSkeleton(formatValue, formatKey, !isRoot, returnInfo); in put()
/third_party/icu/icu4c/source/i18n/
Ddtptngen.cpp1036 const UnicodeString formatKey(key, -1, US_INV); in put() local
1037 if (!dtpg.isAvailableFormatSet(formatKey) ) { in put()
1038 dtpg.setAvailableFormat(formatKey, errorCode); in put()
1043 … dtpg.addPatternWithSkeleton(formatValue, &formatKey, !isRoot, conflictingPattern, errorCode); in put()
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen.cpp1036 const UnicodeString formatKey(key, -1, US_INV); in put() local
1037 if (!dtpg.isAvailableFormatSet(formatKey) ) { in put()
1038 dtpg.setAvailableFormat(formatKey, errorCode); in put()
1043 … dtpg.addPatternWithSkeleton(formatValue, &formatKey, !isRoot, conflictingPattern, errorCode); in put()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp1032 const UnicodeString formatKey(key, -1, US_INV); in put() local
1033 if (!dtpg.isAvailableFormatSet(formatKey) ) { in put()
1034 dtpg.setAvailableFormat(formatKey, errorCode); in put()
1039 … dtpg.addPatternWithSkeleton(formatValue, &formatKey, !isRoot, conflictingPattern, errorCode); in put()