Home
last modified time | relevance | path

Searched refs:sep2 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dlocid.cpp1929 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init() local
1930 if (separator!=NULL || sep2!=NULL) { in init()
1931 if (separator==NULL || (sep2!=NULL && separator > sep2)) { in init()
1932 separator = sep2; in init()
/third_party/icu/icu4c/source/common/
Dlocid.cpp1891 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init() local
1892 if (separator!=NULL || sep2!=NULL) { in init()
1893 if (separator==NULL || (sep2!=NULL && separator > sep2)) { in init()
1894 separator = sep2; in init()
/third_party/node/deps/icu-small/source/common/
Dlocid.cpp1891 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init() local
1892 if (separator!=nullptr || sep2!=nullptr) { in init()
1893 if (separator==nullptr || (sep2!=nullptr && separator > sep2)) { in init()
1894 separator = sep2; in init()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c220 int sep2 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() local
221 if (sep1 != sep2) in nsattcmp()
222 return sep1 - sep2; in nsattcmp()
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c4482 , sep1, sep2; in pnm_type_find() local
4513 if (sscanf (s, "%u%c%u%c", &w, &sep1, &h, &sep2) == 4 && in pnm_type_find()
4514 IS_PNM_WHITESPACE (sep1) && IS_PNM_WHITESPACE (sep2) && in pnm_type_find()