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

/frameworks/base/tools/aapt/
H A DAaptAssets.cpp205 void AaptLocaleValue::setVariant(const char* variantChars) { argument
207 while ((*variantChars) != '\0') {
208 variant[i++] = *variantChars;
209 variantChars++;

Completed in 522 milliseconds