Home
last modified time | relevance | path

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

/external/chromium/base/
Dutf_string_conversion_utils.cc21 CBU8_NEXT(src, *char_index, src_len, code_point); in ReadUnicodeCharacter()
Dstring_util.cc280 CBU8_NEXT(data, char_index, truncation_length, code_point); in TruncateUTF8ToByteSize()
479 CBU8_NEXT(src, char_index, src_len, code_point); in IsStringUTF8()
1043 CBU8_NEXT(*p, offset, end - *p, c); in operator ()()
Dfile_path.cc1049 CBU8_NEXT(string, *index, length, codepoint); in HFSReadNextNonIgnorableCodepoint()
/external/chromium/base/third_party/icu/
Dicu_utf.h192 #define CBU8_NEXT(s, i, length, c) { \ macro