Searched defs:abb (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_tag.c41 Dwarf_Abbrev *abb; local
48 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
49 if (abb == NULL)
56 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
58 if (abb == NULL || abb == DWARF_END_ABBREV)
68 if (abb->code == code)
74 if (unlikely (abb == NULL))
75 abb = DWARF_END_ABBREV;
77 return abb;
[all...]
H A Ddwarf_getabbrev.c84 Dwarf_Abbrev *abb = NULL; local
86 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
89 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev);
91 abb = result;
97 if (unlikely (abb->offset != offset))
114 abb->code = code;
117 get_uleb128 (abb->tag, abbrevp, end);
120 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
121 abb->attrp = (unsigned char *) abbrevp;
122 abb
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DRoundTripTest.java96 public void reset(UnicodeSet newSet, boolean abb) { argument
97 reset(newSet, abb, 100);
100 public void reset(UnicodeSet newSet, boolean abb, int density) { argument
102 abbreviated = abb;
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java95 public void reset(UnicodeSet newSet, boolean abb) { argument
96 reset(newSet, abb, 100);
99 public void reset(UnicodeSet newSet, boolean abb, int density) { argument
101 abbreviated = abb;
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp275 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
310 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) { argument
312 abbreviated = abb;

Completed in 277 milliseconds