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

  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 418 strcpy(locale_name_, locale_name);
419 locale_name_length_ = strlen(locale_name_);
423 return locale_name_;
434 locale_name_length_ = uloc_getParent(locale_name_, locale_name_, sizeof(locale_name_), &status_);
441 char locale_name_[ULOC_FULLNAME_CAPACITY]; member in class:LocaleNameIterator
    [all...]

Completed in 204 milliseconds