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

  /external/boringssl/src/crypto/err/
err.c 445 * |values| and |string_data|. It returns the string or NULL if not found. */
449 const char *string_data) {
458 * The |offset| is the number of bytes from the start of |string_data| where
473 return &string_data[(*result) & 0x7fff];
  /art/runtime/interpreter/
unstarted_runtime.cc 663 mirror::String* string_data; local
695 string_data = mirror::String::AllocFromModifiedUtf8(self, tmp.get());
698 if (string_data == nullptr) {
706 Handle<mirror::String> h_string(hs.NewHandle(string_data));
    [all...]

Completed in 74 milliseconds