Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/timezone/
H A Dtimezone_class.cpp266 TimeZone_object *to1, in TimeZone_compare_objects() local
268 to1 = Z_INTL_TIMEZONE_P(object1); in TimeZone_compare_objects()
271 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
276 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c1899 else if (from2 <= to1) { in and_code_range1()
1900 if (to2 < to1) { in and_code_range1()
1908 to1 = from2 - 1; in and_code_range1()
1914 if (from1 > to1) break; in and_code_range1()
1916 if (from1 <= to1) { in and_code_range1()
1917 r = add_code_range_to_buf(pbuf, from1, to1); in and_code_range1()
1928 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
1955 to1 = data1[i*2+1]; in and_code_range_buf()
1959 if (from2 > to1) break; in and_code_range_buf()
1962 to = MIN(to1, to2); in and_code_range_buf()
[all …]

Completed in 22 milliseconds