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

/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp408 const char *nextPath; /* path following this one */ member in class:UDataPathIterator
460 nextPath = path;
463 nextPath = itemPath.data();
488 nextPath,
512 if( nextPath == NULL ) {
515 currentPath = nextPath;
517 if(nextPath == itemPath.data()) { /* we were processing item's path. */
518 nextPath = path; /* start with regular path next tm. */
522 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
523 if(nextPath
[all...]
/external/icu/icu4c/source/common/
H A Dudata.cpp408 const char *nextPath; /* path following this one */ member in class:UDataPathIterator
460 nextPath = path;
463 nextPath = itemPath.data();
488 nextPath,
512 if( nextPath == NULL ) {
515 currentPath = nextPath;
517 if(nextPath == itemPath.data()) { /* we were processing item's path. */
518 nextPath = path; /* start with regular path next tm. */
522 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
523 if(nextPath
[all...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DLoadUrlTest.java296 final String nextPath = "/next.html";
297 final String nextUrl = webServer.setResponse(nextPath,
323 validateNoRequestHeaders(extraHeaders, webServer.getLastRequest(nextPath));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 153 milliseconds