Searched refs:locinfo (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 674 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); in RuleBasedNumberFormat() local 675 init(description, locinfo, perror, status); in RuleBasedNumberFormat() 698 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); in RuleBasedNumberFormat() local 699 init(description, locinfo, perror, status); in RuleBasedNumberFormat() 805 LocalizationInfo* locinfo = NULL; in RuleBasedNumberFormat() local 829 init(desc, locinfo, perror, status); in RuleBasedNumberFormat()
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 27 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale ); in uselocale()
|