Home
last modified time | relevance | path

Searched refs:uprv_strchr (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/skia/third_party/externals/icu/source/common/
Dlocid.cpp401 if (uprv_strchr(newKeywords, '=')) { in Locale()
1219 if (uprv_strchr(replacement, '_') == nullptr) { in parseLanguageReplacement()
1237 char* endOfField = uprv_strchr(data, '_'); in parseLanguageReplacement()
1241 endOfField = (char*) uprv_strchr(start, '_'); in parseLanguageReplacement()
1256 endOfField = (char*)uprv_strchr(start, '_'); in parseLanguageReplacement()
1271 endOfField = (char*)uprv_strchr(start, '_'); in parseLanguageReplacement()
1408 const char* firstSpace = uprv_strchr(replacement, ' '); in replaceTerritory()
1522 const char* firstSpace = uprv_strchr(replacement, ' '); in replaceSubdivision()
1571 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions()
1598 const char* tvalue = uprv_strchr(tfield, '-'); in replaceTransformedExtensions()
[all …]
Duloc.cpp528 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()
[all …]
Duscript.cpp117 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
Dputil.cpp1320 while((p = uprv_strchr(newDataDir, U_FILE_ALT_SEP_CHAR)) != NULL) { in u_setDataDirectory()
1494 while ((p = uprv_strchr(p, U_FILE_ALT_SEP_CHAR)) != NULL) { in setTimeZoneFilesDir()
1713 if ((limit = uprv_strchr(correctedPOSIXLocale, '.')) != nullptr) {
1716 if ((limit = uprv_strchr(correctedPOSIXLocale, '@')) != nullptr) {
1738 if (uprv_strchr(correctedPOSIXLocale,'_') == nullptr) {
1746 if ((q = uprv_strchr(p, '.')) != nullptr) {
1875 if((p = uprv_strchr(correctedLocale, '.')) != NULL) {
2082 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) {
2088 if ((variant = const_cast<char *>(uprv_strchr(name, '@'))) != NULL) {
/third_party/node/deps/icu-small/source/common/
Dlocid.cpp381 if (uprv_strchr(newKeywords, '=')) { in Locale()
1199 if (uprv_strchr(replacement, '_') == nullptr) { in parseLanguageReplacement()
1217 char* endOfField = uprv_strchr(data, '_'); in parseLanguageReplacement()
1221 endOfField = (char*) uprv_strchr(start, '_'); in parseLanguageReplacement()
1236 endOfField = (char*)uprv_strchr(start, '_'); in parseLanguageReplacement()
1251 endOfField = (char*)uprv_strchr(start, '_'); in parseLanguageReplacement()
1388 const char* firstSpace = uprv_strchr(replacement, ' '); in replaceTerritory()
1502 const char* firstSpace = uprv_strchr(replacement, ' '); in replaceSubdivision()
1551 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions()
1574 const char* tvalue = uprv_strchr(tfield, '-'); in replaceTransformedExtensions()
[all …]
Duloc.cpp537 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()
[all …]
Duscript.cpp117 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
Dputil.cpp1329 while((p = uprv_strchr(newDataDir, U_FILE_ALT_SEP_CHAR)) != NULL) { in u_setDataDirectory()
1503 while ((p = uprv_strchr(p, U_FILE_ALT_SEP_CHAR)) != NULL) { in setTimeZoneFilesDir()
1722 if ((limit = uprv_strchr(correctedPOSIXLocale, '.')) != nullptr) {
1725 if ((limit = uprv_strchr(correctedPOSIXLocale, '@')) != nullptr) {
1747 if (uprv_strchr(correctedPOSIXLocale,'_') == nullptr) {
1755 if ((q = uprv_strchr(p, '.')) != nullptr) {
1884 if((p = uprv_strchr(correctedLocale, '.')) != NULL) {
2091 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) {
2097 if ((variant = const_cast<char *>(uprv_strchr(name, '@'))) != NULL) {
Dcharstr.cpp267 if(len>0 && !uprv_strchr(data(), U_FILE_SEP_CHAR) && uprv_strchr(data(), U_FILE_ALT_SEP_CHAR)) in getDirSepChar()
/third_party/icu/icu4c/source/common/
Dlocid.cpp401 if (uprv_strchr(newKeywords, '=')) { in Locale()
1215 if (uprv_strchr(replacement, '_') == nullptr) { in parseLanguageReplacement()
1233 char* endOfField = uprv_strchr(data, '_'); in parseLanguageReplacement()
1237 endOfField = (char*) uprv_strchr(start, '_'); in parseLanguageReplacement()
1252 endOfField = (char*)uprv_strchr(start, '_'); in parseLanguageReplacement()
1267 endOfField = (char*)uprv_strchr(start, '_'); in parseLanguageReplacement()
1404 const char* firstSpace = uprv_strchr(replacement, ' '); in replaceTerritory()
1518 const char* firstSpace = uprv_strchr(replacement, ' '); in replaceSubdivision()
1567 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions()
1594 const char* tvalue = uprv_strchr(tfield, '-'); in replaceTransformedExtensions()
[all …]
Duloc.cpp528 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()
[all …]
Duscript.cpp117 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
Dputil.cpp1320 while((p = uprv_strchr(newDataDir, U_FILE_ALT_SEP_CHAR)) != NULL) { in u_setDataDirectory()
1494 while ((p = uprv_strchr(p, U_FILE_ALT_SEP_CHAR)) != NULL) { in setTimeZoneFilesDir()
1713 if ((limit = uprv_strchr(correctedPOSIXLocale, '.')) != nullptr) {
1716 if ((limit = uprv_strchr(correctedPOSIXLocale, '@')) != nullptr) {
1738 if (uprv_strchr(correctedPOSIXLocale,'_') == nullptr) {
1746 if ((q = uprv_strchr(p, '.')) != nullptr) {
1875 if((p = uprv_strchr(correctedLocale, '.')) != NULL) {
2082 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) {
2088 if ((variant = const_cast<char *>(uprv_strchr(name, '@'))) != NULL) {
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocid.cpp403 if (uprv_strchr(newKeywords, '=')) { in Locale()
574 …while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) != 0 && fieldIdx < UPRV_LENGTHOF(fie… in init()
580 separator = uprv_strchr(field[fieldIdx-1], '@'); in init()
581 char* sep2 = uprv_strchr(field[fieldIdx-1], '.'); in init()
653 const char *atPtr = uprv_strchr(fullName, '@'); in initBaseName()
654 const char *eqPtr = uprv_strchr(fullName, '='); in initBaseName()
1348 const char* variantStart = uprv_strchr(fullName, '@'); in createKeywords()
1349 const char* assignment = uprv_strchr(fullName, '='); in createKeywords()
1377 const char* variantStart = uprv_strchr(fullName, '@'); in createUnicodeKeywords()
1378 const char* assignment = uprv_strchr(fullName, '='); in createUnicodeKeywords()
Duloc.cpp579 if((result = uprv_strchr(localeID, '@')) != NULL) { in locale_getKeywordsStart()
590 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()
688 equalSign = uprv_strchr(pos, '='); in _getKeywords()
689 semicolon = uprv_strchr(pos, ';'); in _getKeywords()
889 nextSeparator = uprv_strchr(startSearchHere, '='); in uloc_getKeywordValue()
924 startSearchHere = uprv_strchr(nextSeparator, ';'); in uloc_getKeywordValue()
1057 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
1092 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1822 keywordAssign = uprv_strchr(tmpLocaleID, '='); in _canonicalize()
1823 separatorIndicator = uprv_strchr(tmpLocaleID, ';'); in _canonicalize()
[all …]
Duscript.cpp115 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
Dputil.cpp1278 while((p = uprv_strchr(newDataDir, U_FILE_ALT_SEP_CHAR)) != NULL) { in u_setDataDirectory()
1459 while ((p = uprv_strchr(p, U_FILE_ALT_SEP_CHAR)) != NULL) { in setTimeZoneFilesDir()
1652 if ((p = uprv_strchr(posixID, '.')) != NULL) {
1663 if ((p = uprv_strchr(correctedPOSIXLocale, '@')) != NULL) {
1688 if (uprv_strchr(correctedPOSIXLocale,'_') == NULL) {
1695 if ((q = uprv_strchr(p, '.')) != NULL) {
1837 if((p = uprv_strchr(correctedLocale, '.')) != NULL) {
2044 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) {
2050 if ((variant = const_cast<char *>(uprv_strchr(name, '@'))) != NULL) {
/third_party/node/deps/icu-small/source/tools/toolutil/
Dunewdata.cpp64 if(!uprv_strchr(dir, U_FILE_SEP_CHAR) && uprv_strchr(dir, U_FILE_ALT_SEP_CHAR)) { in udata_create()
Dpkg_gencmn.cpp202 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) { in createCommonDataFile()
569 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) { in fixDirToTreePath()
574 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) { in fixDirToTreePath()
/third_party/icu/icu4c/source/tools/toolutil/
Dunewdata.cpp64 if(!uprv_strchr(dir, U_FILE_SEP_CHAR) && uprv_strchr(dir, U_FILE_ALT_SEP_CHAR)) { in udata_create()
Dpkg_gencmn.cpp202 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) { in createCommonDataFile()
569 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) { in fixDirToTreePath()
574 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) { in fixDirToTreePath()
Duparse.cpp44 char *end=uprv_strchr(s, 0); in u_rtrim()
126 limit=uprv_strchr(start, '#'); in u_parseDelimitedFile()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dunewdata.cpp64 if(!uprv_strchr(dir, U_FILE_SEP_CHAR) && uprv_strchr(dir, U_FILE_ALT_SEP_CHAR)) { in udata_create()
Dpkg_gencmn.cpp202 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) { in createCommonDataFile()
569 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) { in fixDirToTreePath()
574 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) { in fixDirToTreePath()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_gencmn.cpp202 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) { in createCommonDataFile()
569 for(t=s;t=uprv_strchr(t,U_FILE_SEP_CHAR);) { in fixDirToTreePath()
574 for(t=s;t=uprv_strchr(t,U_FILE_ALT_SEP_CHAR);) { in fixDirToTreePath()

123456