Lines Matching refs:prevCh
1197 UChar prevCh = 0; in splitPatternInto2Part() local
1227 if (ch != prevCh && count > 0) { in splitPatternInto2Part()
1229 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part()
1231 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1251 prevCh = ch; in splitPatternInto2Part()
1260 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) { in splitPatternInto2Part()
1350 UChar prevCh = 0; in adjustFieldWidth() local
1360 if (ch != prevCh && count > 0) { in adjustFieldWidth()
1362 UChar skeletonChar = prevCh; in adjustFieldWidth()
1375 adjustedPtn.insert(i, prevCh); in adjustFieldWidth()
1394 prevCh = ch; in adjustFieldWidth()
1401 UChar skeletonChar = prevCh; in adjustFieldWidth()
1414 adjustedPtn.append(prevCh); in adjustFieldWidth()