Searched refs:AppendCodepoint (Results 1 – 4 of 4) sorted by relevance
27 text_.AppendCodepoint(0x1C0); in UnicodeTextTest()28 text_.AppendCodepoint(0x4E8C); in UnicodeTextTest()29 text_.AppendCodepoint(0xD7DB); in UnicodeTextTest()30 text_.AppendCodepoint(0x34); in UnicodeTextTest()31 text_.AppendCodepoint(0x1D11E); in UnicodeTextTest()
171 UnicodeText& AppendCodepoint(char32 ch);
179 UnicodeText& UnicodeText::AppendCodepoint(char32 ch) { in AppendCodepoint() function in libtextclassifier2::UnicodeText
61 remapped->AppendCodepoint('0'); in RemapTokenUnicode()63 remapped->AppendCodepoint(unilib.ToLower(*it)); in RemapTokenUnicode()65 remapped->AppendCodepoint(*it); in RemapTokenUnicode()