Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp265 *to2; in TimeZone_compare_objects() local
267 to2 = (TimeZone_object*)zend_object_store_get_object(object2 TSRMLS_CC); in TimeZone_compare_objects()
269 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
274 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1880 OnigCodePoint from2, to2; in and_code_range1() local
1884 to2 = data[i*2+1]; in and_code_range1()
1886 if (to2 < from1) continue; in and_code_range1()
1888 from1 = to2 + 1; in and_code_range1()
1892 if (to2 < to1) { in and_code_range1()
1897 from1 = to2 + 1; in and_code_range1()
1920 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
1950 to2 = data2[j*2+1]; in and_code_range_buf()
1952 if (to2 < from1) continue; in and_code_range_buf()
1954 to = MIN(to1, to2); in and_code_range_buf()

Completed in 29 milliseconds