Home | History | Annotate | Download | only in common

Lines Matching refs:trial

661                 const UnicodeString& trial = *(const UnicodeString*)strings->elementAt(i);
663 //if (trial.length() == 0) {
666 // assert(trial.length() != 0); // We ensure this elsewhere
668 UChar c = trial.charAt(forward ? 0 : trial.length() - 1);
675 int32_t matchLen = matchRest(text, offset, limit, trial);
685 if (matchLen == trial.length()) {