Searched refs:CAP_A (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dt_impl.h | 67 #define CAP_A ((UChar)0x0041) macro
|
D | selfmtimpl.h | 52 #define CAP_A ((UChar)0x0041) macro
|
D | dtitv_impl.h | 66 #define CAP_A ((UChar)0x0041) macro
|
D | dtptngen.cpp | 232 {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + DT_DELTA, 1, 1000}, 1825 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader() 1826 curElem = boot[baseChar-CAP_A]; in getHeader() 1859 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add() 1860 baseElem = boot[baseChar-CAP_A]; in add() 1886 boot[baseChar - CAP_A] = newElem.orphan(); // the boot array now owns the PtnElem. in add() 2233 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
|
D | dtptngen_impl.h | 46 #define CAP_A ((UChar)0x0041) macro
|
D | plurrule_impl.h | 73 static const UChar CAP_A = ((UChar) 0x0041); variable
|
D | dtitvfmt.cpp | 866 case CAP_A: in getDateTimeSkeleton() 1566 /*A..*/ CAP_A, SPACE, SPACE, // MILLISECONDS_IN_DAY, IS_LEAP_MONTH, FIELD_COUNT
|
D | dtitvinf.cpp | 219 static const UChar PATH_PREFIX[] = {SOLIDUS, CAP_L, CAP_O, CAP_C, CAP_A, CAP_L, CAP_E, SOLIDUS,
|
D | dtfmtsym.cpp | 1452 SOLIDUS, CAP_L, CAP_O, CAP_C, CAP_A, CAP_L, CAP_E, SOLIDUS,
|