Home
last modified time | relevance | path

Searched refs:valueWidth (Results 1 – 25 of 40) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducptrie.cpp22 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 …]
Dutrie_swap.cpp190 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()
Dcharacterproperties.cpp334 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()
Dumutablecptrie.cpp84 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
212 switch (trie->valueWidth) { in fromUCPTrie()
1571 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build() argument
1576 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth) { in build()
1584 switch (valueWidth) { in build()
1605 if (valueWidth == UCPTRIE_VALUE_BITS_32 && (indexLength & 1) != 0) { in build()
1612 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in build()
1622 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in build()
1668 trie->valueWidth = valueWidth; in build()
1693 switch (valueWidth) { in build()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducptrie.cpp22 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 …]
Dutrie_swap.cpp190 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()
Dcharacterproperties.cpp364 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()
Dumutablecptrie.cpp89 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/
Ducptrie.cpp22 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 …]
Dutrie_swap.cpp190 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()
Dcharacterproperties.cpp336 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()
Dumutablecptrie.cpp89 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/skia/third_party/externals/icu/source/common/
Ducptrie.cpp22 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 …]
Dutrie_swap.cpp190 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()
Dcharacterproperties.cpp336 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/test/cintltst/
Ducptrietest.c186 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/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DCharacterProperties.java92 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/
Dwritesrc.cpp253 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/
Dwritesrc.cpp253 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/
Dwritesrc.cpp253 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/
Dwritesrc.cpp273 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/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCodePointTrie.java124 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/node/deps/npm/node_modules/cli-columns/
Dindex.js39 const valueWidth = stringWidth(value);
40 const filler = makeList(fullWidth - valueWidth + 1);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCodePointTrieTest.java222 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/
DOverlayDraw.comp50 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);

12