Searched refs:CBU8_NEXT (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/strings/ |
D | utf_string_conversion_utils.cc | 22 CBU8_NEXT(src, *char_index, src_len, code_point); in ReadUnicodeCharacter()
|
D | pattern.cc | 127 CBU8_NEXT(*p, offset, end - *p, c); in operator ()()
|
D | utf_string_conversions.cc | 91 CBU8_NEXT(src, i, src_len, code_point); in DoUTFConversion()
|
D | string_util.cc | 374 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/ |
D | icu_utf.h | 233 #define CBU8_NEXT(s, i, length, c) { \ macro
|
/external/libchrome/base/files/ |
D | file_path.cc | 1161 CBU8_NEXT(string, *index, length, codepoint); in HFSReadNextNonIgnorableCodepoint()
|