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

  /external/libchrome/base/strings/
utf_string_conversion_utils.cc 80 // CBU8_APPEND_UNSAFE can append up to 4 bytes.
85 CBU8_APPEND_UNSAFE(&(*output)[0], char_offset, code_point);
87 // CBU8_APPEND_UNSAFE will advance our pointer past the inserted character, so
utf_string_conversions.cc 63 CBU8_APPEND_UNSAFE(out, *size, code_point);
  /external/libchrome/base/third_party/icu/
icu_utf.h 270 #define CBU8_APPEND_UNSAFE(s, i, c) { \

Completed in 1465 milliseconds