Searched refs:nextSeparator (Results 1 – 2 of 2) sorted by relevance
825 const char* nextSeparator = NULL; in uloc_getKeywordValue() local859 nextSeparator = uprv_strchr(startSearchHere, '='); in uloc_getKeywordValue()861 if(!nextSeparator) { in uloc_getKeywordValue()864 if(nextSeparator - startSearchHere >= ULOC_KEYWORD_BUFFER_LEN) { in uloc_getKeywordValue()869 for(i = 0; i < nextSeparator - startSearchHere; i++) { in uloc_getKeywordValue()879 startSearchHere = uprv_strchr(nextSeparator, ';'); in uloc_getKeywordValue()882 nextSeparator++; in uloc_getKeywordValue()883 while(*nextSeparator == ' ') { in uloc_getKeywordValue()884 nextSeparator++; in uloc_getKeywordValue()887 if(startSearchHere && startSearchHere - nextSeparator < bufferCapacity) { in uloc_getKeywordValue()[all …]
389 String nextSeparator = ""; in toString() local395 builder.append(nextSeparator); in toString()396 nextSeparator = ", "; in toString()