Searched refs:sprepTrie (Results 1 – 8 of 8) sorted by relevance
190 static UNewTrie *sprepTrie; variable202 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()[all …]
210 private CharTrie sprepTrie; field in StringPrep229 return sprepTrie.getCodePointValue(ch); in getCodePointValue()266 sprepTrie = new CharTrie(bytes, null); in StringPrep()
225 private CharTrie sprepTrie; field in StringPrep244 return sprepTrie.getCodePointValue(ch); in getCodePointValue()282 sprepTrie = new CharTrie(bytes, null); in StringPrep()
90 UTrie sprepTrie; member
265 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); in loadData()536 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_map()723 UTRIE_GET16(&profile->sprepTrie,ch,result); in usprep_prepare()
157 UTrie trie = data->sprepTrie; in compareMapping()237 UTrie trie = data->sprepTrie; in compareFlagsForRange()
95 idnTrie = &profile->sprepTrie; in testData()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...