Searched refs:LOW_C (Results 1 – 7 of 7) sorted by relevance
/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 | dtptngen_impl.h | 63 #define LOW_C ((UChar)0x0063) macro
|
D | plurrule_impl.h | 76 static const UChar LOW_C = ((UChar)0x0063); variable
|
D | dtptngen.cpp | 167 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 2}, 168 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_SHORT - 2*DT_DELTA, 3, 0}, 169 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_LONG - 2*DT_DELTA, 4, 0}, 170 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_NARROW - 2*DT_DELTA, 5, 0},
|
D | dtitvfmt.cpp | 841 case LOW_C: in getDateTimeSkeleton()
|
D | plurrule.cpp | 58 static const UChar PK_DECIMAL[]={LOW_D,LOW_E,LOW_C,LOW_I,LOW_M,LOW_A,LOW_L,0};
|