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

/external/icu4c/common/
H A Duloc.c827 const char* nextSeparator = NULL; local
861 nextSeparator = uprv_strchr(startSearchHere, '=');
863 if(!nextSeparator) {
866 if(nextSeparator - startSearchHere >= ULOC_KEYWORD_BUFFER_LEN) {
871 for(i = 0; i < nextSeparator - startSearchHere; i++) {
880 startSearchHere = uprv_strchr(nextSeparator, ';');
883 nextSeparator++;
884 while(*nextSeparator == ' ') {
885 nextSeparator++;
888 if(startSearchHere && startSearchHere - nextSeparator < bufferCapacit
934 char* nextSeparator = NULL; local
[all...]

Completed in 51 milliseconds