Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp2534 char computed_script[4]; in match() local
2541 localeDataComputeScript(computed_script, language, country); in match()
2542 if (computed_script[0] == '\0') { // we could not compute the script in match()
2545 script = computed_script; in match()