Searched refs:end_codepoint (Results 1 – 3 of 3) sorted by relevance
234 int end_codepoint) const { in UTF8Substring()238 std::advance(span_end, end_codepoint - begin_codepoint); in UTF8Substring()248 int end_codepoint, bool do_copy) { in Substring() argument252 std::advance(it_end, end_codepoint); in Substring()
186 std::string UTF8Substring(int begin_codepoint, int end_codepoint) const;190 int end_codepoint, bool do_copy = true);
255 end_codepoint = max(263 for char_int in range(0, end_codepoint + 1):