Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/split-file/
Dsplit-file.cpp69 StringRef lastPart, separator; in handle() local
94 if (!lastPart.empty()) in handle()
95 partToBegin[lastPart].end = line.data(); in handle()
103 lastPart = partName; in handle()
105 if (lastPart.empty()) in handle()
109 partToBegin[lastPart].end = inputBuf.getBufferEnd(); in handle()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DSupplementalData.java488 String lastPart = localeId.substring(lastPartSeperatorIndex + 1); in getParent() local
489 if (SCRIPT_SUBTAG.matcher(lastPart).matches() && !lastPart.equals(scriptOf(parentId))) { in getParent()