Home | History | Annotate | Download | only in i18n

Lines Matching refs:CAP_A

191     {CAP_A, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000},
1280 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) {
1281 curElem = boot[baseChar-CAP_A];
1314 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) {
1315 baseElem = boot[baseChar-CAP_A];
1337 boot[baseChar-CAP_A] = curElem;
1694 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {