Home | History | Annotate | Download | only in i18n

Lines Matching refs:prevCh

900     UChar prevCh = 0;
911 if (ch != prevCh && count > 0) {
912 subFormat(appendTo, prevCh, count, capitalizationContext, fieldNum++, handler, *workCal, status);
929 prevCh = ch;
940 subFormat(appendTo, prevCh, count, capitalizationContext, fieldNum++, handler, *workCal, status);
3388 UChar prevCh = 0;
3393 if (ch != prevCh && count > 0) {
3394 level = fgPatternCharToLevel[prevCh - PATTERN_CHAR_BASE];
3410 prevCh = ch;
3416 level = fgPatternCharToLevel[prevCh - PATTERN_CHAR_BASE];