Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp264 TimeZone_object *to1, in TimeZone_compare_objects() local
266 to1 = (TimeZone_object*)zend_object_store_get_object(object1 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.c1891 else if (from2 <= to1) { in and_code_range1()
1892 if (to2 < to1) { in and_code_range1()
1900 to1 = from2 - 1; in and_code_range1()
1906 if (from1 > to1) break; in and_code_range1()
1908 if (from1 <= to1) { in and_code_range1()
1909 r = add_code_range_to_buf(pbuf, from1, to1); in and_code_range1()
1920 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
1947 to1 = data1[i*2+1]; in and_code_range_buf()
1951 if (from2 > to1) break; in and_code_range_buf()
1954 to = MIN(to1, to2); in and_code_range_buf()
[all …]

Completed in 31 milliseconds