/external/chromium_org/third_party/icu/source/i18n/ |
D | dtitv_impl.h | 37 #define LOW_A ((UChar)0x0061) macro
|
D | selfmtimpl.h | 58 #define LOW_A ((UChar)0x0061) macro
|
D | dtptngen.cpp | 182 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_SHORT, 1, 0}, 1358 if ( (baseChar >=LOW_A) && (baseChar <= LOW_Z) ) { in getHeader() 1359 curElem = boot[26+baseChar-LOW_A]; in getHeader() 1392 if ((baseChar >=LOW_A) && (baseChar <= LOW_Z)) { in add() 1393 baseElem = boot[26+baseChar-LOW_A]; in add() 1407 if (baseChar >= LOW_A) { in add() 1408 boot[26 + (baseChar-LOW_A)] = curElem; in add() 1623 if ( field.charAt(0) == LOW_A ) { in set() 1773 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
|
D | dtitvfmt.cpp | 58 static const UChar gLaterFirstPrefix[] = {LOW_L, LOW_A, LOW_T, LOW_E, LOW_S,LOW_T, CAP_F, LOW_I, LO… 61 static const UChar gEarlierFirstPrefix[] = {LOW_E, LOW_A, LOW_R, LOW_L, LOW_I, LOW_E, LOW_S, LOW_T,… 826 case LOW_A: in getDateTimeSkeleton() 1472 /*ahH*/ LOW_A, LOW_H, CAP_H,
|
D | plurrule_impl.h | 71 static const UChar LOW_A = ((UChar)0x0061); variable
|
D | dtptngen_impl.h | 62 #define LOW_A ((UChar)0x0061) macro
|
D | plurrule.cpp | 45 static const UChar PK_AND[]={LOW_A,LOW_N,LOW_D,0}; 54 static const UChar PK_DECIMAL[]={LOW_D,LOW_E,LOW_C,LOW_I,LOW_M,LOW_A,LOW_L,0}; 1191 if (ch>=LOW_A && ch<=LOW_Z) { in charType()
|
/external/icu/icu4c/source/i18n/ |
D | selfmtimpl.h | 58 #define LOW_A ((UChar)0x0061) macro
|
D | dtitv_impl.h | 37 #define LOW_A ((UChar)0x0061) macro
|
D | dtptngen.cpp | 183 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_SHORT, 1, 0}, 1359 if ( (baseChar >=LOW_A) && (baseChar <= LOW_Z) ) { in getHeader() 1360 curElem = boot[26+baseChar-LOW_A]; in getHeader() 1393 if ((baseChar >=LOW_A) && (baseChar <= LOW_Z)) { in add() 1394 baseElem = boot[26+baseChar-LOW_A]; in add() 1408 if (baseChar >= LOW_A) { in add() 1409 boot[26 + (baseChar-LOW_A)] = curElem; in add() 1624 if ( field.charAt(0) == LOW_A ) { in set() 1774 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
|
D | dtitvfmt.cpp | 58 static const UChar gLaterFirstPrefix[] = {LOW_L, LOW_A, LOW_T, LOW_E, LOW_S,LOW_T, CAP_F, LOW_I, LO… 61 static const UChar gEarlierFirstPrefix[] = {LOW_E, LOW_A, LOW_R, LOW_L, LOW_I, LOW_E, LOW_S, LOW_T,… 828 case LOW_A: in getDateTimeSkeleton() 1474 /*ahH*/ LOW_A, LOW_H, CAP_H,
|
D | plurrule_impl.h | 71 static const UChar LOW_A = ((UChar)0x0061); variable
|
D | dtptngen_impl.h | 62 #define LOW_A ((UChar)0x0061) macro
|
D | plurrule.cpp | 62 static const UChar PK_AND[]={LOW_A,LOW_N,LOW_D,0}; 70 static const UChar PK_DECIMAL[]={LOW_D,LOW_E,LOW_C,LOW_I,LOW_M,LOW_A,LOW_L,0}; 1294 if (ch>=LOW_A && ch<=LOW_Z) { in charType()
|