Searched refs:lastPart (Results 1 – 2 of 2) sorted by relevance
69 StringRef lastPart, separator; in handle() local94 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()
488 String lastPart = localeId.substring(lastPartSeperatorIndex + 1); in getParent() local489 if (SCRIPT_SUBTAG.matcher(lastPart).matches() && !lastPart.equals(scriptOf(parentId))) { in getParent()