Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/mbstring/oniguruma/src/
H A Dregparse.c1850 else if (from2 <= to1) { in and_code_range1()
1851 if (to2 < to1) { in and_code_range1()
1859 to1 = from2 - 1; in and_code_range1()
1865 if (from1 > to1) break; in and_code_range1()
1867 if (from1 <= to1) { in and_code_range1()
1868 r = add_code_range_to_buf(pbuf, from1, to1); in and_code_range1()
1879 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
1906 to1 = data1[i*2+1]; in and_code_range_buf()
1910 if (from2 > to1) break; in and_code_range_buf()
1913 to = MIN(to1, to2); in and_code_range_buf()
[all …]

Completed in 24 milliseconds