HomeSort by relevance Sort by last modified time
    Searched refs:name_bytes (Results 1 - 4 of 4) 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.cpp 904 const uint8_t* name_bytes = reinterpret_cast<const uint8_t*>(name);
907 while (*name_bytes) {
908 h = (h << 4) + *name_bytes++;
    [all...]
  /system/tpm/trunks/
tpm_generated.cc 11888 std::string name_bytes; local
12214 std::string name_bytes; local
12506 std::string name_bytes; local
14289 std::string name_bytes; local
30882 std::string name_bytes; local
    [all...]

Completed in 188 milliseconds