Searched refs:sep2 (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Dlocid.cpp581 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); local
582 if (separator!=NULL || sep2!=NULL) {
583 if (separator==NULL || (sep2!=NULL && separator > sep2)) {
584 separator = sep2;
/external/dbus/dbus/
H A Ddbus-sysdeps-util-win.c740 int sep1, sep2; local
742 _dbus_string_find_byte_backward (filename, sep, '\\', &sep2);
744 sep = MAX (sep1, sep2);
/external/expat/xmlwf/
H A Dxmlwf.c160 int sep2 = (tcsrchr(att1, NSSEP) != 0); local
161 if (sep1 != sep2)
162 return sep1 - sep2;

Completed in 104 milliseconds