Searched refs:bio1 (Results 1 – 1 of 1) sorted by relevance
80 BreakIterator_object *bio1, in BreakIterator_compare_objects() local85 bio1 = Z_INTL_BREAKITERATOR_P(object1); in BreakIterator_compare_objects()88 if (bio1->biter == NULL || bio2->biter == NULL) { in BreakIterator_compare_objects()89 return bio1->biter == bio2->biter ? 0 : 1; in BreakIterator_compare_objects()92 return *bio1->biter == *bio2->biter ? 0 : 1; in BreakIterator_compare_objects()
Completed in 11 milliseconds