HomeSort by relevance Sort by last modified time
    Searched refs:uhash_nextElement (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
rbbistbl.cpp 236 e = uhash_nextElement(fHashTable, &pos);
251 e = uhash_nextElement(fHashTable, &pos);
hash.h 187 return uhash_nextElement(hash, &pos);
uhash.c 580 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) {
890 const UHashElement* elem1 = uhash_nextElement(hash1, &pos);
uhash.h 52 * 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
usprep.cpp 153 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL)
uresbund.cpp 190 while ((e = uhash_nextElement(cache, &pos)) != NULL)
235 while ((e = uhash_nextElement(cache, &pos)) != NULL) {
    [all...]
  /external/icu/icu4c/source/common/
rbbistbl.cpp 236 e = uhash_nextElement(fHashTable, &pos);
251 e = uhash_nextElement(fHashTable, &pos);
hash.h 187 return uhash_nextElement(hash, &pos);
uhash.c 580 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) {
890 const UHashElement* elem1 = uhash_nextElement(hash1, &pos);
uhash.h 52 * 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
usprep.cpp 153 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL)
uresbund.cpp 190 while ((e = uhash_nextElement(cache, &pos)) != NULL)
235 while ((e = uhash_nextElement(cache, &pos)) != NULL) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
identifier_info.cpp 178 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);
msgfmt.cpp 418 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos);
419 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos);
    [all...]
tznames.cpp 88 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos))) {
compactdecimalformat.cpp 874 const UHashElement* element = uhash_nextElement(result->unitsByVariant, &pos);
875 for (;element != NULL; element = uhash_nextElement(result->unitsByVariant, &pos)) {
region.cpp 313 while ( const UHashElement* element = uhash_nextElement(regionIDMap,&pos)) {
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 173 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);
msgfmt.cpp 418 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos);
419 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos);
    [all...]
tznames.cpp 88 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos))) {
compactdecimalformat.cpp 874 const UHashElement* element = uhash_nextElement(result->unitsByVariant, &pos);
875 for (;element != NULL; element = uhash_nextElement(result->unitsByVariant, &pos)) {
region.cpp 313 while ( const UHashElement* element = uhash_nextElement(regionIDMap,&pos)) {
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 260 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){
  /external/icu/icu4c/source/tools/gensprep/
store.c 260 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 501 milliseconds

1 2