Lines Matching full:language
19 language(nullptr), script(nullptr), region(r), in LSR()
28 language = owned; in LSR()
36 language(nullptr), script(nullptr), region(nullptr), in LSR()
47 language = owned; in LSR()
55 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR()
59 other.language = other.script = ""; in LSR()
71 language = other.language; in operator =()
79 other.language = other.script = ""; in operator =()
88 uprv_strcmp(language, other.language) == 0 && in isEquivalentTo()
97 uprv_strcmp(language, other.language) == 0 && in operator ==()
126 uint32_t h = ustr_hashCharsN(language, static_cast<int32_t>(uprv_strlen(language))); in setHashCode()