Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtitv_impl.h63 #define CAP_A ((UChar)0x0041) macro
Dselfmtimpl.h55 #define CAP_A ((UChar)0x0041) macro
Ddtptngen.cpp186 {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()
Dplurrule_impl.h54 #define CAP_A ((UChar)0x0041) macro
Ddtptngen_impl.h40 #define CAP_A ((UChar)0x0041) macro
Dselfmt.cpp277 if ((ch >= CAP_A) && (ch <= CAP_Z)) { in classifyCharacter()
Dplurfmt.cpp338 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
Dplurrule.cpp1060 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
Ddtitvfmt.cpp810 case CAP_A: in getDateTimeSkeleton()
/external/chromium/third_party/icu/source/i18n/
Ddtitv_impl.h63 #define CAP_A ((UChar)0x0041) macro
Ddtptngen.cpp191 {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000},
1280 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader()
1281 curElem = boot[baseChar-CAP_A]; in getHeader()
1314 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add()
1315 baseElem = boot[baseChar-CAP_A]; in add()
1337 boot[baseChar-CAP_A] = curElem; in add()
1694 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
Dplurrule_impl.h54 #define CAP_A ((UChar)0x0041) macro
Ddtptngen_impl.h40 #define CAP_A ((UChar)0x0041) macro
Dplurfmt.cpp338 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
Dplurrule.cpp1060 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
Ddtitvfmt.cpp807 case CAP_A: in getDateTimeSkeleton()