Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
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()