Searched refs:prevCh (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Ddtitvfmt.cpp1151 UChar prevCh = 0; local
1181 if (ch != prevCh && count > 0) {
1183 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)];
1185 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE;
1205 prevCh = ch;
1214 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) {
1303 UChar prevCh = 0; local
1313 if (ch != prevCh && count > 0) {
1315 UChar skeletonChar = prevCh;
1328 adjustedPtn.insert(i, prevCh);
[all...]
H A Dsmpdtfmt.cpp761 UChar prevCh = 0; local
770 if (ch != prevCh && count > 0) {
771 subFormat(appendTo, prevCh, count, pos, *workCal, status);
788 prevCh = ch;
799 subFormat(appendTo, prevCh, count, pos, *workCal, status);
3030 UChar prevCh = 0; local
3035 if (ch != prevCh && count > 0) {
3036 level = fgPatternCharToLevel[prevCh - PATTERN_CHAR_BASE];
3052 prevCh = ch;
3058 level = fgPatternCharToLevel[prevCh
[all...]
/external/icu4c/i18n/
H A Ddtitvfmt.cpp1157 UChar prevCh = 0; local
1187 if (ch != prevCh && count > 0) {
1189 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)];
1191 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE;
1211 prevCh = ch;
1220 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) {
1309 UChar prevCh = 0; local
1319 if (ch != prevCh && count > 0) {
1321 UChar skeletonChar = prevCh;
1334 adjustedPtn.insert(i, prevCh);
[all...]
H A Dsmpdtfmt.cpp780 UChar prevCh = 0; local
789 if (ch != prevCh && count > 0) {
790 subFormat(appendTo, prevCh, count, handler, *workCal, status);
807 prevCh = ch;
818 subFormat(appendTo, prevCh, count, handler, *workCal, status);
3071 UChar prevCh = 0; local
3076 if (ch != prevCh && count > 0) {
3077 level = fgPatternCharToLevel[prevCh - PATTERN_CHAR_BASE];
3093 prevCh = ch;
3099 level = fgPatternCharToLevel[prevCh
[all...]

Completed in 129 milliseconds