Searched refs:sprepTrie (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/tools/gensprep/ |
D | store.c | 187 static UNewTrie *sprepTrie; variable 199 sprepTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie)); in init() 200 uprv_memset(sprepTrie, 0, sizeof(UNewTrie)); in init() 203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) { in init() 288 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMappingData() 304 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMappingData() 385 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); in storeMapping() 414 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping() 442 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ in storeMapping() 501 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL); in storeRange() [all …]
|
/external/icu4c/common/ |
D | sprpimpl.h | 88 UTrie sprepTrie; member
|
D | usprep.cpp | 256 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); in loadData() 537 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_map() 763 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_prepare()
|
/external/icu4c/test/cintltst/ |
D | sprpdata.c | 154 UTrie trie = data->sprepTrie; in compareMapping() 234 UTrie trie = data->sprepTrie; in compareFlagsForRange()
|
/external/icu4c/test/intltest/ |
D | testidn.cpp | 94 idnTrie = &profile->sprepTrie; in testData()
|