Lines Matching refs:seq
957 struct charseq *seq; in insert_value() local
963 seq = charmap_find_value (charmap, symstr, symlen); in insert_value()
966 if (seq == NULL || seq->ucs4 == UNINITIALIZED_CHAR_VALUE) in insert_value()
969 if (seq != NULL) in insert_value()
970 seq->ucs4 = wc; in insert_value()
973 wc = seq->ucs4; in insert_value()
975 if (wc == ILLEGAL_CHAR_VALUE && seq == NULL) in insert_value()
1025 seq != NULL ? (char *) seq->bytes : NULL, in insert_value()
1026 seq != NULL ? seq->nbytes : 0, in insert_value()
1042 if (elem->mbs == NULL && seq != NULL) in insert_value()
1045 seq->bytes, seq->nbytes); in insert_value()
1046 elem->nmbs = seq->nbytes; in insert_value()
1189 struct charseq *seq; in handle_ellipsis() local
1194 seq = charmap_find_symbol (charmap, mbcnt, len); in handle_ellipsis()
1195 if (seq != NULL) in handle_ellipsis()
1201 assert (seq->name != NULL); in handle_ellipsis()
1202 namelen = strlen (seq->name); in handle_ellipsis()
1204 if (seq->ucs4 == UNINITIALIZED_CHAR_VALUE) in handle_ellipsis()
1205 seq->ucs4 = repertoire_find_value (repertoire, seq->name, in handle_ellipsis()
1212 if (find_entry (&collate->seq_table, seq->name, namelen, in handle_ellipsis()
1215 uint32_t wcs[2] = { seq->ucs4, 0 }; in handle_ellipsis()
1219 seq->ucs4 == ILLEGAL_CHAR_VALUE in handle_ellipsis()
1220 ? NULL : wcs, seq->name, in handle_ellipsis()
1224 if (insert_entry (&collate->seq_table, seq->name, in handle_ellipsis()
1239 (int) namelen, seq->name, in handle_ellipsis()
1362 struct charseq *seq; in handle_ellipsis() local
1398 seq = charmap_find_value (charmap, buf, lenfrom); in handle_ellipsis()
1399 if (seq == NULL || seq->ucs4 == UNINITIALIZED_CHAR_VALUE) in handle_ellipsis()
1403 if (seq != NULL) in handle_ellipsis()
1404 seq->ucs4 = wc; in handle_ellipsis()
1407 wc = seq->ucs4; in handle_ellipsis()
1409 if (wc == ILLEGAL_CHAR_VALUE && seq == NULL) in handle_ellipsis()
1420 seq != NULL in handle_ellipsis()
1421 ? (char *) seq->bytes : NULL, in handle_ellipsis()
1422 seq != NULL ? seq->nbytes : 0, in handle_ellipsis()
1429 if (seq != NULL) in handle_ellipsis()
1432 seq->bytes, seq->nbytes); in handle_ellipsis()
1433 elem->nmbs = seq->nbytes; in handle_ellipsis()