Searched refs:ucd_digit_sets (Results 1 – 3 of 3) sorted by relevance
403 if (c <= PRIV(ucd_digit_sets)[1]) digitset = 1; else in PRIV()407 int top = PRIV(ucd_digit_sets)[0]; in PRIV()416 if (c <= PRIV(ucd_digit_sets)[mid]) top = mid; else bot = mid; in PRIV()
118 const uint32_t PRIV(ucd_digit_sets)[] = { variable
1905 extern const uint32_t PRIV(ucd_digit_sets)[];