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