Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dwordpiece_tokenizer.cc58 int32_t codepoint_offset = byte_start; in LongestMatchStartingAt() local
60 codepoint_offset += it.utf8_length(); in LongestMatchStartingAt()
61 byte_ends.push_back(codepoint_offset); in LongestMatchStartingAt()