Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtitv_impl.h53 #define LOW_Q ((UChar)0x0071) macro
Dselfmtimpl.h74 #define LOW_Q ((UChar)0x0071) macro
Ddtptngen_impl.h77 #define LOW_Q ((UChar)0x0071) macro
Dplurrule_impl.h87 static const UChar LOW_Q = ((UChar)0x0071); variable
Ddtptngen.cpp174 {LOW_Q, UDATPG_QUARTER_FIELD, DT_NUMERIC + DT_DELTA, 1, 2},
175 {LOW_Q, UDATPG_QUARTER_FIELD, DT_SHORT + DT_DELTA, 3, 0},
176 {LOW_Q, UDATPG_QUARTER_FIELD, DT_LONG + DT_DELTA, 4, 0},
Ddtitvfmt.cpp802 case LOW_Q: in getDateTimeSkeleton()