Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dtoken-feature-extractor.cc59 icu::UnicodeString icu_string; in RemapTokenUnicode() local
62 icu_string.append('0'); in RemapTokenUnicode()
64 icu_string.append(u_tolower(*it)); in RemapTokenUnicode()
66 icu_string.append(*it); in RemapTokenUnicode()
70 icu_string.toUTF8String(utf8_str); in RemapTokenUnicode()