/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()
|
D | umutablecptrie.cpp | 89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode); 217 switch (trie->valueWidth) { in fromUCPTrie() 1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build() argument 1581 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth) { in build() 1589 switch (valueWidth) { in build() 1610 if (valueWidth == UCPTRIE_VALUE_BITS_32 && (indexLength & 1) != 0) { in build() 1617 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in build() 1627 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in build() 1673 trie->valueWidth = valueWidth; in build() 1698 switch (valueWidth) { in build() [all …]
|
/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 | 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()
|
D | umutablecptrie.cpp | 89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode); 217 switch (trie->valueWidth) { in fromUCPTrie() 1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build() argument 1581 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth) { in build() 1589 switch (valueWidth) { in build() 1610 if (valueWidth == UCPTRIE_VALUE_BITS_32 && (indexLength & 1) != 0) { in build() 1617 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in build() 1627 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in build() 1673 trie->valueWidth = valueWidth; in build() 1698 switch (valueWidth) { in build() [all …]
|
/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 | 372 UCPTrieValueWidth valueWidth; in makeMap() local 376 valueWidth = UCPTRIE_VALUE_BITS_8; in makeMap() 378 valueWidth = UCPTRIE_VALUE_BITS_16; in makeMap() 380 valueWidth = UCPTRIE_VALUE_BITS_32; in makeMap() 383 umutablecptrie_buildImmutable(mutableTrie.getAlias(), type, valueWidth, &errorCode)); in makeMap()
|
D | umutablecptrie.cpp | 89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode); 217 switch (trie->valueWidth) { in fromUCPTrie() 1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build() argument 1581 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth) { in build() 1589 switch (valueWidth) { in build() 1610 if (valueWidth == UCPTRIE_VALUE_BITS_32 && (indexLength & 1) != 0) { in build() 1617 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in build() 1627 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in build() 1673 trie->valueWidth = valueWidth; in build() 1698 switch (valueWidth) { in build() [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 188 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrieGetters() argument 207 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in testTrieGetters() 209 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in testTrieGetters() 222 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters() 224 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters() 235 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters() 237 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters() 248 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters() 250 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters() 256 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters() [all …]
|
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | CharacterProperties.java | 101 CodePointTrie.ValueWidth valueWidth; in makeMap() local 105 valueWidth = CodePointTrie.ValueWidth.BITS_8; in makeMap() 107 valueWidth = CodePointTrie.ValueWidth.BITS_16; in makeMap() 109 valueWidth = CodePointTrie.ValueWidth.BITS_32; in makeMap() 111 return mutableTrie.buildImmutable(type, valueWidth); in makeMap()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | writesrc.cpp | 291 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrieArrays() 292 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrieArrays() 293 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 339 pTrie->type, pTrie->valueWidth, in usrc_writeUCPTrieStruct() 350 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrie() 351 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrie() 352 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | writesrc.cpp | 282 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrieArrays() 283 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrieArrays() 284 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 330 pTrie->type, pTrie->valueWidth, in usrc_writeUCPTrieStruct() 341 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrie() 342 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrie() 343 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 …]
|
D | MutableCodePointTrie.java | 342 …public CodePointTrie buildImmutable(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth) { in buildImmutable() argument 343 if (type == null || valueWidth == null) { in buildImmutable() 348 return build(type, valueWidth); in buildImmutable() 1426 private CodePointTrie build(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth) { in build() argument 1430 switch (valueWidth) { in build() 1448 if (valueWidth == CodePointTrie.ValueWidth.BITS_32 && (indexLength & 1) != 0) { in build() 1455 if (valueWidth == CodePointTrie.ValueWidth.BITS_16) { in build() 1465 } else if (valueWidth == CodePointTrie.ValueWidth.BITS_32) { in build() 1510 switch (valueWidth) { in build()
|
/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/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/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);
|