HomeSort by relevance Sort by last modified time
    Searched full:truncation_length (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/strings/
string_util.cc 216 int32 truncation_length = static_cast<int32>(byte_size); local
217 int32 char_index = truncation_length - 1;
227 CBU8_NEXT(data, char_index, truncation_length, code_point);

Completed in 640 milliseconds