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

/external/chromium/base/
H A Dutf_string_conversion_utils.cc21 CBU8_NEXT(src, *char_index, src_len, code_point);
H A Dstring_util.cc268 // Note: This cast is necessary because CBU8_NEXT uses int32s.
280 CBU8_NEXT(data, char_index, truncation_length, code_point);
479 CBU8_NEXT(src, char_index, src_len, code_point);
1043 CBU8_NEXT(*p, offset, end - *p, c);
H A Dfile_path.cc1047 // CBU8_NEXT returns a value < 0 in error cases. For purposes of string
1049 CBU8_NEXT(string, *index, length, codepoint);
/external/chromium/base/third_party/icu/
H A Dicu_utf.h192 #define CBU8_NEXT(s, i, length, c) { \ macro

Completed in 268 milliseconds