Home
last modified time | relevance | path

Searched defs:lastPart (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DSupplementalData.java493 String lastPart = localeId.substring(lastPartSeperatorIndex + 1); in getParent() local
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts1481 const lastPart = lastOrUndefined(parts); constant