Searched refs:sawValue (Results 1 – 3 of 3) sorted by relevance
72 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()
75 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()
3095 UBool sawValue = FALSE; in TestPropertyNames() local3099 if (!sawValue) log_verbose(" %s, value %d:", pname, v); in TestPropertyNames()3101 sawValue = TRUE; in TestPropertyNames()3112 if (sawValue) { in TestPropertyNames()3115 if (!sawValue && v>=max) break; in TestPropertyNames()