CBU16_IS_TRAIL    772 base/json/json_parser.cc     if (!CBU16_IS_TRAIL(code_unit16_low)) {
CBU16_IS_TRAIL     39 base/strings/utf_string_conversion_utils.cc         !CBU16_IS_TRAIL(src[*char_index + 1])) {
CBU16_IS_TRAIL    360 base/third_party/icu/icu_utf.h         if((i)<(length) && CBU16_IS_TRAIL(__c2=(s)[(i)])) { \
CBU16_IS_TRAIL    132 chrome/browser/download/download_path_reservation_tracker.cc   truncated = name.substr(0, CBU16_IS_TRAIL(name[limit]) ? limit - 1 : limit);
CBU16_IS_TRAIL     14 ui/gfx/utf16_indexing.cc     !(CBU16_IS_TRAIL(s[index]) && CBU16_IS_LEAD(s[index - 1]));