Searched refs:UTF8Position (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | literal_cost.c | 21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { function in typeref:typename:size_t 44 ++counts[UTF8Position(last_c, c, 2)]; 74 utf8_pos = UTF8Position(last_c, c, max_utf8); 87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); 95 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); 102 size_t utf8_pos = UTF8Position(last_c, c, max_utf8);
|
Completed in 6 milliseconds