Home
last modified time | relevance | path

Searched refs:nextPathPart (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Duresbund.cpp1779 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1780 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1781 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1782 nextPathPart++; in getTableItemByKeyPath()
1784 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1790 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Duresbund.cpp1783 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR);
1784 if (nextPathPart != NULL) {
1785 *nextPathPart = 0; /* Terminating null for this part of path. */
1786 nextPathPart++;
1788 nextPathPart = uprv_strchr(pathPart, 0);
1794 pathPart = nextPathPart;
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Duresbund.cpp1784 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1785 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1786 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1787 nextPathPart++; in getTableItemByKeyPath()
1789 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1795 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/devel/icu-lx/icu/source/common/
H A Duresbund.cpp1894 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1895 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1896 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1897 nextPathPart++; in getTableItemByKeyPath()
1899 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1905 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/devel/icu/icu/source/common/
H A Duresbund.cpp1894 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1895 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1896 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1897 nextPathPart++; in getTableItemByKeyPath()
1899 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1905 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Duresbund.cpp1843 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1844 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1845 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1846 nextPathPart++; in getTableItemByKeyPath()
1848 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1854 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Duresbund.cpp1834 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1835 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1836 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1837 nextPathPart++; in getTableItemByKeyPath()
1839 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1845 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Duresbund.cpp1843 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1844 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1845 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1846 nextPathPart++; in getTableItemByKeyPath()
1848 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1854 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Duresbund.cpp1834 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1835 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1836 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1837 nextPathPart++; in getTableItemByKeyPath()
1839 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1845 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Duresbund.cpp1894 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1895 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1896 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1897 nextPathPart++; in getTableItemByKeyPath()
1899 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1905 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Duresbund.cpp1843 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1844 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1845 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1846 nextPathPart++; in getTableItemByKeyPath()
1848 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1854 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Duresbund.cpp1834 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1835 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1836 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1837 nextPathPart++; in getTableItemByKeyPath()
1839 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1845 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Duresbund.cpp1843 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1844 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1845 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1846 nextPathPart++; in getTableItemByKeyPath()
1848 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1854 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Duresbund.cpp1834 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1835 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1836 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1837 nextPathPart++; in getTableItemByKeyPath()
1839 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1845 pathPart = nextPathPart; in getTableItemByKeyPath()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Duresbund.cpp1781 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local
1782 if (nextPathPart != NULL) { in getTableItemByKeyPath()
1783 *nextPathPart = 0; /* Terminating null for this part of path. */ in getTableItemByKeyPath()
1784 nextPathPart++; in getTableItemByKeyPath()
1786 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()
1792 pathPart = nextPathPart; in getTableItemByKeyPath()