Home
last modified time | relevance | path

Searched refs:cu2 (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdw/
Dlibdw_findcu.c42 struct Dwarf_CU *cu2 = (struct Dwarf_CU *) arg2; in findcu_cb() local
48 if (cu1->start < cu2->start) in findcu_cb()
50 if (cu1->start >= cu2->end) in findcu_cb()
55 if (cu2->start < cu1->start) in findcu_cb()
57 if (cu2->start >= cu1->end) in findcu_cb()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2359 CurrencyUnit cu2(cu); in TestCurrencyUnit() local
2360 if (!(cu2 == cu)){ in TestCurrencyUnit()