Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp81 BreakIterator_object *bio1, in BreakIterator_compare_objects() local
84 bio1 = (BreakIterator_object*)zend_object_store_get_object(object1 TSRMLS_CC); in BreakIterator_compare_objects()
87 if (bio1->biter == NULL || bio2->biter == NULL) { in BreakIterator_compare_objects()
88 return bio1->biter == bio2->biter ? 0 : 1; in BreakIterator_compare_objects()
91 return *bio1->biter == *bio2->biter ? 0 : 1; in BreakIterator_compare_objects()

Completed in 5 milliseconds