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

/external/icu4c/common/
H A Duhash.c579 while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != NULL) {
762 while ((e = uhash_nextElement(hash, &pos)) != NULL) {
779 uhash_nextElement(const UHashtable *hash, int32_t *pos) { function
916 const UHashElement* elem1 = uhash_nextElement(hash1, &pos);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h743 #define uhash_nextElement uhash_nextElement_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h743 #define uhash_nextElement uhash_nextElement_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h743 #define uhash_nextElement uhash_nextElement_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h743 #define uhash_nextElement uhash_nextElement_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h947 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro

Completed in 200 milliseconds