Lines Matching refs:UBool
36 static inline UBool
43 return (UBool)(length==0);
52 UBool latin1Linear) {
71 trie->isAllocated= (UBool)(fillIn==NULL);
118 UBool isDataAllocated;
221 U_CAPI UBool U_EXPORT2
240 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) {
253 *pInBlockZero= (UBool)(block==0);
264 uint32_t value, uint32_t initialValue, UBool overwrite) {
283 U_CAPI UBool U_EXPORT2
284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) {
590 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) {
724 UBool inBlockZero;
744 UBool reduceTo16Bits,
887 trie->isLatin1Linear= (UBool)((options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0);
935 UBool make16BitTrie,