Searched refs:NUM_PROPS1 (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/util/Properties/ |
D | StringPropertyNames.java | 44 private static int NUM_PROPS1 = 3; field in StringPropertyNames 53 for (int i = 0; i < NUM_PROPS1; i++) { in main() 66 NUM_PROPS1 + NUM_SHARE_PROPS, // size of props1 in main() 67 NUM_PROPS1 + NUM_SHARE_PROPS, // num of string keys in main() 68 NUM_PROPS1 + NUM_SHARE_PROPS, // num of keys in propertyName(), 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() 79 NUM_PROPS1 + NUM_SHARE_PROPS + 1, // size of props1 in main() 80 NUM_PROPS1 + NUM_SHARE_PROPS, // num of string keys in main() 81 NUM_PROPS1 + NUM_SHARE_PROPS + 1, // num of keys in propertyName(), in main() [all …]
|