Searched refs:CAP_A (Results 1 - 15 of 15) 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.h55 #define CAP_A ((UChar)0x0041) macro
H A Dplurrule_impl.h54 #define CAP_A ((UChar)0x0041) macro
H A Dselfmt.cpp309 if ((ch >= CAP_A) && (ch <= CAP_Z)) {
H A Ddtptngen_impl.h40 #define CAP_A ((UChar)0x0041) macro
H A Ddtptngen.cpp186 {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000},
1301 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) {
1302 curElem = boot[baseChar-CAP_A];
1335 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) {
1336 baseElem = boot[baseChar-CAP_A];
1358 boot[baseChar-CAP_A] = curElem;
1715 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {
H A Dplurfmt.cpp338 if ((ch>=CAP_A) && (ch<=CAP_Z)) {
H A Ddtitvfmt.cpp813 case CAP_A:
H A Dplurrule.cpp1059 if ((ch>=CAP_A) && (ch<=CAP_Z)) {
/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 69 milliseconds