Searched refs:CAP_A (Results 1 – 16 of 16) sorted by relevance
/external/icu4c/i18n/ |
D | dtitv_impl.h | 63 #define CAP_A ((UChar)0x0041) macro
|
D | selfmtimpl.h | 55 #define CAP_A ((UChar)0x0041) macro
|
D | dtptngen.cpp | 186 {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()
|
D | plurrule_impl.h | 54 #define CAP_A ((UChar)0x0041) macro
|
D | dtptngen_impl.h | 40 #define CAP_A ((UChar)0x0041) macro
|
D | selfmt.cpp | 277 if ((ch >= CAP_A) && (ch <= CAP_Z)) { in classifyCharacter()
|
D | plurfmt.cpp | 338 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
|
D | plurrule.cpp | 1060 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
|
D | dtitvfmt.cpp | 810 case CAP_A: in getDateTimeSkeleton()
|
/external/chromium/third_party/icu/source/i18n/ |
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}, 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()
|
D | plurrule_impl.h | 54 #define CAP_A ((UChar)0x0041) macro
|
D | dtptngen_impl.h | 40 #define CAP_A ((UChar)0x0041) macro
|
D | plurfmt.cpp | 338 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
|
D | plurrule.cpp | 1060 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
|
D | dtitvfmt.cpp | 807 case CAP_A: in getDateTimeSkeleton()
|