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