Searched defs:UDataPathIterator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp398 class UDataPathIterator class
401 UDataPathIterator(const char *path, const char *pkg,
432 UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg, function in class:UDataPathIterator
500 const char *UDataPathIterator::next(UErrorCode *pErrorCode)
728 UDataPathIterator iter(u_getDataDirectory(), inBasename, path, ".dat", TRUE, pErrorCode);
960 UDataPathIterator iter(dataPath, pkgName, path, tocEntryPathSuffix, FALSE, pErrorCode);
/external/icu/icu4c/source/common/
H A Dudata.cpp398 class UDataPathIterator class
401 UDataPathIterator(const char *path, const char *pkg,
432 UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg, function in class:UDataPathIterator
500 const char *UDataPathIterator::next(UErrorCode *pErrorCode)
720 UDataPathIterator iter(u_getDataDirectory(), inBasename, path, ".dat", TRUE, pErrorCode);
952 UDataPathIterator iter(dataPath, pkgName, path, tocEntryPathSuffix, FALSE, pErrorCode);

Completed in 135 milliseconds