Searched refs:nextPathPart (Results 1 – 1 of 1) sorted by relevance
1834 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath() local1835 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()