Searched refs:CAT_CONSTRUCTOR (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 37 public static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2, field in APIInfo 105 public void setConstructor() { setType(CAT, CAT_CONSTRUCTOR); } in setConstructor() 131 public boolean isConstructor() { return getVal(CAT) == CAT_CONSTRUCTOR; } in isConstructor() 545 case CAT_CONSTRUCTOR: in format()
|
D | CheckAPI.java | 90 …private static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2, CAT_METHOD = … field in CheckAPI 234 case CAT_CONSTRUCTOR: in write() 326 setType(CAT, CAT_CONSTRUCTOR); in read()
|