Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/
Dnormalization.cc57 int32 normalized_codepoint = codepoint; in NormalizeTextCodepointWise() local
62 normalized_codepoint = unilib.ToLower(normalized_codepoint); in NormalizeTextCodepointWise()
67 normalized_codepoint = unilib.ToUpper(normalized_codepoint); in NormalizeTextCodepointWise()
70 result.push_back(normalized_codepoint); in NormalizeTextCodepointWise()