Lines Matching refs:uprv_strchr
567 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart()
578 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()
670 equalSign = uprv_strchr(pos, '='); in _getKeywords()
671 semicolon = uprv_strchr(pos, ';'); in _getKeywords()
836 …startSearchHere = uprv_strchr(tmpLocaleID, '@'); /* TODO: REVISIT: shouldn't this be locale_getKey… in uloc_getKeywordValue()
854 nextSeparator = uprv_strchr(startSearchHere, '='); in uloc_getKeywordValue()
874 startSearchHere = uprv_strchr(nextSeparator, ';'); in uloc_getKeywordValue()
995 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
1015 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1747 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize()
1748 separatorIndicator = uprv_strchr(tmpLocaleID, ';'); in _canonicalize()
2198 decimal = uprv_strchr(buf, '.'); in _uloc_strtod()
2281 itemEnd=uprv_strchr(s,','); in uloc_acceptLanguageFromHTTP()
2282 paramEnd=uprv_strchr(s,';'); in uloc_acceptLanguageFromHTTP()