Lines Matching refs:prevCh
1244 UChar prevCh = 0; in splitPatternInto2Part() local
1274 if (ch != prevCh && count > 0) { in splitPatternInto2Part()
1276 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part()
1278 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1298 prevCh = ch; in splitPatternInto2Part()
1307 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) { in splitPatternInto2Part()
1459 UChar prevCh = 0; in adjustFieldWidth() local
1469 if (ch != prevCh && count > 0) { in adjustFieldWidth()
1471 UChar skeletonChar = prevCh; in adjustFieldWidth()
1484 adjustedPtn.insert(i, prevCh); in adjustFieldWidth()
1503 prevCh = ch; in adjustFieldWidth()
1510 UChar skeletonChar = prevCh; in adjustFieldWidth()
1523 adjustedPtn.append(prevCh); in adjustFieldWidth()