Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.cpp56 IntelDriverVersion::IntelDriverVersion(uint16_t lastPart) : mVersionPart(lastPart) {} in IntelDriverVersion()
/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