Searched refs:emptyScript (Results 1 – 2 of 2) sorted by relevance
1017 final byte emptyScript[] = {'\0', '\0', '\0', '\0'}; in compareLocales()1018 final byte[] lScript = l.localeScriptWasComputed ? emptyScript : l.localeScript; in compareLocales()1019 final byte[] rScript = r.localeScriptWasComputed ? emptyScript : r.localeScript; in compareLocales()
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()