Home
last modified time | relevance | path

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

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCollectAPI.java26 private static final int MAXSTATE = APIInfo.STA_INTERNAL;
220 } else if (type.equalsIgnoreCase(getStatusTypeName(APIInfo.STA_INTERNAL))) { in main()
221 filter.set(APIInfo.STA_INTERNAL); in main()
288 case APIInfo.STA_INTERNAL: in getStatusTypeName()
DGatherAPIData.java487 isValid = (res == APIInfo.STA_INTERNAL || res == APIInfo.STA_OBSOLETE); in tagStatus()
489 } else if (val == APIInfo.STA_INTERNAL) { in tagStatus()
530 } else if (res == APIInfo.STA_INTERNAL && !deprecatedFlag) { in tagStatus()
548 result.set(internal ? APIInfo.STA_INTERNAL : -2); // -2 for legacy compatibility in tagStatus()
DAPIInfo.java30 STA_OBSOLETE = 3, STA_INTERNAL = 4; field in APIInfo
94 public void setInternal() { setType(STA, STA_INTERNAL); } in setInternal()
120 public boolean isInternal() { return getVal(STA) == STA_INTERNAL; } in isInternal()
DGatherAPIDataOld.java410 result.set(internal ? APIInfo.STA_INTERNAL : -2); // -2 for legacy compatibility in tagStatus()
DReportAPI.java260 || lstatus == APIInfo.STA_INTERNAL) { in statusChange()