HomeSort by relevance Sort by last modified time
    Searched full:code_unit8 (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/json/
json_parser.cc 757 char code_unit8[8] = { 0 }; local
792 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point);
799 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high);
802 dest_string->append(code_unit8);
  /external/libweave/third_party/chromium/base/json/
json_parser.cc 752 char code_unit8[8] = { 0 }; local
787 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point);
794 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high);
797 dest_string->append(code_unit8);

Completed in 111 milliseconds