Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DResourceFilter.cpp78 char scriptBuffer[sizeof(config.localeScript)]; in scriptsMatch() local
80 localeDataComputeScript(scriptBuffer, config.language, config.country); in scriptsMatch()
81 if (scriptBuffer[0] == '\0') { // We can't compute the script, so we match. in scriptsMatch()
84 configScript = scriptBuffer; in scriptsMatch()
87 scriptBuffer, entry.language, entry.country); in scriptsMatch()
88 if (scriptBuffer[0] == '\0') { // We can't compute the script, so we match. in scriptsMatch()
91 entryScript = scriptBuffer; in scriptsMatch()