Lines Matching defs:pattern
986 UChar* pattern = new UChar[length + destLength + 10];989 pattern = u_strcpy(pattern, left);990 pattern = u_strcat(pattern, exemplarChars);991 pattern = u_strcat(pattern, upperChars);992 pattern = u_strcat(pattern, right);994 UnicodeSet * uniset = new UnicodeSet(UnicodeString(pattern), error);