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