Lines Matching refs:UBool
345 UBool exclusiveLimit; /* rather than inclusive range end */
348 static UBool U_CALLCONV
495 static inline UBool
496 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) {
507 return (UBool)(block==trie->dataNullOffset);
530 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) {
602 static inline UBool
604 return (UBool)(block!=trie->dataNullOffset && 1==trie->map[block>>UTRIE2_SHIFT_2]);
625 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) {
654 UChar32 c, UBool forLSCP, uint32_t value,
715 uint32_t value, uint32_t initialValue, UBool overwrite) {
737 uint32_t value, UBool overwrite,
805 UBool setRepeatBlock=FALSE;
887 static inline UBool
894 return (UBool)(length==0);
897 static inline UBool
904 return (UBool)(length==0);