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