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

  /system/core/base/
utf8_test.cpp 294 static void* WriteInto(T* t, size_t size) {
322 memcpy(WriteInto(&multistring16, arraysize(multi16)), multi16,
326 memcpy(WriteInto(&expected, arraysize(multi)), multi, sizeof(multi));
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 143 inline typename string_type::value_type* WriteInto(string_type* str,
153 s->WriteUtf8(WriteInto(&result, s->Length() + 1));
  /external/libchrome/base/strings/
string_util.cc 849 char* WriteInto(std::string* str, size_t length_with_null) {
853 char16* WriteInto(string16* str, size_t length_with_null) {
    [all...]

Completed in 225 milliseconds