Home
last modified time | relevance | path

Searched refs:num_code_points (Results 1 – 1 of 1) sorted by relevance

/external/fmtlib/include/fmt/
Dformat.h535 size_t num_code_points = 0; in count_code_points() local
537 if ((data[i] & 0xc0) != 0x80) ++num_code_points; in count_code_points()
539 return num_code_points; in count_code_points()
556 size_t num_code_points = 0; in code_point_index() local
558 if ((data[i] & 0xc0) != 0x80 && ++num_code_points > n) { in code_point_index()