Lines Matching refs:sprepTrie
188 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()
510 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange()
515 if(!utrie_setRange32(sprepTrie, start, end+1, trieWord, FALSE)){ in storeRange()
567 …sprepTrieSize=utrie_serialize(sprepTrie, sprepTrieBlock, sizeof(sprepTrieBlock), getFoldedValue, T… in generateData()
634 utrie_close(sprepTrie); in cleanUpData()
635 uprv_free(sprepTrie); in cleanUpData()