Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

215 UBool Edits::growArray() {
246 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) {
259 UBool abHasNext = TRUE, bcHasNext = TRUE;
399 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) :
440 UBool Edits::Iterator::noNext() {
448 UBool Edits::Iterator::next(UBool onlyChanges, UErrorCode &errorCode) {
544 UBool Edits::Iterator::previous(UErrorCode &errorCode) {
653 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) {
667 UBool hasPrevious = previous(errorCode);