Home
last modified time | relevance | path

Searched refs:LOW_V (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ddtptngen.cpp52 CAP_H, LOW_M, LOW_S, CAP_S, LOW_V, 0
99 {LOW_V, UDATPG_ZONE_FIELD, DT_SHORT - 2*DT_DELTA, 1, 0},
100 {LOW_V, UDATPG_ZONE_FIELD, DT_LONG - 2*DT_DELTA, 4, 0},
126 static const UChar repeatedPatterns[6]={CAP_G, CAP_E, LOW_Z, LOW_V, CAP_Q, 0}; // "GEzvQ"
361 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
Ddtptngen_impl.h77 #define LOW_V ((UChar)0x0076) macro