Searched refs:abb (Results 1 - 4 of 4) sorted by last modified time

/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp273 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
308 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) { argument
310 abbreviated = abb;
/external/elfutils/0.153/libdw/
H A Ddwarf_getabbrev.c108 Dwarf_Abbrev *abb = NULL; local
110 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
113 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev);
115 abb = result;
121 assert (abb->offset == offset);
131 abb->code = code;
132 get_uleb128 (abb->tag, abbrevp);
133 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
134 abb->attrp = (unsigned char *) abbrevp;
135 abb
[all...]
H A Ddwarf_tag.c62 Dwarf_Abbrev *abb; local
69 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
70 if (abb == NULL)
77 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
79 if (abb == NULL || abb == DWARF_END_ABBREV)
89 if (abb->code == code)
95 if (unlikely (abb == NULL))
96 abb = DWARF_END_ABBREV;
98 return abb;
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp273 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
308 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) { argument
310 abbreviated = abb;

Completed in 913 milliseconds