Lines Matching refs:uprv_strchr
579 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart()
590 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()
688 equalSign = uprv_strchr(pos, '='); in _getKeywords()
689 semicolon = uprv_strchr(pos, ';'); in _getKeywords()
889 nextSeparator = uprv_strchr(startSearchHere, '='); in uloc_getKeywordValue()
924 startSearchHere = uprv_strchr(nextSeparator, ';'); in uloc_getKeywordValue()
1057 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
1092 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1822 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize()
1823 separatorIndicator = uprv_strchr(tmpLocaleID, ';'); in _canonicalize()
2195 if (uprv_strchr(localeID, '@')) { in uloc_getLCID()
2308 decimal = uprv_strchr(buf, '.'); in _uloc_strtod()
2385 itemEnd=uprv_strchr(s,','); in uloc_acceptLanguageFromHTTP()
2386 paramEnd=uprv_strchr(s,';'); in uloc_acceptLanguageFromHTTP()