/external/chromium/third_party/icu/source/i18n/ |
H A D | dtitv_impl.h | 37 #define LOW_A ((UChar)0x0061) macro
|
H A D | dtitvfmt.cpp | 56 static const UChar gLaterFirstPrefix[] = {LOW_L, LOW_A, LOW_T, LOW_E, LOW_S,LOW_T, CAP_F, LOW_I, LOW_R, LOW_S, LOW_T, COLON}; 59 static const UChar gEarlierFirstPrefix[] = {LOW_E, LOW_A, LOW_R, LOW_L, LOW_I, LOW_E, LOW_S, LOW_T, CAP_F, LOW_I, LOW_R, LOW_S, LOW_T, COLON}; 779 case LOW_A: 1416 /*ahH*/ LOW_A, LOW_H, CAP_H,
|
H A D | plurrule_impl.h | 62 #define LOW_A ((UChar)0x0061) macro
|
H A D | dtptngen.cpp | 183 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_SHORT, 1, 0}, 1284 if ( (baseChar >=LOW_A) && (baseChar <= LOW_Z) ) { 1285 curElem = boot[26+baseChar-LOW_A]; 1318 if ((baseChar >=LOW_A) && (baseChar <= LOW_Z)) { 1319 baseElem = boot[26+baseChar-LOW_A]; 1333 if (baseChar >= LOW_A) { 1334 boot[26 + (baseChar-LOW_A)] = curElem; 1544 if ( field.charAt(0) == LOW_A ) { 1694 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {
|
H A D | dtptngen_impl.h | 59 #define LOW_A ((UChar)0x0061) macro
|
H A D | plurrule.cpp | 46 static const UChar PLURAL_KEYWORD_MANY[]={LOW_M,LOW_A,LOW_N,LOW_Y,0}; 53 static const UChar PK_AND[]={LOW_A,LOW_N,LOW_D,0}; 1064 if ((ch>=LOW_A) && (ch<=LOW_Z)) {
|
H A D | plurfmt.cpp | 342 if ((ch>=LOW_A) && (ch<=LOW_Z)) {
|
/external/icu4c/i18n/ |
H A D | dtitv_impl.h | 37 #define LOW_A ((UChar)0x0061) macro
|
H A D | selfmtimpl.h | 63 #define LOW_A ((UChar)0x0061) macro
|
H A D | dtitvfmt.cpp | 56 static const UChar gLaterFirstPrefix[] = {LOW_L, LOW_A, LOW_T, LOW_E, LOW_S,LOW_T, CAP_F, LOW_I, LOW_R, LOW_S, LOW_T, COLON}; 59 static const UChar gEarlierFirstPrefix[] = {LOW_E, LOW_A, LOW_R, LOW_L, LOW_I, LOW_E, LOW_S, LOW_T, CAP_F, LOW_I, LOW_R, LOW_S, LOW_T, COLON}; 779 case LOW_A: 1422 /*ahH*/ LOW_A, LOW_H, CAP_H,
|
H A D | plurrule_impl.h | 62 #define LOW_A ((UChar)0x0061) macro
|
H A D | dtptngen.cpp | 178 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_SHORT, 1, 0}, 1302 if ( (baseChar >=LOW_A) && (baseChar <= LOW_Z) ) { 1303 curElem = boot[26+baseChar-LOW_A]; 1336 if ((baseChar >=LOW_A) && (baseChar <= LOW_Z)) { 1337 baseElem = boot[26+baseChar-LOW_A]; 1351 if (baseChar >= LOW_A) { 1352 boot[26 + (baseChar-LOW_A)] = curElem; 1562 if ( field.charAt(0) == LOW_A ) { 1712 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {
|
H A D | dtptngen_impl.h | 59 #define LOW_A ((UChar)0x0061) macro
|
H A D | selfmt.cpp | 280 if ((ch >= LOW_A) && (ch <= LOW_Z)) {
|
H A D | plurrule.cpp | 46 static const UChar PLURAL_KEYWORD_MANY[]={LOW_M,LOW_A,LOW_N,LOW_Y,0}; 53 static const UChar PK_AND[]={LOW_A,LOW_N,LOW_D,0}; 1064 if ((ch>=LOW_A) && (ch<=LOW_Z)) {
|
H A D | plurfmt.cpp | 342 if ((ch>=LOW_A) && (ch<=LOW_Z)) {
|