Searched refs:bio1 (Results 1 – 1 of 1) sorted by relevance
83 BreakIterator_object *bio1, in BreakIterator_compare_objects() local86 bio1 = Z_INTL_BREAKITERATOR_P(object1); in BreakIterator_compare_objects()89 if (bio1->biter == NULL || bio2->biter == NULL) { in BreakIterator_compare_objects()90 return bio1->biter == bio2->biter ? 0 : 1; in BreakIterator_compare_objects()93 return *bio1->biter == *bio2->biter ? 0 : 1; in BreakIterator_compare_objects()
Completed in 6 milliseconds