Searched refs:right_is_representative (Results 1 – 1 of 1) sorted by relevance
189 const bool right_is_representative = isRepresentative(right, requested_script); in localeDataCompareRegions() local190 if (left_is_representative != right_is_representative) { in localeDataCompareRegions()191 return (int) left_is_representative - (int) right_is_representative; in localeDataCompareRegions()