Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUPropertyAliasesTest.java72 boolean sawValue = false; in TestPropertyNames()
78 if (!sawValue) log(" " + pname + ", value " + v + ":"); in TestPropertyNames()
80 sawValue = true; in TestPropertyNames()
95 if (sawValue) { in TestPropertyNames()
98 if (!sawValue && v>=max) break; in TestPropertyNames()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUPropertyAliasesTest.java75 boolean sawValue = false; in TestPropertyNames()
81 if (!sawValue) log(" " + pname + ", value " + v + ":"); in TestPropertyNames()
83 sawValue = true; in TestPropertyNames()
98 if (sawValue) { in TestPropertyNames()
101 if (!sawValue && v>=max) break; in TestPropertyNames()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3056 UBool sawValue = FALSE; in TestPropertyNames() local
3060 if (!sawValue) log_verbose(" %s, value %d:", pname, v); in TestPropertyNames()
3062 sawValue = TRUE; in TestPropertyNames()
3073 if (sawValue) { in TestPropertyNames()
3076 if (!sawValue && v>=max) break; in TestPropertyNames()