Lines Matching refs:sprepTrie
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()
520 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange()
537 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange()
542 if(!utrie_setRange32(sprepTrie, start, end+1, trieWord, FALSE)){ in storeRange()
596 …sprepTrieSize=utrie_serialize(sprepTrie, sprepTrieBlock, sizeof(sprepTrieBlock), getFoldedValue, T… in generateData()
659 utrie_close(sprepTrie); in cleanUpData()
660 uprv_free(sprepTrie); in cleanUpData()