Searched defs:byte_end (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | wordpiece_tokenizer.cc | 28 LookupStatus Lookup(int byte_start, int byte_end, const absl::string_view token, in Lookup() 52 int* byte_end, bool* found_match, bool* match_is_unknown_character) { in LongestMatchStartingAt() 112 void AddWord(const absl::string_view token, int byte_start, int byte_end, in AddWord() 132 int byte_end, const std::string& suffix_indicator, in AddUnknownCharacter() 171 int byte_end; in TokenizeL2RGreedy() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/ |
D | graphical.rs | 689 let byte_end = hl.offset() + hl.len(); localVariable
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | large_object_space.cc | 435 uint8_t* byte_end = byte_start + alloc_size; in Walk() local
|