Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp85 *bio2; in BreakIterator_compare_objects() local
88 bio2 = Z_INTL_BREAKITERATOR_P(object2); in BreakIterator_compare_objects()
90 if (bio1->biter == NULL || bio2->biter == NULL) { in BreakIterator_compare_objects()
91 return bio1->biter == bio2->biter ? 0 : 1; in BreakIterator_compare_objects()
94 return *bio1->biter == *bio2->biter ? 0 : 1; in BreakIterator_compare_objects()

Completed in 5 milliseconds