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

  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 83 const ByteVector& name_bytes) {
88 &name_bytes);
95 const ByteVector& name_bytes) {
96 Init(platform_id, encoding_id, language_id, name_id, &name_bytes);
124 const ByteVector* name_bytes) {
126 if (name_bytes) {
127 name_bytes_ = *name_bytes;
141 const ByteVector& name_bytes) {
146 &name_bytes);
179 void NameTable::NameEntryBuilder::SetName(const ByteVector& name_bytes) {
    [all...]
name_table.h 449 NameEntry(const NameEntryId& name_entry_id, const ByteVector& name_bytes);
454 const ByteVector& name_bytes);
480 int32_t name_id, const ByteVector* name_bytes);
495 const ByteVector& name_bytes);
501 virtual void SetName(const ByteVector& name_bytes);
502 virtual void SetName(const ByteVector& name_bytes,
513 int32_t name_id, const ByteVector* name_bytes);
733 static UChar* ConvertFromNameBytes(ByteVector* name_bytes,
  /bionic/linker/
linker_soinfo.cpp 751 const uint8_t* name_bytes = reinterpret_cast<const uint8_t*>(name); local
754 while (*name_bytes) {
755 h = (h << 4) + *name_bytes++;
  /external/python/cpython2/Modules/
_ssl.c 3087 char *name_bytes; local
    [all...]
  /system/tpm/trunks/
tpm_generated.cc 10062 std::string name_bytes; local
10318 std::string name_bytes; local
10546 std::string name_bytes; local
11952 std::string name_bytes; local
25110 std::string name_bytes; local
    [all...]

Completed in 281 milliseconds