Searched refs:CAP_A (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | dtitv_impl.h | 63 #define CAP_A ((UChar)0x0041) macro
|
D | selfmtimpl.h | 50 #define CAP_A ((UChar)0x0041) macro
|
D | dtptngen.cpp | 190 {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000}, 1354 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader() 1355 curElem = boot[baseChar-CAP_A]; in getHeader() 1388 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add() 1389 baseElem = boot[baseChar-CAP_A]; in add() 1411 boot[baseChar-CAP_A] = curElem; in add() 1773 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
|
D | plurrule_impl.h | 61 static const UChar CAP_A = ((UChar)0x0041); variable
|
D | dtptngen_impl.h | 40 #define CAP_A ((UChar)0x0041) macro
|
D | dtitvfmt.cpp | 857 case CAP_A: in getDateTimeSkeleton()
|
/external/icu/icu4c/source/i18n/ |
D | selfmtimpl.h | 50 #define CAP_A ((UChar)0x0041) macro
|
D | dtitv_impl.h | 63 #define CAP_A ((UChar)0x0041) macro
|
D | dtptngen.cpp | 191 {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000}, 1355 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader() 1356 curElem = boot[baseChar-CAP_A]; in getHeader() 1389 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add() 1390 baseElem = boot[baseChar-CAP_A]; in add() 1412 boot[baseChar-CAP_A] = curElem; in add() 1774 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
|
D | plurrule_impl.h | 61 static const UChar CAP_A = ((UChar)0x0041); variable
|
D | dtptngen_impl.h | 40 #define CAP_A ((UChar)0x0041) macro
|
D | dtitvfmt.cpp | 859 case CAP_A: in getDateTimeSkeleton() 1478 /*A..*/ CAP_A, SPACE, SPACE, // MILLISECONDS_IN_DAY, IS_LEAP_MONTH, FIELD_COUNT
|