Lines Matching refs:seq
625 struct charseq *seq = charmap_find_value (charmap, utmp, 9); in translate_unicode_codepoint() local
627 if (seq == NULL) in translate_unicode_codepoint()
636 seq = charmap_find_value (charmap, symbol, strlen (symbol)); in translate_unicode_codepoint()
639 if (seq == NULL) in translate_unicode_codepoint()
667 seq = charmap_find_value (charmap, utmp, 9); in translate_unicode_codepoint()
668 assert (seq != NULL); in translate_unicode_codepoint()
669 adds (lrb, seq->bytes, seq->nbytes); in translate_unicode_codepoint()
681 if (seq != NULL) in translate_unicode_codepoint()
683 adds (lrb, seq->bytes, seq->nbytes); in translate_unicode_codepoint()
828 struct charseq *seq; in get_string() local
934 seq = charmap_find_value (charmap, &lrb.buf[startidx], in get_string()
937 if (seq == NULL) in get_string()
948 if (seq != NULL && seq->ucs4 != UNINITIALIZED_CHAR_VALUE) in get_string()
949 wch = seq->ucs4; in get_string()
954 if (seq != NULL) in get_string()
955 seq->ucs4 = wch; in get_string()
973 if (seq != NULL) in get_string()
974 adds (&lrb, seq->bytes, seq->nbytes); in get_string()