HomeSort by relevance Sort by last modified time
    Searched refs:aiter (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
dtptngen.cpp 84 static void ures_a_open(UResourceBundleAIterator *aiter, UResourceBundle *bund, UErrorCode *status) {
88 aiter->bund = bund;
89 aiter->num = ures_getSize(aiter->bund);
90 aiter->cursor = 0;
92 aiter->entries = nullptr;
94 aiter->entries = (UResAEntry*)uprv_malloc(sizeof(UResAEntry)*aiter->num);
95 for(int i=0;i<aiter->num;i++) {
96 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, nullptr, status)
    [all...]
  /art/libartbase/base/
hash_set_test.cc 315 auto aiter = a.begin(); local
317 while (aiter != a.end() && biter != b.end()) {
318 if (*aiter != *biter) {
321 aiter++;
324 return (aiter == a.end() && biter == b.end());
  /external/python/cpython3/Lib/test/
test_coroutines.py     [all...]
  /external/python/cpython3/Python/
ceval.c 1697 PyObject *aiter = TOP(); local
    [all...]

Completed in 304 milliseconds