Home
last modified time | relevance | path

Searched refs:LOW_Q (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddt_impl.h57 #define LOW_Q ((UChar)0x0071) macro
Dselfmtimpl.h76 #define LOW_Q ((UChar)0x0071) macro
Ddtitv_impl.h56 #define LOW_Q ((UChar)0x0071) macro
Ddtptngen_impl.h85 #define LOW_Q ((UChar)0x0071) macro
Dplurrule_impl.h99 static const UChar LOW_Q = ((UChar) 0x0071); variable
Ddtptngen.cpp162 {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},
Ddtitvfmt.cpp820 case LOW_Q: in getDateTimeSkeleton()