Searched refs:CBU8_NEXT (Results 1 - 10 of 10) sorted by relevance
/external/libweave/third_party/chromium/base/strings/ |
H A D | utf_string_conversion_utils.cc | 21 CBU8_NEXT(src, *char_index, src_len, code_point);
|
H A D | string_util.cc | 238 CBU8_NEXT(src, char_index, src_len, code_point);
|
/external/libchrome/base/strings/ |
H A D | utf_string_conversion_utils.cc | 21 CBU8_NEXT(src, *char_index, src_len, code_point);
|
H A D | pattern.cc | 139 CBU8_NEXT(*p, offset, end - *p, c);
|
H A D | string_util.cc | 361 // Note: This cast is necessary because CBU8_NEXT uses int32_ts. 373 CBU8_NEXT(data, char_index, truncation_length, code_point); 526 CBU8_NEXT(src, char_index, src_len, code_point);
|
/external/libchrome/base/third_party/icu/ |
H A D | icu_utf.h | 196 #define CBU8_NEXT(s, i, length, c) \ macro
|
/external/libweave/third_party/chromium/base/third_party/icu/ |
H A D | icu_utf.h | 193 #define CBU8_NEXT(s, i, length, c) { \ macro
|
/external/libchrome/base/json/ |
H A D | json_parser.cc | 628 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement. 629 CBU8_NEXT(start_pos_, index_, length, next_char); 722 --index_; // Rewind by one because of CBU8_NEXT.
|
/external/libweave/third_party/chromium/base/json/ |
H A D | json_parser.cc | 623 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement. 624 CBU8_NEXT(start_pos_, index_, length, next_char); 717 --index_; // Rewind by one because of CBU8_NEXT.
|
/external/libchrome/base/files/ |
H A D | file_path.cc | 1141 // CBU8_NEXT returns a value < 0 in error cases. For purposes of string 1143 CBU8_NEXT(string, *index, length, codepoint);
|
Completed in 166 milliseconds