Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Properties/
DStringPropertyNames.java45 private static int NUM_PROPS2 = 5; field in StringPropertyNames
56 for (int i = 0; i < NUM_PROPS2; i++) { in main()
71 NUM_PROPS2 + NUM_SHARE_PROPS, // size of props2 in main()
72 NUM_PROPS1 + NUM_PROPS2 + NUM_SHARE_PROPS, // num of string keys in main()
73 NUM_PROPS1 + NUM_PROPS2 + NUM_SHARE_PROPS, // num of keys in propertyName(), in main()
84 NUM_PROPS2 + NUM_SHARE_PROPS, // size of props2 in main()
85 NUM_PROPS1 + NUM_PROPS2 + NUM_SHARE_PROPS, // num of string keys in main()
86 … NUM_PROPS1 + NUM_PROPS2 + NUM_SHARE_PROPS + 1, // num of keys in propertyName(), in main()
103 NUM_PROPS2 + NUM_SHARE_PROPS + 1, // size of props2 in main()
104 NUM_PROPS1 + NUM_PROPS2 + NUM_SHARE_PROPS, // num of string keys in main()
[all …]