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