/third_party/skia/third_party/externals/icu/source/common/ |
D | ucptrie.cpp | 22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary() argument 31 valueWidth < UCPTRIE_VALUE_BITS_ANY || UCPTRIE_VALUE_BITS_8 < valueWidth) { in ucptrie_openFromBinary() 62 if (valueWidth < 0) { in ucptrie_openFromBinary() 63 valueWidth = actualValueWidth; in ucptrie_openFromBinary() 65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary() 83 tempTrie.valueWidth = valueWidth; in ucptrie_openFromBinary() 87 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in ucptrie_openFromBinary() 89 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in ucptrie_openFromBinary() 120 switch (valueWidth) { in ucptrie_openFromBinary() 157 return (UCPTrieValueWidth)trie->valueWidth; in ucptrie_getValueWidth() [all …]
|
D | utrie_swap.cpp | 190 UCPTrieValueWidth valueWidth; in ucptrie_swap() local 213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap() 221 valueWidth > UCPTRIE_VALUE_BITS_8 || in ucptrie_swap() 230 switch(valueWidth) { in ucptrie_swap() 267 switch(valueWidth) { in ucptrie_swap()
|
D | characterproperties.cpp | 336 UCPTrieValueWidth valueWidth; in makeMap() local 340 valueWidth = UCPTRIE_VALUE_BITS_8; in makeMap() 342 valueWidth = UCPTRIE_VALUE_BITS_16; in makeMap() 344 valueWidth = UCPTRIE_VALUE_BITS_32; in makeMap() 347 umutablecptrie_buildImmutable(mutableTrie.getAlias(), type, valueWidth, &errorCode)); in makeMap()
|
/third_party/icu/icu4c/source/common/ |
D | ucptrie.cpp | 22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary() argument 31 valueWidth < UCPTRIE_VALUE_BITS_ANY || UCPTRIE_VALUE_BITS_8 < valueWidth) { in ucptrie_openFromBinary() 62 if (valueWidth < 0) { in ucptrie_openFromBinary() 63 valueWidth = actualValueWidth; in ucptrie_openFromBinary() 65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary() 83 tempTrie.valueWidth = valueWidth; in ucptrie_openFromBinary() 87 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in ucptrie_openFromBinary() 89 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in ucptrie_openFromBinary() 120 switch (valueWidth) { in ucptrie_openFromBinary() 157 return (UCPTrieValueWidth)trie->valueWidth; in ucptrie_getValueWidth() [all …]
|
D | utrie_swap.cpp | 190 UCPTrieValueWidth valueWidth; in ucptrie_swap() local 213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap() 221 valueWidth > UCPTRIE_VALUE_BITS_8 || in ucptrie_swap() 230 switch(valueWidth) { in ucptrie_swap() 267 switch(valueWidth) { in ucptrie_swap()
|
D | characterproperties.cpp | 336 UCPTrieValueWidth valueWidth; in makeMap() local 340 valueWidth = UCPTRIE_VALUE_BITS_8; in makeMap() 342 valueWidth = UCPTRIE_VALUE_BITS_16; in makeMap() 344 valueWidth = UCPTRIE_VALUE_BITS_32; in makeMap() 347 umutablecptrie_buildImmutable(mutableTrie.getAlias(), type, valueWidth, &errorCode)); in makeMap()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucptrie.cpp | 22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary() argument 31 valueWidth < UCPTRIE_VALUE_BITS_ANY || UCPTRIE_VALUE_BITS_8 < valueWidth) { in ucptrie_openFromBinary() 62 if (valueWidth < 0) { in ucptrie_openFromBinary() 63 valueWidth = actualValueWidth; in ucptrie_openFromBinary() 65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary() 83 tempTrie.valueWidth = valueWidth; in ucptrie_openFromBinary() 87 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in ucptrie_openFromBinary() 89 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in ucptrie_openFromBinary() 120 switch (valueWidth) { in ucptrie_openFromBinary() 157 return (UCPTrieValueWidth)trie->valueWidth; in ucptrie_getValueWidth() [all …]
|
D | utrie_swap.cpp | 190 UCPTrieValueWidth valueWidth; in ucptrie_swap() local 213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap() 221 valueWidth > UCPTRIE_VALUE_BITS_8 || in ucptrie_swap() 230 switch(valueWidth) { in ucptrie_swap() 267 switch(valueWidth) { in ucptrie_swap()
|
D | characterproperties.cpp | 364 UCPTrieValueWidth valueWidth; in makeMap() local 368 valueWidth = UCPTRIE_VALUE_BITS_8; in makeMap() 370 valueWidth = UCPTRIE_VALUE_BITS_16; in makeMap() 372 valueWidth = UCPTRIE_VALUE_BITS_32; in makeMap() 375 umutablecptrie_buildImmutable(mutableTrie.getAlias(), type, valueWidth, &errorCode)); in makeMap()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucptrie.cpp | 22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary() argument 31 valueWidth < UCPTRIE_VALUE_BITS_ANY || UCPTRIE_VALUE_BITS_8 < valueWidth) { in ucptrie_openFromBinary() 62 if (valueWidth < 0) { in ucptrie_openFromBinary() 63 valueWidth = actualValueWidth; in ucptrie_openFromBinary() 65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary() 83 tempTrie.valueWidth = valueWidth; in ucptrie_openFromBinary() 87 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in ucptrie_openFromBinary() 89 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in ucptrie_openFromBinary() 120 switch (valueWidth) { in ucptrie_openFromBinary() 157 return (UCPTrieValueWidth)trie->valueWidth; in ucptrie_getValueWidth() [all …]
|
D | utrie_swap.cpp | 190 UCPTrieValueWidth valueWidth; in ucptrie_swap() local 213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap() 221 valueWidth > UCPTRIE_VALUE_BITS_8 || in ucptrie_swap() 230 switch(valueWidth) { in ucptrie_swap() 260 switch(valueWidth) { in ucptrie_swap()
|
D | characterproperties.cpp | 334 UCPTrieValueWidth valueWidth; in makeMap() local 338 valueWidth = UCPTRIE_VALUE_BITS_8; in makeMap() 340 valueWidth = UCPTRIE_VALUE_BITS_16; in makeMap() 342 valueWidth = UCPTRIE_VALUE_BITS_32; in makeMap() 345 umutablecptrie_buildImmutable(mutableTrie.getAlias(), type, valueWidth, &errorCode)); in makeMap()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 186 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrieGetters() argument 205 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in testTrieGetters() 207 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in testTrieGetters() 220 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters() 222 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters() 233 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters() 235 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters() 246 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters() 248 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters() 254 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | CharacterProperties.java | 91 CodePointTrie.ValueWidth valueWidth; in makeMap() local 95 valueWidth = CodePointTrie.ValueWidth.BITS_8; in makeMap() 97 valueWidth = CodePointTrie.ValueWidth.BITS_16; in makeMap() 99 valueWidth = CodePointTrie.ValueWidth.BITS_32; in makeMap() 101 return mutableTrie.buildImmutable(type, valueWidth); in makeMap()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
D | CharacterProperties.java | 92 CodePointTrie.ValueWidth valueWidth; in makeMap() local 96 valueWidth = CodePointTrie.ValueWidth.BITS_8; in makeMap() 98 valueWidth = CodePointTrie.ValueWidth.BITS_16; in makeMap() 100 valueWidth = CodePointTrie.ValueWidth.BITS_32; in makeMap() 102 return mutableTrie.buildImmutable(type, valueWidth); in makeMap()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | writesrc.cpp | 253 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrieArrays() 254 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrieArrays() 255 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 284 pTrie->type, pTrie->valueWidth, in usrc_writeUCPTrieStruct() 295 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrie() 296 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrie() 297 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | writesrc.cpp | 253 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrieArrays() 254 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrieArrays() 255 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 284 pTrie->type, pTrie->valueWidth, in usrc_writeUCPTrieStruct() 295 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrie() 296 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrie() 297 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | writesrc.cpp | 253 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrieArrays() 254 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrieArrays() 255 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 284 pTrie->type, pTrie->valueWidth, in usrc_writeUCPTrieStruct() 295 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrie() 296 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrie() 297 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | writesrc.cpp | 273 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrieArrays() 274 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrieArrays() 275 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 321 pTrie->type, pTrie->valueWidth, in usrc_writeUCPTrieStruct() 332 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrie() 333 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrie() 334 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CodePointTrie.java | 132 public static CodePointTrie fromBinary(Type type, ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() argument 215 if (valueWidth == null) { in fromBinary() 216 valueWidth = actualValueWidth; in fromBinary() 218 if (type != actualType || valueWidth != actualValueWidth) { in fromBinary() 230 if (valueWidth == ValueWidth.BITS_16) { in fromBinary() 232 } else if (valueWidth == ValueWidth.BITS_32) { in fromBinary() 242 switch (valueWidth) { in fromBinary() 762 public static Fast fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() argument 763 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary() 900 public static Small fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() argument [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | CodePointTrie.java | 124 public static CodePointTrie fromBinary(Type type, ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() argument 207 if (valueWidth == null) { in fromBinary() 208 valueWidth = actualValueWidth; in fromBinary() 210 if (type != actualType || valueWidth != actualValueWidth) { in fromBinary() 222 if (valueWidth == ValueWidth.BITS_16) { in fromBinary() 224 } else if (valueWidth == ValueWidth.BITS_32) { in fromBinary() 234 switch (valueWidth) { in fromBinary() 747 public static Fast fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() argument 748 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary() 880 public static Small fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() argument [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CodePointTrieTest.java | 219 CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, in testTrieGetters() argument 339 CodePointTrie trie, CodePointTrie.ValueWidth valueWidth, in testTrieUTF16() argument 426 CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, in testTrie() argument 428 testTrieGetters(testName, trie, type, valueWidth, checkRanges); in testTrie() 431 testTrieUTF16(testName, trie, valueWidth, checkRanges); in testTrie() 444 … CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, boolean withSwap, in testTrieSerialize() argument 457 trie = mutableTrie.buildImmutable(type, valueWidth); in testTrieSerialize() 464 testTrie(testName, trie, type, valueWidth, checkRanges); in testTrieSerialize() 470 trie = CodePointTrie.fromBinary(type, valueWidth, storage); in testTrieSerialize() 476 if(valueWidth != trie.getValueWidth()) { in testTrieSerialize() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | CodePointTrieTest.java | 222 CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, in testTrieGetters() argument 342 CodePointTrie trie, CodePointTrie.ValueWidth valueWidth, in testTrieUTF16() argument 429 CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, in testTrie() argument 431 testTrieGetters(testName, trie, type, valueWidth, checkRanges); in testTrie() 434 testTrieUTF16(testName, trie, valueWidth, checkRanges); in testTrie() 447 … CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, boolean withSwap, in testTrieSerialize() argument 460 trie = mutableTrie.buildImmutable(type, valueWidth); in testTrieSerialize() 467 testTrie(testName, trie, type, valueWidth, checkRanges); in testTrieSerialize() 473 trie = CodePointTrie.fromBinary(type, valueWidth, storage); in testTrieSerialize() 479 if(valueWidth != trie.getValueWidth()) { in testTrieSerialize() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | OverlayDraw.comp | 50 uvec4 valueWidth; // yzw unused. x should necessarily divide coordinate's z-x 128 uint getValue(const uint graphWidget, const uvec2 coordInWidget, const uint valueWidth) 130 const uint valueIndex = coordInWidget.x / valueWidth.x; 206 const uint valueWidth = graphWidgetsData[graphWidget].valueWidth.x; 209 const uint value = getValue(graphWidget, coordInWidget, valueWidth);
|
/third_party/node/deps/npm/node_modules/cli-columns/ |
D | index.js | 39 const valueWidth = stringWidth(value); 40 const filler = makeList(fullWidth - valueWidth + 1);
|