Lines Matching refs:prevCh
1485 UChar prevCh = 0; in splitPatternInto2Part() local
1515 if (ch != prevCh && count > 0) { in splitPatternInto2Part()
1517 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part()
1519 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1539 prevCh = ch; in splitPatternInto2Part()
1548 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) { in splitPatternInto2Part()
1730 UChar prevCh = 0; in adjustFieldWidth() local
1738 if (ch != prevCh && count > 0) { in adjustFieldWidth()
1740 UChar skeletonChar = prevCh; in adjustFieldWidth()
1753 adjustedPtn.insert(i, prevCh); in adjustFieldWidth()
1772 prevCh = ch; in adjustFieldWidth()
1779 UChar skeletonChar = prevCh; in adjustFieldWidth()
1792 adjustedPtn.append(prevCh); in adjustFieldWidth()