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

/external/libweave/third_party/chromium/base/strings/
H A Dutf_string_conversion_utils.cc21 CBU8_NEXT(src, *char_index, src_len, code_point);
H A Dstring_util.cc238 CBU8_NEXT(src, char_index, src_len, code_point);
/external/libchrome/base/strings/
H A Dutf_string_conversion_utils.cc21 CBU8_NEXT(src, *char_index, src_len, code_point);
H A Dpattern.cc139 CBU8_NEXT(*p, offset, end - *p, c);
H A Dstring_util.cc361 // 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 Dicu_utf.h196 #define CBU8_NEXT(s, i, length, c) \ macro
/external/libweave/third_party/chromium/base/third_party/icu/
H A Dicu_utf.h193 #define CBU8_NEXT(s, i, length, c) { \ macro
/external/libchrome/base/json/
H A Djson_parser.cc628 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 Djson_parser.cc623 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 Dfile_path.cc1141 // CBU8_NEXT returns a value < 0 in error cases. For purposes of string
1143 CBU8_NEXT(string, *index, length, codepoint);

Completed in 166 milliseconds