Lines Matching full:trial
662 const UnicodeString& trial = *(const UnicodeString*)strings->elementAt(i);
664 //if (trial.length() == 0) {
667 // assert(trial.length() != 0); // We ensure this elsewhere
669 UChar c = trial.charAt(forward ? 0 : trial.length() - 1);
676 int32_t matchLen = matchRest(text, offset, limit, trial);
686 if (matchLen == trial.length()) {