Searched refs:is_character (Results 1 – 2 of 2) sorted by relevance
121 int is_character; member335 int is_character) in new_element() argument373 newp->is_character = is_character; in new_element()1109 if ((startp != NULL && (startp->name == NULL || ! startp->is_character)) in handle_ellipsis()1110 || (endp != NULL && (endp->name == NULL|| ! endp->is_character))) in handle_ellipsis()1720 if (runp->is_character) in collate_finish()1764 if (runp->is_character) in collate_finish()2417 if (runp->mbs != NULL && runp->weights != NULL && !runp->is_character) in collate_output()2438 if (runp->mbs != NULL && runp->weights != NULL && !runp->is_character) in collate_output()3544 if (seqp->is_character) in collate_read()
2566 * locale/ld-collate.c (struct element_t): Add field is_character and2569 (new_element): Take new parameter to initialize is_character. Change2571 (handle_ellipsis): Use is_character field to make sure ellipsis is