Searched refs:begin_codepoint (Results 1 – 2 of 2) sorted by relevance
216 std::string UnicodeText::UTF8Substring(int begin_codepoint, in UTF8Substring() argument219 std::advance(span_begin, begin_codepoint); in UTF8Substring()221 std::advance(span_end, end_codepoint - begin_codepoint); in UTF8Substring()230 UnicodeText UnicodeText::Substring(const UnicodeText& text, int begin_codepoint, in Substring() argument233 std::advance(it_begin, begin_codepoint); in Substring()
178 std::string UTF8Substring(int begin_codepoint, int end_codepoint) const;181 static UnicodeText Substring(const UnicodeText& text, int begin_codepoint,