HomeSort by relevance Sort by last modified time
    Searched full:has_next_ (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 383 LocaleNameIterator(const char* locale_name, UErrorCode& status) : status_(status), has_next_(true) {
393 return has_next_;
399 has_next_ = false;
405 bool has_next_; member in class:LocaleNameIterator
    [all...]

Completed in 122 milliseconds