Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/gensprep/
Dstore.c190 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 …]
/external/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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java213 private CharTrie sprepTrie; field in StringPrep
232 return sprepTrie.getCodePointValue(ch); in getCodePointValue()
269 sprepTrie = new CharTrie(bytes, null); in StringPrep()
/external/icu/icu4c/source/common/
Dsprpimpl.h90 UTrie sprepTrie; member
Dusprep.cpp267 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.c157 UTrie trie = data->sprepTrie; in compareMapping()
237 UTrie trie = data->sprepTrie; in compareFlagsForRange()
/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp95 idnTrie = &profile->sprepTrie; in testData()