Searched refs:patternChar (Results 1 – 6 of 6) sorted by relevance
256 final char patternChar = pattern [pi + i]; in matches() local258 if (patternChar == '*') in matches()271 if (patternChar != string [si_i]) in matches()273 if (patternChar == '?') continue; in matches()315 final char patternChar = pattern [pi + i]; in matches() local317 if (patternChar == '*') in matches()330 if (patternChar != string [si_i]) in matches()332 if (patternChar == '?') continue; in matches()
102 UChar patternChar; member
1609 UChar repeatChar = row->patternChar; in set()1796 while (dtTypes[i].patternChar != '\0') { in getCanonicalIndex()1797 if ( dtTypes[i].patternChar != ch ) { in getCanonicalIndex()1802 if (dtTypes[i].patternChar != dtTypes[i+1].patternChar) { in getCanonicalIndex()
2885 UChar32 patternChar; in MatchAt() local2894 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar); in MatchAt()2895 if (patternChar != inputChar) { in MatchAt()
101 UChar patternChar; member
1581 UChar repeatChar = row->patternChar; in set()1768 while (dtTypes[i].patternChar != '\0') { in getCanonicalIndex()1769 if ( dtTypes[i].patternChar != ch ) { in getCanonicalIndex()1774 if (dtTypes[i].patternChar != dtTypes[i+1].patternChar) { in getCanonicalIndex()