Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DLocale.cpp210 const std::string& regionPart = *iter; in initFromParts() local
211 if (regionPart.c_str()[0] == 'r' && regionPart.length() == 3) { in initFromParts()
212 setRegion(regionPart.c_str() + 1); in initFromParts()