Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Properties/
DStringPropertyNames.java111 int propSize, in checkProperties() argument
116 if (props.size() != propSize) { in checkProperties()
119 propSize + " but found = " + props.size()); in checkProperties()