Home
last modified time | relevance | path

Searched refs:sprepTrie (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/gensprep/
Dstore.c191 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/
Dstore.c192 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/
DStringPrep.java210 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/
DStringPrep.java225 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/
Dsprpdata.c160 UTrie trie = data->sprepTrie; in compareMapping()
240 UTrie trie = data->sprepTrie; in compareFlagsForRange()
/third_party/skia/third_party/externals/icu/source/common/
Dsprpimpl.h90 UTrie sprepTrie; member
Dusprep.cpp266 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/
Dsprpimpl.h90 UTrie sprepTrie; member
Dusprep.cpp266 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/
Dsprpimpl.h90 UTrie sprepTrie; member
Dusprep.cpp266 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/
Dtestidn.cpp95 idnTrie = &profile->sprepTrie; in testData()