Lines Matching refs:UBool
72 UBool ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode);
74 inline UBool incLength(UErrorCode &errorCode) {
102 CollationIterator(const CollationData *d, UBool numeric)
112 virtual UBool operator==(const CollationIterator &other) const;
113 inline UBool operator!=(const CollationIterator &other) const {
251 virtual UBool foundNULTerminator();
258 virtual UBool forbidSurrogateCodePoints() const;
274 UBool forward, UErrorCode &errorCode);
313 void appendNumericCEs(uint32_t ce32, UBool forward, UErrorCode &errorCode);
330 UBool isNumeric;