/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
D | store.c | 191 static UNewTrie *sprepTrie; variable 203 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie)); in init() 206 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) { in init() 294 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMappingData() 310 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMappingData() 374 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMapping() 399 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping() 428 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping() 479 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL); in storeRange() 498 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange() [all …]
|
/third_party/icu/icu4c/source/tools/gensprep/ |
D | store.c | 192 static UNewTrie *sprepTrie; variable 204 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie)); in init() 207 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, false)) { in init() 295 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMappingData() 311 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMappingData() 375 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMapping() 400 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping() 429 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping() 480 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL); in storeRange() 499 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringPrep.java | 210 private CharTrie sprepTrie; field in StringPrep 229 return sprepTrie.getCodePointValue(ch); in getCodePointValue() 266 sprepTrie = new CharTrie(bytes, null); in StringPrep()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | StringPrep.java | 225 private CharTrie sprepTrie; field in StringPrep 244 return sprepTrie.getCodePointValue(ch); in getCodePointValue() 282 sprepTrie = new CharTrie(bytes, null); in StringPrep()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | sprpdata.c | 160 UTrie trie = data->sprepTrie; in compareMapping() 240 UTrie trie = data->sprepTrie; in compareFlagsForRange()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | sprpimpl.h | 90 UTrie sprepTrie; member
|
D | usprep.cpp | 266 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); in loadData() 533 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_map() 720 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_prepare()
|
/third_party/icu/icu4c/source/common/ |
D | sprpimpl.h | 90 UTrie sprepTrie; member
|
D | usprep.cpp | 266 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); in loadData() 533 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_map() 720 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_prepare()
|
/third_party/node/deps/icu-small/source/common/ |
D | sprpimpl.h | 90 UTrie sprepTrie; member
|
D | usprep.cpp | 266 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); in loadData() 533 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_map() 720 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_prepare()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | testidn.cpp | 95 idnTrie = &profile->sprepTrie; in testData()
|