Searched refs:CAP_A (Results 1 – 7 of 7) sorted by relevance
63 #define CAP_A ((UChar)0x0041) macro
50 #define CAP_A ((UChar)0x0041) macro
51 #define CAP_A ((UChar)0x0041) macro
190 {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000},1309 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader()1310 curElem = boot[baseChar-CAP_A]; in getHeader()1343 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add()1344 baseElem = boot[baseChar-CAP_A]; in add()1366 boot[baseChar-CAP_A] = curElem; in add()1725 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
40 #define CAP_A ((UChar)0x0041) macro
857 case CAP_A: in getDateTimeSkeleton()
1314 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()