Home
last modified time | relevance | path

Searched refs:CAP_A (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/i18n/
Ddtitv_impl.h63 #define CAP_A ((UChar)0x0041) macro
Dselfmtimpl.h50 #define CAP_A ((UChar)0x0041) macro
Dplurrule_impl.h51 #define CAP_A ((UChar)0x0041) macro
Ddtptngen.cpp187 {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000},
1298 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader()
1299 curElem = boot[baseChar-CAP_A]; in getHeader()
1332 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add()
1333 baseElem = boot[baseChar-CAP_A]; in add()
1355 boot[baseChar-CAP_A] = curElem; in add()
1712 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
Ddtptngen_impl.h40 #define CAP_A ((UChar)0x0041) macro
Ddtitvfmt.cpp857 case CAP_A: in getDateTimeSkeleton()
Dplurrule.cpp1305 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()