Searched refs:ucs (Results 1 – 2 of 2) sorted by relevance
281 static int in_interval_table(unsigned ucs, const struct interval *table, unsigned max) in in_interval_table() argument286 if (ucs < table[0].first || ucs > table[max].last) in in_interval_table()292 if (ucs > table[mid].last) in in_interval_table()294 else if (ucs < table[mid].first) in in_interval_table()302 static int in_uint16_table(unsigned ucs, const uint16_t *table, unsigned max) in in_uint16_table() argument309 if (ucs < first) in in_uint16_table()312 if (ucs > last) in in_uint16_table()320 if (ucs > last) in in_uint16_table()322 else if (ucs < first) in in_uint16_table()454 int FAST_FUNC wcwidth(unsigned ucs) in wcwidth() argument[all …]
112 int wcwidth(unsigned ucs) FAST_FUNC;