/third_party/skia/third_party/externals/icu/source/i18n/ |
D | selfmtimpl.h | 81 #define LOW_V ((UChar)0x0076) macro
|
D | dt_impl.h | 62 #define LOW_V ((UChar)0x0076) macro
|
D | dtitv_impl.h | 61 #define LOW_V ((UChar)0x0076) macro
|
D | dtitvinf.cpp | 225 static const UChar PATH_SUFFIX[] = {SOLIDUS, LOW_I, LOW_N, LOW_T, LOW_E, LOW_R, LOW_V, LOW_A, 610 copySkeleton.findAndReplace(UnicodeString(LOW_Z), UnicodeString(LOW_V)); in getBestSkeleton()
|
D | dtptngen_impl.h | 90 #define LOW_V ((UChar)0x0076) macro
|
D | plurrule_impl.h | 110 static const UChar LOW_V = ((UChar) 0x0076); variable
|
D | dtitvfmt.cpp | 1121 case LOW_V: in getDateTimeSkeleton() 1179 normalizedTimeSkeleton.append(LOW_V); in getDateTimeSkeleton() 1728 findReplaceInPattern(adjustedPtn, UnicodeString(LOW_V), UnicodeString(LOW_Z)); in adjustFieldWidth()
|
D | dtptngen.cpp | 142 CAP_H, LOW_M, LOW_S, CAP_S, LOW_V, 0 237 {LOW_V, UDATPG_ZONE_FIELD, DT_SHORT - 2*DT_DELTA, 1, 0}, 238 {LOW_V, UDATPG_ZONE_FIELD, DT_LONG - 2*DT_DELTA, 4, 0}, 864 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dt_impl.h | 62 #define LOW_V ((char16_t)0x0076) macro
|
D | dtitv_impl.h | 61 #define LOW_V ((char16_t)0x0076) macro
|
D | selfmtimpl.h | 81 #define LOW_V ((char16_t)0x0076) macro
|
D | dtitvinf.cpp | 226 static const char16_t PATH_SUFFIX[] = {SOLIDUS, LOW_I, LOW_N, LOW_T, LOW_E, LOW_R, LOW_V, LOW_A, 596 copySkeleton.findAndReplace(UnicodeString(LOW_Z), UnicodeString(LOW_V)); in getBestSkeleton()
|
D | dtptngen_impl.h | 90 #define LOW_V ((char16_t)0x0076) macro
|
D | plurrule_impl.h | 110 static const char16_t LOW_V = ((char16_t) 0x0076); variable
|
D | dtitvfmt.cpp | 1127 case LOW_V: in getDateTimeSkeleton() 1185 normalizedTimeSkeleton.append(LOW_V); in getDateTimeSkeleton() 1740 findReplaceInPattern(adjustedPtn, UnicodeString(LOW_V), UnicodeString(LOW_Z)); in adjustFieldWidth()
|
D | dtptngen.cpp | 145 CAP_H, LOW_M, LOW_S, CAP_S, LOW_V, 0 240 {LOW_V, UDATPG_ZONE_FIELD, DT_SHORT - 2*DT_DELTA, 1, 0}, 241 {LOW_V, UDATPG_ZONE_FIELD, DT_LONG - 2*DT_DELTA, 4, 0}, 877 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
|
D | plurrule.cpp | 71 static const char16_t PK_VAR_V[]={LOW_V,0}; 1111 s.append(LOW_V); break; in tokenString()
|
/third_party/icu/icu4c/source/i18n/ |
D | selfmtimpl.h | 81 #define LOW_V ((UChar)0x0076) macro
|
D | dtitv_impl.h | 61 #define LOW_V ((UChar)0x0076) macro
|
D | dt_impl.h | 62 #define LOW_V ((UChar)0x0076) macro
|
D | dtitvinf.cpp | 224 static const UChar PATH_SUFFIX[] = {SOLIDUS, LOW_I, LOW_N, LOW_T, LOW_E, LOW_R, LOW_V, LOW_A, 592 copySkeleton.findAndReplace(UnicodeString(LOW_Z), UnicodeString(LOW_V)); in getBestSkeleton()
|
D | dtptngen_impl.h | 90 #define LOW_V ((UChar)0x0076) macro
|
D | plurrule_impl.h | 110 static const UChar LOW_V = ((UChar) 0x0076); variable
|
D | dtitvfmt.cpp | 1127 case LOW_V: in getDateTimeSkeleton() 1185 normalizedTimeSkeleton.append(LOW_V); in getDateTimeSkeleton() 1740 findReplaceInPattern(adjustedPtn, UnicodeString(LOW_V), UnicodeString(LOW_Z)); in adjustFieldWidth()
|
D | dtptngen.cpp | 142 CAP_H, LOW_M, LOW_S, CAP_S, LOW_V, 0 237 {LOW_V, UDATPG_ZONE_FIELD, DT_SHORT - 2*DT_DELTA, 1, 0}, 238 {LOW_V, UDATPG_ZONE_FIELD, DT_LONG - 2*DT_DELTA, 4, 0}, 882 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
|