Home
last modified time | relevance | path

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

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DBodyDeclarationLocators.java131 List<String> typeAndConstant = splitInTwo(locatorString, "#"); in fromStringForm() local
133 new TypeLocator(typeAndConstant.get(0)), typeAndConstant.get(1)); in fromStringForm()