Searched defs:prevCh (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtitvfmt.cpp1206 UChar prevCh = 0; local
1236 if (ch != prevCh && count > 0) {
1238 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)];
1240 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE;
1260 prevCh = ch;
1269 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) {
1359 UChar prevCh = 0; local
1369 if (ch != prevCh && count > 0) {
1371 UChar skeletonChar = prevCh;
1384 adjustedPtn.insert(i, prevCh);
[all...]
H A Dsmpdtfmt.cpp876 UChar prevCh = 0; local
886 if (ch != prevCh && count > 0) {
887 subFormat(appendTo, prevCh, count, fCapitalizationContext, fieldNum++, handler, *workCal, status);
904 prevCh = ch;
915 subFormat(appendTo, prevCh, count, fCapitalizationContext, fieldNum++, handler, *workCal, status);
3343 UChar prevCh = 0; local
3348 if (ch != prevCh && count > 0) {
3349 level = fgPatternCharToLevel[prevCh - PATTERN_CHAR_BASE];
3365 prevCh = ch;
3371 level = fgPatternCharToLevel[prevCh
[all...]
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp1208 UChar prevCh = 0; local
1238 if (ch != prevCh && count > 0) {
1240 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)];
1242 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE;
1262 prevCh = ch;
1271 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) {
1361 UChar prevCh = 0; local
1371 if (ch != prevCh && count > 0) {
1373 UChar skeletonChar = prevCh;
1386 adjustedPtn.insert(i, prevCh);
[all...]
H A Dsmpdtfmt.cpp900 UChar prevCh = 0; local
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; local
3393 if (ch != prevCh && count > 0) {
3394 level = fgPatternCharToLevel[prevCh - PATTERN_CHAR_BASE];
3410 prevCh = ch;
3416 level = fgPatternCharToLevel[prevCh
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1004 milliseconds