Home
last modified time | relevance | path

Searched refs:UCPTrieValueWidth (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/icu/source/common/
Ducptrie.cpp22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary()
58 UCPTrieValueWidth actualValueWidth = (UCPTrieValueWidth)valueWidthInt; in ucptrie_openFromBinary()
155 U_CAPI UCPTrieValueWidth U_EXPORT2
157 return (UCPTrieValueWidth)trie->valueWidth; in ucptrie_getValueWidth()
216 inline uint32_t getValue(UCPTrieData data, UCPTrieValueWidth valueWidth, int32_t dataIndex) { in getValue()
242 return getValue(trie->data, (UCPTrieValueWidth)trie->valueWidth, dataIndex); in ucptrie_get()
265 UCPTrieValueWidth valueWidth = (UCPTrieValueWidth)trie->valueWidth; in getRange()
478 UCPTrieValueWidth valueWidth = (UCPTrieValueWidth)trie->valueWidth; in ucptrie_toBinary()
Dutrie_swap.cpp190 UCPTrieValueWidth valueWidth; in ucptrie_swap()
213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap()
Dcharacterproperties.cpp336 UCPTrieValueWidth valueWidth; in makeMap()
Drbbidata.cpp123 UCPTrieValueWidth width = ucptrie_getValueWidth(fTrie); in init()
Dumutablecptrie.cpp89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build()
1840 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, in umutablecptrie_buildImmutable()
/third_party/icu/icu4c/source/common/
Ducptrie.cpp22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary()
58 UCPTrieValueWidth actualValueWidth = (UCPTrieValueWidth)valueWidthInt; in ucptrie_openFromBinary()
155 U_CAPI UCPTrieValueWidth U_EXPORT2
157 return (UCPTrieValueWidth)trie->valueWidth; in ucptrie_getValueWidth()
216 inline uint32_t getValue(UCPTrieData data, UCPTrieValueWidth valueWidth, int32_t dataIndex) { in getValue()
242 return getValue(trie->data, (UCPTrieValueWidth)trie->valueWidth, dataIndex); in ucptrie_get()
265 UCPTrieValueWidth valueWidth = (UCPTrieValueWidth)trie->valueWidth; in getRange()
478 UCPTrieValueWidth valueWidth = (UCPTrieValueWidth)trie->valueWidth; in ucptrie_toBinary()
Dutrie_swap.cpp190 UCPTrieValueWidth valueWidth; in ucptrie_swap()
213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap()
Drbbidata.cpp123 UCPTrieValueWidth width = ucptrie_getValueWidth(fTrie); in init()
Dcharacterproperties.cpp364 UCPTrieValueWidth valueWidth; in makeMap()
Dumutablecptrie.cpp89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build()
1840 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, in umutablecptrie_buildImmutable()
/third_party/node/deps/icu-small/source/common/
Ducptrie.cpp22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary()
58 UCPTrieValueWidth actualValueWidth = (UCPTrieValueWidth)valueWidthInt; in ucptrie_openFromBinary()
155 U_CAPI UCPTrieValueWidth U_EXPORT2
157 return (UCPTrieValueWidth)trie->valueWidth; in ucptrie_getValueWidth()
216 inline uint32_t getValue(UCPTrieData data, UCPTrieValueWidth valueWidth, int32_t dataIndex) { in getValue()
242 return getValue(trie->data, (UCPTrieValueWidth)trie->valueWidth, dataIndex); in ucptrie_get()
265 UCPTrieValueWidth valueWidth = (UCPTrieValueWidth)trie->valueWidth; in getRange()
478 UCPTrieValueWidth valueWidth = (UCPTrieValueWidth)trie->valueWidth; in ucptrie_toBinary()
Dutrie_swap.cpp190 UCPTrieValueWidth valueWidth; in ucptrie_swap()
213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap()
Drbbidata.cpp123 UCPTrieValueWidth width = ucptrie_getValueWidth(fTrie); in init()
Dcharacterproperties.cpp372 UCPTrieValueWidth valueWidth; in makeMap()
Dumutablecptrie.cpp89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build()
1840 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, in umutablecptrie_buildImmutable()
/third_party/node/deps/icu-small/source/common/unicode/
Ducptrie.h149 enum UCPTrieValueWidth { enum
175 typedef enum UCPTrieValueWidth UCPTrieValueWidth; typedef
205 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth,
239 U_CAPI UCPTrieValueWidth U_EXPORT2
Dumutablecptrie.h216 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,
/third_party/icu/icu4c/source/common/unicode/
Ducptrie.h149 enum UCPTrieValueWidth { enum
175 typedef enum UCPTrieValueWidth UCPTrieValueWidth; typedef
205 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth,
239 U_CAPI UCPTrieValueWidth U_EXPORT2
Dumutablecptrie.h216 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h150 enum UCPTrieValueWidth { enum
176 typedef enum UCPTrieValueWidth UCPTrieValueWidth; typedef
206 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth,
240 U_CAPI UCPTrieValueWidth U_EXPORT2
Dumutablecptrie.h217 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,
/third_party/icu/icu4c/source/test/cintltst/
Ducptrietest.c188 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrieGetters()
389 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF16()
491 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF8()
693 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrie()
771 UCPTrieType type, UCPTrieValueWidth valueWidth, UBool withSwap, in testTrieSerialize()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp239 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_32; in dumpEnumeratedProperty()
271 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_32; in dumpBidiMirroringGlyph()
371 UCPTrieValueWidth scWidth = UCPTRIE_VALUE_BITS_16; in dumpScriptExtensions()
1318 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_16; in exportCase()
/third_party/icu/tools/unicode/c/genprops/
Dlayoutpropsbuilder.cpp172 UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) { in buildUCPTrie()
/third_party/icu/icu4c/source/tools/icuexportdata/
Dicuexportdata.cpp164 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_32; in dumpEnumeratedProperty()
194 UCPTrieValueWidth scWidth = UCPTRIE_VALUE_BITS_16; in dumpScriptExtensions()
1154 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_16; in exportCase()

12