/third_party/flutter/skia/third_party/externals/icu/source/tools/gensprep/ |
D | store.c | 190 static UNewTrie *sprepTrie; variable 202 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie)); in init() 205 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) { in init() 293 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMappingData() 309 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMappingData() 373 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMapping() 398 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping() 426 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping() 476 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL); in storeRange() 495 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange() [all …]
|
/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 | 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/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/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/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/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/flutter/skia/third_party/externals/icu/source/common/ |
D | sprpimpl.h | 90 UTrie sprepTrie; member
|
D | usprep.cpp | 267 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); in loadData() 534 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_map() 721 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/cintltst/ |
D | sprpdata.c | 158 UTrie trie = data->sprepTrie; in compareMapping() 238 UTrie trie = data->sprepTrie; in compareFlagsForRange()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | testidn.cpp | 95 idnTrie = &profile->sprepTrie; in testData()
|