Lines Matching refs:scriptUpperBoundary
465 const UnicodeString *scriptUpperBoundary = &emptyString_;
468 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) >= 0) {
470 const UnicodeString &inflowBoundary = *scriptUpperBoundary;
473 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex);
474 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) < 0) {
554 bucket = new Bucket(getOverflowLabel(), *scriptUpperBoundary, U_ALPHAINDEX_OVERFLOW);