Home | History | Annotate | Download | only in common

Lines Matching refs:pos

622             for (int32_t pos = -1;;) {
623 const UHashElement* e = map->nextElement(pos);
668 for (int32_t pos = factories->size(); --pos >= 0;) {
669 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(pos);
764 int32_t pos = -1;
766 while ((entry = m->nextElement(pos)) != NULL) {
787 /* To ensure that all elements in the hashtable are iterated, set pos to -1.
788 * nextElement(pos) will skip the position at pos and begin the iteration
791 int32_t pos = -1;
793 while ((entry = dnCache->cache.nextElement(pos)) != NULL) {