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

/frameworks/base/tools/aapt2/
H A DLocale.cpp57 void LocaleValue::setVariant(const char* variantChars) { argument
59 while ((*variantChars) != '\0') {
60 variant[i++] = *variantChars;
61 variantChars++;
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp204 void AaptLocaleValue::setVariant(const char* variantChars) { argument
206 while ((*variantChars) != '\0' && i < sizeof(variant)/sizeof(variant[0])) {
207 variant[i++] = *variantChars;
208 variantChars++;

Completed in 328 milliseconds