Home | History | Annotate | Download | only in i18n

Lines Matching refs:CAP_A

186     {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000},
1301 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) {
1302 curElem = boot[baseChar-CAP_A];
1335 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) {
1336 baseElem = boot[baseChar-CAP_A];
1358 boot[baseChar-CAP_A] = curElem;
1715 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {