Searched refs:emptyScript (Results 1 – 1 of 1) sorted by relevance
2148 const char emptyScript[sizeof(l.localeScript)] = {'\0', '\0', '\0', '\0'}; in compareLocales() local2149 const char *lScript = l.localeScriptWasComputed ? emptyScript : l.localeScript; in compareLocales()2150 const char *rScript = r.localeScriptWasComputed ? emptyScript : r.localeScript; in compareLocales()