Searched refs:nextPath (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DPathProfileVerifier.cpp119 for( ProfilePathIterator nextPath = pathProfileInfo.pathBegin(),
121 nextPath != endPath; nextPath++ ) {
122 ProfilePath* currentPath = nextPath->second;
/external/icu4c/common/
H A Dudata.cpp397 const char *nextPath; /* path following this one */ member in class:UDataPathIterator
449 nextPath = path;
452 nextPath = itemPath.data();
477 nextPath,
501 if( nextPath == NULL ) {
504 currentPath = nextPath;
506 if(nextPath == itemPath.data()) { /* we were processing item's path. */
507 nextPath = path; /* start with regular path next tm. */
511 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
512 if(nextPath
[all...]

Completed in 110 milliseconds