/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 59 struct UCPTrie { struct 107 typedef struct UCPTrie UCPTrie; typedef 204 U_CAPI UCPTrie * U_EXPORT2 216 ucptrie_close(UCPTrie *trie); 228 ucptrie_getType(const UCPTrie *trie); 240 ucptrie_getValueWidth(const UCPTrie *trie); 257 ucptrie_get(const UCPTrie *trie, UChar32 c); 296 ucptrie_getRange(const UCPTrie *trie, UChar32 start, 316 ucptrie_toBinary(const UCPTrie *trie, void *data, int32_t capacity, UErrorCode *pErrorCode); 585 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c); [all …]
|
D | umutablecptrie.h | 110 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode); 215 U_CAPI UCPTrie * U_EXPORT2
|
D | rbbi.h | 35 struct UCPTrie; 769 typedef uint16_t (*PTrieFunc)(const UCPTrie *, UChar32);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 59 struct UCPTrie { struct 107 typedef struct UCPTrie UCPTrie; argument 204 U_CAPI UCPTrie * U_EXPORT2 216 ucptrie_close(UCPTrie *trie); 228 ucptrie_getType(const UCPTrie *trie); 240 ucptrie_getValueWidth(const UCPTrie *trie); 257 ucptrie_get(const UCPTrie *trie, UChar32 c); 296 ucptrie_getRange(const UCPTrie *trie, UChar32 start, 316 ucptrie_toBinary(const UCPTrie *trie, void *data, int32_t capacity, UErrorCode *pErrorCode); 585 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c); [all …]
|
D | umutablecptrie.h | 110 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode); 215 U_CAPI UCPTrie * U_EXPORT2
|
D | rbbi.h | 35 struct UCPTrie; 696 typedef uint16_t (*PTrieFunc)(const UCPTrie *, UChar32);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 60 struct UCPTrie { struct 108 typedef struct UCPTrie UCPTrie; typedef 205 U_CAPI UCPTrie * U_EXPORT2 217 ucptrie_close(UCPTrie *trie); 229 ucptrie_getType(const UCPTrie *trie); 241 ucptrie_getValueWidth(const UCPTrie *trie); 258 ucptrie_get(const UCPTrie *trie, UChar32 c); 297 ucptrie_getRange(const UCPTrie *trie, UChar32 start, 317 ucptrie_toBinary(const UCPTrie *trie, void *data, int32_t capacity, UErrorCode *pErrorCode); 586 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c); [all …]
|
D | umutablecptrie.h | 111 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode); 216 U_CAPI UCPTrie * U_EXPORT2
|
D | rbbi.h | 35 struct UCPTrie; 683 typedef uint16_t (*PTrieFunc)(const UCPTrie *, UChar32);
|
/third_party/skia/third_party/externals/icu/source/common/ |
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 *trie, int32_t lt1, uint8_t t2, uint8_t t3) { in ucptrie_internalSmallU8Index() 198 ucptrie_internalU8PrevIndex(const UCPTrie *trie, UChar32 c, in ucptrie_internalU8PrevIndex() 233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get() [all …]
|
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() 1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build() 1654 length += sizeof(UCPTrie); in build() 1663 UCPTrie *trie = reinterpret_cast<UCPTrie *>(bytes); in build() 1664 uprv_memset(trie, 0, sizeof(UCPTrie)); in build() 1679 bytes += sizeof(UCPTrie); in build() 1786 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode) { in umutablecptrie_fromUCPTrie() 1839 U_CAPI UCPTrie * U_EXPORT2
|
D | norm2_nfc_data.h | 632 static const UCPTrie norm2_nfc_data_trie={
|
/third_party/icu/icu4c/source/common/ |
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 *trie, int32_t lt1, uint8_t t2, uint8_t t3) { in ucptrie_internalSmallU8Index() 198 ucptrie_internalU8PrevIndex(const UCPTrie *trie, UChar32 c, in ucptrie_internalU8PrevIndex() 233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get() [all …]
|
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() 1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build() 1654 length += sizeof(UCPTrie); in build() 1663 UCPTrie *trie = reinterpret_cast<UCPTrie *>(bytes); in build() 1664 uprv_memset(trie, 0, sizeof(UCPTrie)); in build() 1679 bytes += sizeof(UCPTrie); in build() 1786 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode) { in umutablecptrie_fromUCPTrie() 1839 U_CAPI UCPTrie * U_EXPORT2
|
D | norm2_nfc_data.h | 637 static const UCPTrie norm2_nfc_data_trie={
|
/third_party/node/deps/icu-small/source/common/ |
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 *trie, int32_t lt1, uint8_t t2, uint8_t t3) { in ucptrie_internalSmallU8Index() 198 ucptrie_internalU8PrevIndex(const UCPTrie *trie, UChar32 c, in ucptrie_internalU8PrevIndex() 233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get() [all …]
|
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() 1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build() 1654 length += sizeof(UCPTrie); in build() 1663 UCPTrie *trie = reinterpret_cast<UCPTrie *>(bytes); in build() 1664 uprv_memset(trie, 0, sizeof(UCPTrie)); in build() 1679 bytes += sizeof(UCPTrie); in build() 1786 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode) { in umutablecptrie_fromUCPTrie() 1839 U_CAPI UCPTrie * U_EXPORT2
|
D | norm2_nfc_data.h | 637 static const UCPTrie norm2_nfc_data_trie={
|
/third_party/icu/tools/unicode/c/genprops/ |
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/skia/third_party/externals/icu/source/tools/toolutil/ |
D | writesrc.h | 85 const UCPTrie *pTrie, 96 const UCPTrie *pTrie, 104 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie);
|
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()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | writesrc.h | 114 const UCPTrie *pTrie, 126 const UCPTrie *pTrie, 135 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax);
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | writesrc.h | 114 const UCPTrie *pTrie, 126 const UCPTrie *pTrie, 135 usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax);
|
/third_party/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 47 # ICU 63 normalization with UCPTrie requires inert surrogate code points. 62 # ICU 63 normalization with UCPTrie requires inert surrogate code points.
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 112 testTrieGetRanges(const char *testName, const UCPTrie *trie, const UMutableCPTrie *mutableTrie, in testTrieGetRanges() 187 testTrieGetters(const char *testName, const UCPTrie *trie, in testTrieGetters() 389 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF16() 491 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF8() 692 testTrie(const char *testName, const UCPTrie *trie, in testTrie() 712 const UCPTrie* trie, in trieTestGolden() 773 UCPTrie *trie; in testTrieSerialize() 907 UCPTrie *any = ucptrie_openFromBinary(UCPTRIE_TYPE_ANY, UCPTRIE_VALUE_BITS_ANY, in testTrieSerialize() 1449 UCPTrie *trie; in testGetRangesFixedSurr()
|