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