Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dutf_string_conversion_utils.cc22 CBU8_NEXT(src, *char_index, src_len, code_point); in ReadUnicodeCharacter()
Dpattern.cc127 CBU8_NEXT(*p, offset, end - *p, c); in operator ()()
Dutf_string_conversions.cc91 CBU8_NEXT(src, i, src_len, code_point); in DoUTFConversion()
Dstring_util.cc374 CBU8_NEXT(data, char_index, truncation_length, code_point); in TruncateUTF8ToByteSize()
521 CBU8_NEXT(src, char_index, src_len, code_point); in IsStringUTF8()
/external/libchrome/base/third_party/icu/
Dicu_utf.h233 #define CBU8_NEXT(s, i, length, c) { \ macro
/external/libchrome/base/files/
Dfile_path.cc1161 CBU8_NEXT(string, *index, length, codepoint); in HFSReadNextNonIgnorableCodepoint()