Searched refs:CAP_A (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtitv_impl.h63 #define CAP_A ((UChar)0x0041) macro
H A Dselfmtimpl.h50 #define CAP_A ((UChar)0x0041) macro
H A Ddtptngen_impl.h40 #define CAP_A ((UChar)0x0041) macro
H A Dplurrule_impl.h61 static const UChar CAP_A = ((UChar)0x0041); variable
H A Ddtptngen.cpp190 {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000},
1354 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) {
1355 curElem = boot[baseChar-CAP_A];
1388 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) {
1389 baseElem = boot[baseChar-CAP_A];
1411 boot[baseChar-CAP_A] = curElem;
1773 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {
H A Ddtitvfmt.cpp857 case CAP_A:
/external/icu/icu4c/source/i18n/
H A Ddtitv_impl.h63 #define CAP_A ((UChar)0x0041) macro
H A Dselfmtimpl.h50 #define CAP_A ((UChar)0x0041) macro
H A Ddtptngen_impl.h40 #define CAP_A ((UChar)0x0041) macro
H A Dplurrule_impl.h61 static const UChar CAP_A = ((UChar)0x0041); variable
H A Ddtptngen.cpp191 {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000},
1355 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) {
1356 curElem = boot[baseChar-CAP_A];
1389 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) {
1390 baseElem = boot[baseChar-CAP_A];
1412 boot[baseChar-CAP_A] = curElem;
1774 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {
H A Ddtitvfmt.cpp859 case CAP_A:
1478 /*A..*/ CAP_A, SPACE, SPACE, // MILLISECONDS_IN_DAY, IS_LEAP_MONTH, FIELD_COUNT

Completed in 156 milliseconds