Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java453 String tName = tClass.getCanonicalName(); in toTypeNameList() local
455 if (tName.charAt(0) == '[') { in toTypeNameList()
458 for (; idx < tName.length(); idx++) { in toTypeNameList()
459 if (tName.charAt(idx) != '[') { in toTypeNameList()
464 char sigChar = tName.charAt(dimension); in toTypeNameList()
469 elemType = tName.substring(dimension + 1, tName.length() - 1); in toTypeNameList()
481 throw new RuntimeException("Unexpected array type: " + tName); in toTypeNameList()
489 s.append(tName); in toTypeNameList()