Home | History | Annotate | Download | only in native

Lines Matching defs:status_

419   LocaleNameIterator(const char* locale_name, UErrorCode& status) : status_(status), has_next_(true) {
436 locale_name_length_ = uloc_getParent(locale_name_, locale_name_, sizeof(locale_name_), &status_);
441 UErrorCode& status_;