Searched refs:pInBlockZero (Results 1 – 2 of 2) sorted by relevance
238 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { in utrie_get32() argument243 if(pInBlockZero!=NULL) { in utrie_get32()244 *pInBlockZero=TRUE; in utrie_get32()250 if(pInBlockZero!=NULL) { in utrie_get32()251 *pInBlockZero= (UBool)(block==0); in utrie_get32()
683 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);