HomeSort by relevance Sort by last modified time
    Searched refs:CBU8_NEXT (Results 1 - 10 of 10) sorted by null

  /external/libweave/third_party/chromium/base/strings/
utf_string_conversion_utils.cc 21 CBU8_NEXT(src, *char_index, src_len, code_point);
string_util.cc 238 CBU8_NEXT(src, char_index, src_len, code_point);
  /external/libchrome/base/strings/
utf_string_conversion_utils.cc 21 CBU8_NEXT(src, *char_index, src_len, code_point);
pattern.cc 139 CBU8_NEXT(*p, offset, end - *p, c);
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);
    [all...]
  /external/libchrome/base/third_party/icu/
icu_utf.h 196 #define CBU8_NEXT(s, i, length, c) \
  /external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.h 193 #define CBU8_NEXT(s, i, length, c) { \
  /external/libchrome/base/json/
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/
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/
file_path.cc     [all...]

Completed in 589 milliseconds