Lines Matching refs:prevCh
1204 UChar prevCh = 0; in splitPatternInto2Part() local
1234 if (ch != prevCh && count > 0) { in splitPatternInto2Part()
1236 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part()
1238 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1258 prevCh = ch; in splitPatternInto2Part()
1267 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) { in splitPatternInto2Part()
1357 UChar prevCh = 0; in adjustFieldWidth() local
1367 if (ch != prevCh && count > 0) { in adjustFieldWidth()
1369 UChar skeletonChar = prevCh; in adjustFieldWidth()
1382 adjustedPtn.insert(i, prevCh); in adjustFieldWidth()
1401 prevCh = ch; in adjustFieldWidth()
1408 UChar skeletonChar = prevCh; in adjustFieldWidth()
1421 adjustedPtn.append(prevCh); in adjustFieldWidth()