Home
last modified time | relevance | path

Searched refs:msgf (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp2022 MessageFormat msgf(cas.messagePattern, cas.localeName, status); in TestMessageFormatNumberSkeleton() local
2027 msgf.format(args, sb, status); in TestMessageFormatNumberSkeleton()
2038 MessageFormat msgf(messagePattern, localeName, status); in doTheRealDateTimeSkeletonTesting() local
2043 msgf.format(args, sb, status); in doTheRealDateTimeSkeletonTesting()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTestMessageFormat.java2122 MessageFormat msgf = new MessageFormat(messagePattern, locale); in TestMessageFormatNumberSkeleton() local
2125 msgf.format(new Object[] { arg }, sb, fpos); in TestMessageFormatNumberSkeleton()
2133 MessageFormat msgf = new MessageFormat(messagePattern, locale); in doTheRealDateTimeSkeletonTesting() local
2136 msgf.format(new Object[] { date }, sb, fpos); in doTheRealDateTimeSkeletonTesting()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java2119 MessageFormat msgf = new MessageFormat(messagePattern, locale); in TestMessageFormatNumberSkeleton() local
2122 msgf.format(new Object[] { arg }, sb, fpos); in TestMessageFormatNumberSkeleton()
2130 MessageFormat msgf = new MessageFormat(messagePattern, locale); in doTheRealDateTimeSkeletonTesting() local
2133 msgf.format(new Object[] { date }, sb, fpos); in doTheRealDateTimeSkeletonTesting()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1346 def MSGF : BinaryRXY<"msgf", 0xE31C, mul, GR64, asextloadi32, 4>;