Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp2065 const char *lScript = l.localeScriptWasComputed ? emptyScript : l.localeScript; in compareLocales() local
2068 int script = memcmp(lScript, rScript, sizeof(l.localeScript)); in compareLocales()