Home
last modified time | relevance | path

Searched refs:nextSeparator (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Duloc.cpp760 const char* nextSeparator = NULL; in ulocimp_getKeywordValue() local
797 nextSeparator = uprv_strchr(startSearchHere, '='); in ulocimp_getKeywordValue()
798 if(!nextSeparator) { in ulocimp_getKeywordValue()
806 keyValueTail = nextSeparator; in ulocimp_getKeywordValue()
832 startSearchHere = uprv_strchr(nextSeparator, ';'); in ulocimp_getKeywordValue()
836 nextSeparator++; /* skip '=' */ in ulocimp_getKeywordValue()
838 while(*nextSeparator == ' ') { in ulocimp_getKeywordValue()
839 nextSeparator++; in ulocimp_getKeywordValue()
841 keyValueTail = (startSearchHere)? startSearchHere: nextSeparator + uprv_strlen(nextSeparator); in ulocimp_getKeywordValue()
879 char* nextSeparator = NULL; uloc_setKeywordValue() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duloc.cpp741 const char* nextSeparator = nullptr; in ulocimp_getKeywordValue() local
779 nextSeparator = uprv_strchr(startSearchHere, '='); in ulocimp_getKeywordValue()
780 if(!nextSeparator) { in ulocimp_getKeywordValue()
788 keyValueTail = nextSeparator; in ulocimp_getKeywordValue()
814 startSearchHere = uprv_strchr(nextSeparator, ';'); in ulocimp_getKeywordValue()
818 nextSeparator++; /* skip '=' */ in ulocimp_getKeywordValue()
820 while(*nextSeparator == ' ') { in ulocimp_getKeywordValue()
821 nextSeparator++; in ulocimp_getKeywordValue()
823 keyValueTail = (startSearchHere)? startSearchHere: nextSeparator + uprv_strlen(nextSeparator); in ulocimp_getKeywordValue()
861 char* nextSeparator = nullptr; uloc_setKeywordValue() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc.cpp751 const char* nextSeparator = NULL; in ulocimp_getKeywordValue() local
787 nextSeparator = uprv_strchr(startSearchHere, '='); in ulocimp_getKeywordValue()
788 if(!nextSeparator) { in ulocimp_getKeywordValue()
796 keyValueTail = nextSeparator; in ulocimp_getKeywordValue()
822 startSearchHere = uprv_strchr(nextSeparator, ';'); in ulocimp_getKeywordValue()
826 nextSeparator++; /* skip '=' */ in ulocimp_getKeywordValue()
828 while(*nextSeparator == ' ') { in ulocimp_getKeywordValue()
829 nextSeparator++; in ulocimp_getKeywordValue()
831 keyValueTail = (startSearchHere)? startSearchHere: nextSeparator + uprv_strlen(nextSeparator); in ulocimp_getKeywordValue()
869 char* nextSeparator = NULL; uloc_setKeywordValue() local
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp154 const char* sep = this->nextSeparator(); in next()
170 const char* nextSeparator() const { in nextSeparator() function in __anon18623::StyleIterator

Completed in 13 milliseconds