Home
last modified time | relevance | path

Searched refs:skipLineBecauseOfBug (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DUCAConformanceTest.java177 private static boolean skipLineBecauseOfBug(String s, int flags) { in skipLineBecauseOfBug() method in UCAConformanceTest
216 if (skipLineBecauseOfBug(buffer, skipFlags)) { in conformanceTest()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DUCAConformanceTest.java174 private static boolean skipLineBecauseOfBug(String s, int flags) { in skipLineBecauseOfBug() method in UCAConformanceTest
213 if (skipLineBecauseOfBug(buffer, skipFlags)) { in conformanceTest()
/third_party/icu/icu4c/source/test/intltest/
Ducaconf.cpp159 skipLineBecauseOfBug(const UChar *s, int32_t length, uint32_t flags) { in skipLineBecauseOfBug() function
220 if(skipLineBecauseOfBug(buffer, buflen, skipFlags)) { in testConformance()