Home | History | Annotate | Download | only in common

Lines Matching defs:utrie_get32

238 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) {
474 if(value!=utrie_get32(trie, U16_LEAD(c), NULL)) {
727 value=utrie_get32(trie, start, &inBlockZero);