Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp421 ssize_t l10nIdx = block.indexOfAttribute(NULL, "localization"); in compileAttribute() local
422 if (l10nIdx >= 0) { in compileAttribute()
423 const char16_t* str = block.getAttributeStringValue(l10nIdx, &len); in compileAttribute()