Lines Matching refs:sprepTrie
190 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()
512 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange()
517 if(!utrie_setRange32(sprepTrie, start, end+1, trieWord, FALSE)){ in storeRange()
569 …sprepTrieSize=utrie_serialize(sprepTrie, sprepTrieBlock, sizeof(sprepTrieBlock), getFoldedValue, T… in generateData()
636 utrie_close(sprepTrie); in cleanUpData()
637 uprv_free(sprepTrie); in cleanUpData()