Lines Matching refs:prevCh
1503 UChar prevCh = 0; in splitPatternInto2Part() local
1533 if (ch != prevCh && count > 0) { in splitPatternInto2Part()
1535 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part()
1537 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1557 prevCh = ch; in splitPatternInto2Part()
1566 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) { in splitPatternInto2Part()
1748 UChar prevCh = 0; in adjustFieldWidth() local
1756 if (ch != prevCh && count > 0) { in adjustFieldWidth()
1758 UChar skeletonChar = prevCh; in adjustFieldWidth()
1771 adjustedPtn.insert(i, prevCh); in adjustFieldWidth()
1790 prevCh = ch; in adjustFieldWidth()
1797 UChar skeletonChar = prevCh; in adjustFieldWidth()
1810 adjustedPtn.append(prevCh); in adjustFieldWidth()