Searched refs:pInBlockZero (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dutrie.c238 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { argument
243 if(pInBlockZero!=NULL) {
244 *pInBlockZero=TRUE;
250 if(pInBlockZero!=NULL) {
251 *pInBlockZero= (UBool)(block==0);
H A Dutrie.h677 * @param pInBlockZero if not NULL, then *pInBlockZero is set to TRUE
683 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);

Completed in 61 milliseconds