Searched refs:LOW_V (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | dtitv_impl.h | 58 #define LOW_V ((UChar)0x0076) macro
|
D | selfmtimpl.h | 84 #define LOW_V ((UChar)0x0076) macro
|
D | plurrule_impl.h | 83 #define LOW_V ((UChar)0x0076) macro
|
D | dtptngen_impl.h | 79 #define LOW_V ((UChar)0x0076) macro
|
D | dtptngen.cpp | 137 CAP_H, LOW_M, LOW_S, CAP_S, LOW_V, 0 187 {LOW_V, UDATPG_ZONE_FIELD, DT_SHORT - 2*DT_DELTA, 1, 0}, 188 {LOW_V, UDATPG_ZONE_FIELD, DT_LONG - 2*DT_DELTA, 4, 0}, 216 static const UChar repeatedPatterns[6]={CAP_G, CAP_E, LOW_Z, LOW_V, CAP_Q, 0}; // "GEzvQ" 479 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
|
D | dtitvfmt.cpp | 802 case LOW_V: in getDateTimeSkeleton() 862 normalizedTimeSkeleton.append(LOW_V); in getDateTimeSkeleton()
|
/external/icu/icu4c/source/i18n/ |
D | dtitv_impl.h | 58 #define LOW_V ((UChar)0x0076) macro
|
D | selfmtimpl.h | 79 #define LOW_V ((UChar)0x0076) macro
|
D | dtptngen_impl.h | 82 #define LOW_V ((UChar)0x0076) macro
|
D | plurrule_impl.h | 92 static const UChar LOW_V = ((UChar)0x0076); variable
|
D | dtptngen.cpp | 137 CAP_H, LOW_M, LOW_S, CAP_S, LOW_V, 0 192 {LOW_V, UDATPG_ZONE_FIELD, DT_SHORT - 2*DT_DELTA, 1, 0}, 193 {LOW_V, UDATPG_ZONE_FIELD, DT_LONG - 2*DT_DELTA, 4, 0}, 491 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
|
D | dtitvfmt.cpp | 848 case LOW_V: in getDateTimeSkeleton() 910 normalizedTimeSkeleton.append(LOW_V); in getDateTimeSkeleton()
|
D | plurrule.cpp | 68 static const UChar PK_VAR_V[]={LOW_V,0}; 943 s.append(LOW_V); break; in tokenString()
|