Searched refs:uhash_nextElement (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Drbbistbl.cpp236 e = uhash_nextElement(fHashTable, &pos);
251 e = uhash_nextElement(fHashTable, &pos);
H A Dhash.h187 return uhash_nextElement(hash, &pos);
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);
H A Duhash.h52 * and uhash_nextElement() consistent with one another.
54 * To see everything in a hashtable, use uhash_nextElement() to
62 * should the UHashElement returned by uhash_nextElement be modified
501 uhash_nextElement(const UHashtable *hash,
505 * Remove an element, returned by uhash_nextElement(), from the table.
508 * @param e The element, returned by uhash_nextElement(), to remove.
510 * as this was returned by uhash_nextElement() it will not be empty or
H A Dusprep.cpp153 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL)
H A Duresbund.cpp190 while ((e = uhash_nextElement(cache, &pos)) != NULL)
235 while ((e = uhash_nextElement(cache, &pos)) != NULL) {
/external/icu/icu4c/source/common/
H A Drbbistbl.cpp236 e = uhash_nextElement(fHashTable, &pos);
251 e = uhash_nextElement(fHashTable, &pos);
H A Dhash.h187 return uhash_nextElement(hash, &pos);
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);
H A Duhash.h52 * and uhash_nextElement() consistent with one another.
54 * To see everything in a hashtable, use uhash_nextElement() to
62 * should the UHashElement returned by uhash_nextElement be modified
501 uhash_nextElement(const UHashtable *hash,
505 * Remove an element, returned by uhash_nextElement(), from the table.
508 * @param e The element, returned by uhash_nextElement(), to remove.
510 * as this was returned by uhash_nextElement() it will not be empty or
H A Dusprep.cpp153 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL)
H A Duresbund.cpp190 while ((e = uhash_nextElement(cache, &pos)) != NULL)
235 while ((e = uhash_nextElement(cache, &pos)) != NULL) {
/external/chromium_org/third_party/icu/source/i18n/
H A Didentifier_info.cpp178 const UHashElement *nextHashEl = uhash_nextElement(fScriptSetSet, &it);
190 const UHashElement *otherHashEl = uhash_nextElement(fScriptSetSet, &otherIt);
280 const UHashElement *hashEl = uhash_nextElement(fScriptSetSet, &iter);
298 const UHashElement *el = uhash_nextElement(alternates, &pos);
H A Dmsgfmt.cpp418 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos);
419 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos);
1340 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos);
1358 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos);
H A Dtznames.cpp88 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos))) {
H A Dcompactdecimalformat.cpp874 const UHashElement* element = uhash_nextElement(result->unitsByVariant, &pos);
875 for (;element != NULL; element = uhash_nextElement(result->unitsByVariant, &pos)) {
H A Dregion.cpp313 while ( const UHashElement* element = uhash_nextElement(regionIDMap,&pos)) {
/external/icu/icu4c/source/i18n/
H A Didentifier_info.cpp173 const UHashElement *nextHashEl = uhash_nextElement(fScriptSetSet, &it);
185 const UHashElement *otherHashEl = uhash_nextElement(fScriptSetSet, &otherIt);
275 const UHashElement *hashEl = uhash_nextElement(fScriptSetSet, &iter);
293 const UHashElement *el = uhash_nextElement(alternates, &pos);
H A Dmsgfmt.cpp418 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos);
419 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos);
1340 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos);
1358 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos);
H A Dtznames.cpp88 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos))) {
H A Dcompactdecimalformat.cpp874 const UHashElement* element = uhash_nextElement(result->unitsByVariant, &pos);
875 for (;element != NULL; element = uhash_nextElement(result->unitsByVariant, &pos)) {
H A Dregion.cpp313 while ( const UHashElement* element = uhash_nextElement(regionIDMap,&pos)) {
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A Dstore.c260 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c260 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){
/external/icu/icu4c/source/common/unicode/
H A Durename.h931 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro

Completed in 982 milliseconds

12