Lines Matching refs:uprv_strchr
566 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart()
577 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()
669 equalSign = uprv_strchr(pos, '='); in _getKeywords()
670 semicolon = uprv_strchr(pos, ';'); in _getKeywords()
849 …startSearchHere = uprv_strchr(tmpLocaleID, '@'); /* TODO: REVISIT: shouldn't this be locale_getKey… in uloc_getKeywordValue()
867 nextSeparator = uprv_strchr(startSearchHere, '='); in uloc_getKeywordValue()
887 startSearchHere = uprv_strchr(nextSeparator, ';'); in uloc_getKeywordValue()
1008 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
1028 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1760 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize()
1761 separatorIndicator = uprv_strchr(tmpLocaleID, ';'); in _canonicalize()
2119 if (uprv_strchr(localeID, '@')) { in uloc_getLCID()
2232 decimal = uprv_strchr(buf, '.'); in _uloc_strtod()
2315 itemEnd=uprv_strchr(s,','); in uloc_acceptLanguageFromHTTP()
2316 paramEnd=uprv_strchr(s,';'); in uloc_acceptLanguageFromHTTP()