Searched defs:uhash_nextElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duhash.c580 while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != NULL) {
763 while ((e = uhash_nextElement(hash, &pos)) != NULL) {
780 uhash_nextElement(const UHashtable *hash, int32_t *pos) { function
890 const UHashElement* elem1 = uhash_nextElement(hash1, &pos);
/external/icu/icu4c/source/common/
H A Duhash.c580 while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != NULL) {
763 while ((e = uhash_nextElement(hash, &pos)) != NULL) {
780 uhash_nextElement(const UHashtable *hash, int32_t *pos) { function
890 const UHashElement* elem1 = uhash_nextElement(hash1, &pos);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h982 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
/external/icu/icu4c/source/common/unicode/
H A Durename.h931 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro

Completed in 2739 milliseconds