Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1829 Object[] zero0 = new Object[] { 0 }; in TestCompatibleApostrophe() local
1832 jdkMsg.format(zero0)); in TestCompatibleApostrophe()
1835 compMsg.format(zero0)); in TestCompatibleApostrophe()
1838 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1848 jdkMsg.format(zero0)); in TestCompatibleApostrophe()
1851 compMsg.format(zero0)); in TestCompatibleApostrophe()
1854 icuMsg.format(zero0)); in TestCompatibleApostrophe()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTestMessageFormat.java1832 Object[] zero0 = new Object[] { 0 }; in TestCompatibleApostrophe() local
1835 jdkMsg.format(zero0)); in TestCompatibleApostrophe()
1838 compMsg.format(zero0)); in TestCompatibleApostrophe()
1841 icuMsg.format(zero0)); in TestCompatibleApostrophe()
1851 jdkMsg.format(zero0)); in TestCompatibleApostrophe()
1854 compMsg.format(zero0)); in TestCompatibleApostrophe()
1857 icuMsg.format(zero0)); in TestCompatibleApostrophe()
/third_party/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1651 Formattable zero0[] = { (int32_t)0 }; in TestCompatibleApostrophe() local
1656 compMsg.format(zero0, 1, buffer1, fieldpos, ec)); in TestCompatibleApostrophe()
1659 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
1673 compMsg.format(zero0, 1, buffer1, fieldpos, ec)); in TestCompatibleApostrophe()
1676 icuMsg.format(zero0, 1, buffer2, fieldpos, ec)); in TestCompatibleApostrophe()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard.h694 bool zero0 : 1; /* Always zero */ member