Lines Matching refs:uprv_strchr
574 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart()
585 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()
677 equalSign = uprv_strchr(pos, '='); in _getKeywords()
678 semicolon = uprv_strchr(pos, ';'); in _getKeywords()
846 …startSearchHere = uprv_strchr(tmpLocaleID, '@'); /* TODO: REVISIT: shouldn't this be locale_getKey… in uloc_getKeywordValue()
864 nextSeparator = uprv_strchr(startSearchHere, '='); in uloc_getKeywordValue()
883 startSearchHere = uprv_strchr(nextSeparator, ';'); in uloc_getKeywordValue()
1004 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
1023 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1750 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize()
1751 separatorIndicator = uprv_strchr(tmpLocaleID, ';'); in _canonicalize()
2207 decimal = uprv_strchr(buf, '.'); in _uloc_strtod()
2290 itemEnd=uprv_strchr(s,','); in uloc_acceptLanguageFromHTTP()
2291 paramEnd=uprv_strchr(s,';'); in uloc_acceptLanguageFromHTTP()