Lines Matching refs:uprv_strchr
528 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart()
539 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()
626 equalSign = uprv_strchr(pos, '='); in ulocimp_getKeywords()
627 semicolon = uprv_strchr(pos, ';'); in ulocimp_getKeywords()
787 nextSeparator = uprv_strchr(startSearchHere, '='); in ulocimp_getKeywordValue()
822 startSearchHere = uprv_strchr(nextSeparator, ';'); in ulocimp_getKeywordValue()
951 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
986 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1574 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize()
1575 separatorIndicator = uprv_strchr(tmpLocaleID, ';'); in _canonicalize()
2013 if (uprv_strchr(localeID, '@')) { in uloc_getLCID()