Home | History | Annotate | Download | only in i18n

Lines Matching refs:CAP_Z

196     {CAP_Z, UDATPG_ZONE_FIELD, DT_SHORT - DT_DELTA, 1, 3},
197 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
485 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) {
1280 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) {
1314 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) {
1694 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {