Searched refs:LOW_C (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | dtitv_impl.h | 39 #define LOW_C ((UChar)0x0063) macro
|
D | selfmtimpl.h | 60 #define LOW_C ((UChar)0x0063) macro
|
D | plurrule_impl.h | 73 static const UChar LOW_C = ((UChar)0x0063); variable
|
D | dtptngen_impl.h | 63 #define LOW_C ((UChar)0x0063) macro
|
D | dtptngen.cpp | 170 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 2}, 171 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_SHORT - 2*DT_DELTA, 3, 0}, 172 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_LONG - 2*DT_DELTA, 4, 0}, 173 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_NARROW - 2*DT_DELTA, 5, 0},
|
D | dtitvfmt.cpp | 822 case LOW_C: in getDateTimeSkeleton()
|
D | plurrule.cpp | 54 static const UChar PK_DECIMAL[]={LOW_D,LOW_E,LOW_C,LOW_I,LOW_M,LOW_A,LOW_L,0};
|
/external/icu/icu4c/source/i18n/ |
D | selfmtimpl.h | 60 #define LOW_C ((UChar)0x0063) macro
|
D | dtitv_impl.h | 39 #define LOW_C ((UChar)0x0063) macro
|
D | plurrule_impl.h | 73 static const UChar LOW_C = ((UChar)0x0063); variable
|
D | dtptngen_impl.h | 63 #define LOW_C ((UChar)0x0063) macro
|
D | dtptngen.cpp | 171 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 2}, 172 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_SHORT - 2*DT_DELTA, 3, 0}, 173 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_LONG - 2*DT_DELTA, 4, 0}, 174 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_NARROW - 2*DT_DELTA, 5, 0},
|
D | dtitvfmt.cpp | 822 case LOW_C: in getDateTimeSkeleton()
|
D | plurrule.cpp | 70 static const UChar PK_DECIMAL[]={LOW_D,LOW_E,LOW_C,LOW_I,LOW_M,LOW_A,LOW_L,0};
|