Searched refs:localeIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptConfig.cpp39 ssize_t localeIndex = 0; local
65 localeIndex = locale.initFromDirName(parts, index);
66 if (localeIndex < 0) {
68 } else if (localeIndex > index) {
70 index = localeIndex;

Completed in 46 milliseconds