/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucptrie.h | 24 * @see UCPTrie 47 * Do not access UCPTrie fields directly; use public functions and macros. 59 struct UCPTrie { struct 107 typedef struct UCPTrie UCPTrie; typedef 111 * Selectors for the type of a UCPTrie. 142 * Selectors for the number of bits in a UCPTrie data value. 191 * @param data a pointer to 32-bit-aligned memory containing the binary data of a UCPTrie 204 U_CAPI UCPTrie * U_EXPORT2 216 ucptrie_close(UCPTrie *tri [all...] |
H A D | umutablecptrie.h | 26 * @see UCPTrie 37 * It builds a compacted, immutable UCPTrie. 45 * @see UCPTrie 55 * determines the number of bits in the data value in the resulting UCPTrie. 110 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode); 186 * Compacts the data and builds an immutable UCPTrie according to the parameters. 198 * Not every possible set of mappings can be built into a UCPTrie, 215 U_CAPI UCPTrie * U_EXPORT2
|
H A D | rbbi.h | 35 struct UCPTrie; 696 typedef uint16_t (*PTrieFunc)(const UCPTrie *, UChar32);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 24 * @see UCPTrie 47 * Do not access UCPTrie fields directly; use public functions and macros. 59 struct UCPTrie { struct 107 typedef struct UCPTrie UCPTrie; typedef 111 * Selectors for the type of a UCPTrie. 142 * Selectors for the number of bits in a UCPTrie data value. 191 * @param data a pointer to 32-bit-aligned memory containing the binary data of a UCPTrie 204 U_CAPI UCPTrie * U_EXPORT2 216 ucptrie_close(UCPTrie *tri [all...] |
H A D | umutablecptrie.h | 26 * @see UCPTrie 37 * It builds a compacted, immutable UCPTrie. 45 * @see UCPTrie 55 * determines the number of bits in the data value in the resulting UCPTrie. 110 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode); 186 * Compacts the data and builds an immutable UCPTrie according to the parameters. 198 * Not every possible set of mappings can be built into a UCPTrie, 215 U_CAPI UCPTrie * U_EXPORT2
|
H A D | rbbi.h | 35 struct UCPTrie; 769 typedef uint16_t (*PTrieFunc)(const UCPTrie *, UChar32);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucptrie.h | 25 * @see UCPTrie 48 * Do not access UCPTrie fields directly; use public functions and macros. 60 struct UCPTrie { struct 108 typedef struct UCPTrie UCPTrie; typedef 112 * Selectors for the type of a UCPTrie. 143 * Selectors for the number of bits in a UCPTrie data value. 192 * @param data a pointer to 32-bit-aligned memory containing the binary data of a UCPTrie 205 U_CAPI UCPTrie * U_EXPORT2 217 ucptrie_close(UCPTrie *tri [all...] |
H A D | umutablecptrie.h | 27 * @see UCPTrie 38 * It builds a compacted, immutable UCPTrie. 46 * @see UCPTrie 56 * determines the number of bits in the data value in the resulting UCPTrie. 111 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode); 187 * Compacts the data and builds an immutable UCPTrie according to the parameters. 199 * Not every possible set of mappings can be built into a UCPTrie, 216 U_CAPI UCPTrie * U_EXPORT2
|
H A D | rbbi.h | 35 struct UCPTrie; 683 typedef uint16_t (*PTrieFunc)(const UCPTrie *, UChar32);
|
/third_party/icu/icu4c/source/common/ |
H A D | ucptrie.cpp | 21 U_CAPI UCPTrie * U_EXPORT2 71 UCPTrie tempTrie; in ucptrie_openFromBinary() 100 UCPTrie *trie = (UCPTrie *)uprv_malloc(sizeof(UCPTrie)); in ucptrie_openFromBinary() 146 ucptrie_close(UCPTrie *trie) { in ucptrie_close() 151 ucptrie_getType(const UCPTrie *trie) { in ucptrie_getType() 156 ucptrie_getValueWidth(const UCPTrie *trie) { in ucptrie_getValueWidth() 161 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c) { in ucptrie_internalSmallIndex() 188 ucptrie_internalSmallU8Index(const UCPTrie *tri [all...] |
H A D | umutablecptrie.cpp | 80 static MutableCodePointTrie *fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode); 89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode); 213 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode) { in fromUCPTrie() 990 puts("UCPTrie AllSameBlocks overflow"); in compactWholeDataBlocks() 1189 printf("compacting UCPTrie: count of 32-bit data words %lu->%lu countSame=%ld sumOverlaps=%ld\n", in compactData() 1484 printf("compacting UCPTrie: count of 16-bit index words %lu->%lu\n", in compactIndex() 1503 printf("UCPTrie: highStart U+%06lx highValue 0x%lx initialValue 0x%lx\n", in compactTrie() 1562 printf("UCPTrie initialValue %lx -> more common nullValue %lx\n", in compactTrie() 1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) { in build() 1587 // When we build a UCPTrie fo in build() [all...] |
H A D | emojiprops.h | 34 // UCPTrie=CodePointTrie, follows the indexes 84 UCPTrie *cpTrie = nullptr;
|
H A D | rbbisetb.h | 125 UCPTrie *fTrie; // the Unicode Sets.
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie.cpp | 21 U_CAPI UCPTrie * U_EXPORT2 71 UCPTrie tempTrie; in ucptrie_openFromBinary() 100 UCPTrie *trie = (UCPTrie *)uprv_malloc(sizeof(UCPTrie)); in ucptrie_openFromBinary() 146 ucptrie_close(UCPTrie *trie) { in ucptrie_close() 151 ucptrie_getType(const UCPTrie *trie) { in ucptrie_getType() 156 ucptrie_getValueWidth(const UCPTrie *trie) { in ucptrie_getValueWidth() 161 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c) { in ucptrie_internalSmallIndex() 188 ucptrie_internalSmallU8Index(const UCPTrie *tri [all...] |
H A D | umutablecptrie.cpp | 80 static MutableCodePointTrie *fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode); 89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode); 213 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode) { in fromUCPTrie() 990 puts("UCPTrie AllSameBlocks overflow"); in compactWholeDataBlocks() 1189 printf("compacting UCPTrie: count of 32-bit data words %lu->%lu countSame=%ld sumOverlaps=%ld\n", in compactData() 1484 printf("compacting UCPTrie: count of 16-bit index words %lu->%lu\n", in compactIndex() 1503 printf("UCPTrie: highStart U+%06lx highValue 0x%lx initialValue 0x%lx\n", in compactTrie() 1562 printf("UCPTrie initialValue %lx -> more common nullValue %lx\n", in compactTrie() 1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) { in build() 1587 // When we build a UCPTrie fo in build() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucptrie.cpp | 21 U_CAPI UCPTrie * U_EXPORT2 71 UCPTrie tempTrie; in ucptrie_openFromBinary() 100 UCPTrie *trie = (UCPTrie *)uprv_malloc(sizeof(UCPTrie)); in ucptrie_openFromBinary() 146 ucptrie_close(UCPTrie *trie) { in ucptrie_close() 151 ucptrie_getType(const UCPTrie *trie) { in ucptrie_getType() 156 ucptrie_getValueWidth(const UCPTrie *trie) { in ucptrie_getValueWidth() 161 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c) { in ucptrie_internalSmallIndex() 188 ucptrie_internalSmallU8Index(const UCPTrie *tri [all...] |
H A D | umutablecptrie.cpp | 80 static MutableCodePointTrie *fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode); 89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode); 213 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode) { in fromUCPTrie() 990 puts("UCPTrie AllSameBlocks overflow"); in compactWholeDataBlocks() 1189 printf("compacting UCPTrie: count of 32-bit data words %lu->%lu countSame=%ld sumOverlaps=%ld\n", in compactData() 1484 printf("compacting UCPTrie: count of 16-bit index words %lu->%lu\n", in compactIndex() 1503 printf("UCPTrie: highStart U+%06lx highValue 0x%lx initialValue 0x%lx\n", in compactTrie() 1562 printf("UCPTrie initialValue %lx -> more common nullValue %lx\n", in compactTrie() 1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) { in build() 1587 // When we build a UCPTrie fo in build() [all...] |
H A D | ucptrie_impl.h | 15 // UCPTrie signature values, in platform endianness and opposite endianness. 16 // The UCPTrie signature ASCII byte values spell "Tri3". 21 * Header data for the binary, memory-mappable representation of a UCPTrie/CodePointTrie. 144 ucptrie_printLengths(const UCPTrie *trie, const char *which); 150 * Format of the binary, memory-mappable representation of a UCPTrie/CodePointTrie.
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | writesrc.h | 80 * Calls usrc_writeArray() for the index and data arrays of a UCPTrie. 85 const UCPTrie *pTrie, 89 * Writes the UCPTrie struct values. 96 const UCPTrie *pTrie, 101 * Writes the UCPTrie arrays and struct values. 104 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie);
|
H A D | writesrc.cpp | 249 const UCPTrie *pTrie, in usrc_writeUCPTrieArrays() 262 const UCPTrie *pTrie, in usrc_writeUCPTrieStruct() 293 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie) { in usrc_writeUCPTrie() 302 sprintf(line, "static const UCPTrie %s_trie={\n", name); in usrc_writeUCPTrie()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | layoutpropsbuilder.cpp | 102 UCPTrie *inpcTrie; 103 UCPTrie *inscTrie; 104 UCPTrie *voTrie; 171 UCPTrie *buildUCPTrie(const char *name, UMutableCPTrie *mutableTrie, in buildUCPTrie() 173 UCPTrie *trie = umutablecptrie_buildImmutable(mutableTrie, type, valueWidth, &errorCode); in buildUCPTrie() 197 int32_t writeTrieBytes(const UCPTrie *trie, uint8_t block[], UErrorCode &errorCode) { in writeTrieBytes()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | writesrc.h | 109 * Calls usrc_writeArray() for the index and data arrays of a UCPTrie. 114 const UCPTrie *pTrie, 119 * Writes the UCPTrie struct values. 126 const UCPTrie *pTrie, 132 * Writes the UCPTrie arrays and struct values. 135 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax);
|
H A D | writesrc.cpp | 285 const UCPTrie *pTrie, in usrc_writeUCPTrieArrays() 300 const UCPTrie *pTrie, in usrc_writeUCPTrieStruct() 348 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax) { in usrc_writeUCPTrie() 373 snprintf(line, sizeof(line), "static const UCPTrie %s_trie={\n", name); in usrc_writeUCPTrie()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.h | 109 * Calls usrc_writeArray() for the index and data arrays of a UCPTrie. 114 const UCPTrie *pTrie, 119 * Writes the UCPTrie struct values. 126 const UCPTrie *pTrie, 132 * Writes the UCPTrie arrays and struct values. 135 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax);
|
H A D | writesrc.cpp | 276 const UCPTrie *pTrie, in usrc_writeUCPTrieArrays() 291 const UCPTrie *pTrie, in usrc_writeUCPTrieStruct() 339 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax) { in usrc_writeUCPTrie() 364 sprintf(line, "static const UCPTrie %s_trie={\n", name); in usrc_writeUCPTrie()
|