Lines Matching refs:langIndex
151 int langIndex; in parse_subtypes() local
155 langIndex = LANG_SUBTYPE_INDEX_NONE; in parse_subtypes()
183 if ( langIndex != LANG_SUBTYPE_INDEX_NONE ) { in parse_subtypes()
184 langIndex = LANG_SUBTYPE_INDEX_DUPLICATE; in parse_subtypes()
185 return langIndex; in parse_subtypes()
188 langIndex = nSubtypes; in parse_subtypes()
195 if ( langIndex < 0 ) in parse_subtypes()
196 return langIndex; in parse_subtypes()
243 return langIndex; in parse_subtypes()
252 int langIndex; in check_lang_match() local
262 langIndex = parse_subtypes( attr, &baseLen, &lang, &subtypes, &nsubtypes ); in check_lang_match()
290 if ( langIndex < 0 ) { in check_lang_match()
295 if ( LANG_SUBTYPE_INDEX_NONE == langIndex ) in check_lang_match()
335 int langIndex; in internal_ldap_get_lang_values() local
358 langIndex = parse_subtypes( target, &len, &lang, in internal_ldap_get_lang_values()
360 if ( langIndex < 0 ) { in internal_ldap_get_lang_values()