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

/frameworks/base/tools/aapt/
H A DAaptConfig.cpp40 ssize_t localeIndex = 0; local
66 localeIndex = locale.initFromDirName(parts, index);
67 if (localeIndex < 0) {
69 } else if (localeIndex > index) {
71 index = localeIndex;

Completed in 571 milliseconds