Searched refs:lScript (Results 1 – 1 of 1) sorted by relevance
2149 const char *lScript = l.localeScriptWasComputed ? emptyScript : l.localeScript; in compareLocales() local2152 int script = memcmp(lScript, rScript, sizeof(l.localeScript)); in compareLocales()