Searched refs:truncation_length (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/strings/
H A Dstring_util.cc376 int32_t truncation_length = static_cast<int32_t>(byte_size); local
377 int32_t char_index = truncation_length - 1;
387 CBU8_NEXT(data, char_index, truncation_length, code_point);

Completed in 127 milliseconds