Searched refs:sprepTrie (Results 1 – 7 of 7) sorted by relevance
188 static UNewTrie *sprepTrie; variable200 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()[all …]
223 private CharTrie sprepTrie; field in StringPrep244 return sprepTrie.getCodePointValue(ch); in getCodePointValue()282 sprepTrie = new CharTrie(bytes, null); in StringPrep()
88 UTrie sprepTrie; member
263 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()
155 UTrie trie = data->sprepTrie; in compareMapping()235 UTrie trie = data->sprepTrie; in compareFlagsForRange()
93 idnTrie = &profile->sprepTrie; in testData()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...