Searched refs:LOW_Q (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dt_impl.h | 57 #define LOW_Q ((UChar)0x0071) macro
|
D | selfmtimpl.h | 76 #define LOW_Q ((UChar)0x0071) macro
|
D | dtitv_impl.h | 56 #define LOW_Q ((UChar)0x0071) macro
|
D | dtptngen_impl.h | 85 #define LOW_Q ((UChar)0x0071) macro
|
D | plurrule_impl.h | 99 static const UChar LOW_Q = ((UChar) 0x0071); variable
|
D | dtptngen.cpp | 162 {LOW_Q, UDATPG_QUARTER_FIELD, DT_NUMERIC + DT_DELTA, 1, 2}, 163 {LOW_Q, UDATPG_QUARTER_FIELD, DT_SHORT - DT_DELTA, 3, 0}, 164 {LOW_Q, UDATPG_QUARTER_FIELD, DT_LONG - DT_DELTA, 4, 0}, 165 {LOW_Q, UDATPG_QUARTER_FIELD, DT_NARROW - DT_DELTA, 5, 0},
|
D | dtitvfmt.cpp | 820 case LOW_Q: in getDateTimeSkeleton()
|