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

  /external/chromium_org/third_party/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,
  /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,
  /external/chromium_org/sandbox/win/src/
interception.cc 281 size_t name_bytes = data.function.size(); local
286 name_bytes + interceptor_bytes + 2;
301 data.function._Copy_s(names, name_bytes, name_bytes);
302 names += name_bytes;
sandbox_nt_util.cc 340 size_t name_bytes = ansi_string.MaximumLength * sizeof(wchar_t) +
344 new(NT_ALLOC) char[name_bytes]);
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 520 int name_bytes = strlen(child->name) + 1; local
521 if(name && bytes && *bytes >= name_bytes)
523 memcpy(name, child->name, name_bytes);
526 *bytes = name_bytes;
530 *bytes = name_bytes;

Completed in 692 milliseconds