Searched refs:sep2 (Results 1 – 3 of 3) sorted by relevance
546 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init() local547 if (separator!=NULL || sep2!=NULL) { in init()548 if (separator==NULL || (sep2!=NULL && separator > sep2)) { in init()549 separator = sep2; in init()
728 int sep1, sep2; in _dbus_string_get_dirname() local730 _dbus_string_find_byte_backward (filename, sep, '\\', &sep2); in _dbus_string_get_dirname()732 sep = MAX (sep1, sep2); in _dbus_string_get_dirname()
164 define void @sep2([100 x [100 x [100 x i32]]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {