Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp267 *to2; in TimeZone_compare_objects() local
269 to2 = Z_INTL_TIMEZONE_P(object2); 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.2/ext/mbstring/oniguruma/src/
H A Dregparse.c1839 OnigCodePoint from2, to2; in and_code_range1() local
1843 to2 = data[i*2+1]; in and_code_range1()
1845 if (to2 < from1) continue; in and_code_range1()
1847 from1 = to2 + 1; in and_code_range1()
1851 if (to2 < to1) { in and_code_range1()
1856 from1 = to2 + 1; in and_code_range1()
1879 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
1909 to2 = data2[j*2+1]; in and_code_range_buf()
1911 if (to2 < from1) continue; in and_code_range_buf()
1913 to = MIN(to1, to2); in and_code_range_buf()

Completed in 19 milliseconds