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