Home
last modified time | relevance | path

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

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DBodyDeclarationLocators.java108 String locatorTypeName = components.get(0); in fromStringForm() local
110 switch (locatorTypeName) { in fromStringForm()
132 throw new IllegalArgumentException("Unsupported locator type: " + locatorTypeName); in fromStringForm()