Home
last modified time | relevance | path

Searched refs:uprv_strchr (Results 1 - 25 of 106) sorted by relevance

12345

/third_party/icu/icu4c/source/common/
H A Dlocid.cpp381 if (uprv_strchr(newKeywords, '=')) { in Locale()
1198 if (uprv_strchr(replacement, '_') == nullptr) {
1213 char* endOfField = uprv_strchr(data, '_');
1217 endOfField = (char*) uprv_strchr(start, '_');
1232 endOfField = (char*)uprv_strchr(start, '_');
1247 endOfField = (char*)uprv_strchr(start, '_');
1384 const char* firstSpace = uprv_strchr(replacement, ' ');
1495 const char* firstSpace = uprv_strchr(replacement, ' ');
1544 const char* tvalue = uprv_strchr(tkey, '-');
1567 const char* tvalue = uprv_strchr(tfiel
[all...]
H A 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(tmpLocaleI in _canonicalize()
[all...]
H A Duscript.cpp117 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
H A 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) {
H A Dudata.cpp537 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
1198 if(uprv_strchr(path,U_FILE_ALT_SEP_CHAR) != NULL) { in doOpenChoice()
1201 while ((p = uprv_strchr(altSepPath.data(), U_FILE_ALT_SEP_CHAR)) != NULL) { in doOpenChoice()
1225 first = uprv_strchr(path, U_FILE_SEP_CHAR); in doOpenChoice()
1234 treeChar = uprv_strchr(path, U_TREE_SEPARATOR); in doOpenChoice()
H A Dcharstr.cpp267 if(len>0 && !uprv_strchr(data(), U_FILE_SEP_CHAR) && uprv_strchr(data(), U_FILE_ALT_SEP_CHAR)) in getDirSepChar()
/third_party/node/deps/icu-small/source/common/
H A Dlocid.cpp381 if (uprv_strchr(newKeywords, '=')) { in Locale()
1205 if (uprv_strchr(replacement, '_') == nullptr) {
1220 char* endOfField = uprv_strchr(data, '_');
1224 endOfField = (char*) uprv_strchr(start, '_');
1239 endOfField = (char*)uprv_strchr(start, '_');
1254 endOfField = (char*)uprv_strchr(start, '_');
1391 const char* firstSpace = uprv_strchr(replacement, ' ');
1502 const char* firstSpace = uprv_strchr(replacement, ' ');
1551 const char* tvalue = uprv_strchr(tkey, '-');
1574 const char* tvalue = uprv_strchr(tfiel
[all...]
H A Duloc.cpp518 if((result = uprv_strchr(localeID, '@')) != nullptr) { in locale_getKeywordsStart()
529 if((result = uprv_strchr(localeID, *charToFind)) != nullptr) { in locale_getKeywordsStart()
616 equalSign = uprv_strchr(pos, '='); in ulocimp_getKeywords()
617 semicolon = uprv_strchr(pos, ';'); in ulocimp_getKeywords()
779 nextSeparator = uprv_strchr(startSearchHere, '='); in ulocimp_getKeywordValue()
814 startSearchHere = uprv_strchr(nextSeparator, ';'); in ulocimp_getKeywordValue()
943 nextEqualsign = uprv_strchr(keywordStart, '='); in uloc_setKeywordValue()
978 nextSeparator = uprv_strchr(nextEqualsign, ';'); in uloc_setKeywordValue()
1486 if (uprv_strchr(localeID, '_') != nullptr && localeID[1] != '-' && localeID[1] != '_') { in _canonicalize()
1586 keywordAssign = uprv_strchr(tmpLocaleI in _canonicalize()
[all...]
H A Dputil.cpp1344 while((p = uprv_strchr(newDataDir, U_FILE_ALT_SEP_CHAR)) != nullptr) { in u_setDataDirectory()
1518 while ((p = uprv_strchr(p, U_FILE_ALT_SEP_CHAR)) != nullptr) { in setTimeZoneFilesDir()
1737 if ((limit = uprv_strchr(correctedPOSIXLocale, '.')) != nullptr) {
1740 if ((limit = uprv_strchr(correctedPOSIXLocale, '@')) != nullptr) {
1762 if (uprv_strchr(correctedPOSIXLocale,'_') == nullptr) {
1770 if ((q = uprv_strchr(p, '.')) != nullptr) {
1899 if((p = uprv_strchr(correctedLocale, '.')) != nullptr) {
2106 if (localeName != nullptr && (name = (uprv_strchr(localeName, '.'))) != nullptr) {
2112 if ((variant = const_cast<char *>(uprv_strchr(name, '@'))) != nullptr) {
H A Dudata.cpp537 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
1192 if(uprv_strchr(path,U_FILE_ALT_SEP_CHAR) != nullptr) { in doOpenChoice()
1195 while ((p = uprv_strchr(altSepPath.data(), U_FILE_ALT_SEP_CHAR)) != nullptr) { in doOpenChoice()
1219 first = uprv_strchr(path, U_FILE_SEP_CHAR); in doOpenChoice()
1228 treeChar = uprv_strchr(path, U_TREE_SEPARATOR); in doOpenChoice()
H A Dcharstr.cpp267 if(len>0 && !uprv_strchr(data(), U_FILE_SEP_CHAR) && uprv_strchr(data(), U_FILE_ALT_SEP_CHAR)) in getDirSepChar()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocid.cpp401 if (uprv_strchr(newKeywords, '=')) { in Locale()
1219 if (uprv_strchr(replacement, '_') == nullptr) {
1237 char* endOfField = uprv_strchr(data, '_');
1241 endOfField = (char*) uprv_strchr(start, '_');
1256 endOfField = (char*)uprv_strchr(start, '_');
1271 endOfField = (char*)uprv_strchr(start, '_');
1408 const char* firstSpace = uprv_strchr(replacement, ' ');
1522 const char* firstSpace = uprv_strchr(replacement, ' ');
1571 const char* tvalue = uprv_strchr(tkey, '-');
1598 const char* tvalue = uprv_strchr(tfiel
[all...]
H A 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(tmpLocaleI in _canonicalize()
[all...]
H A Duscript.cpp117 if(uprv_strchr(nameOrAbbrOrLocale, '-')==NULL && uprv_strchr(nameOrAbbrOrLocale, '_')==NULL ){ in uscript_getCode()
H A 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) {
H A Dudata.cpp537 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
1192 if(uprv_strchr(path,U_FILE_ALT_SEP_CHAR) != NULL) { in doOpenChoice()
1195 while ((p = uprv_strchr(altSepPath.data(), U_FILE_ALT_SEP_CHAR)) != NULL) { in doOpenChoice()
1219 first = uprv_strchr(path, U_FILE_SEP_CHAR); in doOpenChoice()
1228 treeChar = uprv_strchr(path, U_TREE_SEPARATOR); in doOpenChoice()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dunewdata.cpp64 if(!uprv_strchr(dir, U_FILE_SEP_CHAR) && uprv_strchr(dir, U_FILE_ALT_SEP_CHAR)) { in udata_create()
H A Duparse.cpp44 char *end=uprv_strchr(s, 0); in u_rtrim()
126 limit=uprv_strchr(start, '#'); in u_parseDelimitedFile()
H A 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/node/deps/icu-small/source/tools/toolutil/
H A Duparse.cpp44 char *end=uprv_strchr(s, 0); in u_rtrim()
126 limit=uprv_strchr(start, '#'); in u_parseDelimitedFile()
H A Dunewdata.cpp64 if(!uprv_strchr(dir, U_FILE_SEP_CHAR) && uprv_strchr(dir, U_FILE_ALT_SEP_CHAR)) { in udata_create()
H A 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/skia/third_party/externals/icu/source/tools/toolutil/
H A Dunewdata.cpp64 if(!uprv_strchr(dir, U_FILE_SEP_CHAR) && uprv_strchr(dir, U_FILE_ALT_SEP_CHAR)) { in udata_create()
H A Duparse.cpp44 char *end=uprv_strchr(s, 0); in u_rtrim()
126 limit=uprv_strchr(start, '#'); in u_parseDelimitedFile()
H A 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()

Completed in 34 milliseconds

12345