Lines Matching refs:uprv_strchr
537 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart()
548 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()
635 equalSign = uprv_strchr(pos, '='); in ulocimp_getKeywords()
636 semicolon = uprv_strchr(pos, ';'); in ulocimp_getKeywords()
797 nextSeparator = uprv_strchr(startSearchHere, '='); in ulocimp_getKeywordValue()
832 startSearchHere = uprv_strchr(nextSeparator, ';'); in ulocimp_getKeywordValue()
961 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
996 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1503 if (uprv_strchr(localeID, '_') != nullptr && localeID[1] != '-' && localeID[1] != '_') { in _canonicalize()
1607 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize()
1608 separatorIndicator = uprv_strchr(tmpLocaleID, ';'); in _canonicalize()
2046 if (uprv_strchr(localeID, '@')) { in uloc_getLCID()