Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/gensprep/
Dstore.c188 static UNewTrie *sprepTrie; variable
200 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie)); in init()
203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) { in init()
291 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMappingData()
307 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMappingData()
371 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMapping()
396 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping()
424 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping()
474 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL); in storeRange()
493 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java208 private CharTrie sprepTrie; field in StringPrep
229 return sprepTrie.getCodePointValue(ch); in getCodePointValue()
266 sprepTrie = new CharTrie(bytes, null); in StringPrep()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java223 private CharTrie sprepTrie; field in StringPrep
244 return sprepTrie.getCodePointValue(ch); in getCodePointValue()
282 sprepTrie = new CharTrie(bytes, null); in StringPrep()
/external/icu/icu4c/source/common/
Dsprpimpl.h88 UTrie sprepTrie; member
Dusprep.cpp263 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()
/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c155 UTrie trie = data->sprepTrie; in compareMapping()
235 UTrie trie = data->sprepTrie; in compareFlagsForRange()
/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp93 idnTrie = &profile->sprepTrie; in testData()