Lines Matching refs:UBool
162 UBool copyErrorTo(UErrorCode &outErrorCode);
174 UBool hasChanges() const { return numChanges != 0; } in hasChanges()
229 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next()
250 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { in findSourceIndex()
273 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { in findDestinationIndex()
332 UBool hasChange() const { return changed; } in hasChange()
403 Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs);
408 UBool noNext();
409 UBool next(UBool onlyChanges, UErrorCode &errorCode);
410 UBool previous(UErrorCode &errorCode);
412 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);
419 UBool onlyChanges_, coarse;
422 UBool changed;
512 UBool growArray();