Lines Matching refs:strings
526 * Searches the rule's rule text for any of the specified strings.
527 * @param strings An array of strings to search the rule's rule
531 * _any_ of the strings in "strings"). If none of the strings in
532 * "strings" is found in the rule's rule text, returns -1.
535 NFRule::indexOfAny(const UChar* const strings[]) const
538 for (int i = 0; strings[i]; i++) {
539 int32_t pos = ruleText.indexOf(*strings[i]);
1112 * the strings (only primary-order differences are significant in
1172 // match collation elements between the strings
1207 // match collation elements from the two strings