Searched refs:useLastResortData (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | dcfmtsym.h | 333 void initialize(const Locale& locale, UErrorCode& success, UBool useLastResortData = FALSE);
|
D | dtfmtsym.h | 685 …eData(const Locale& locale, const char *type, UErrorCode& status, UBool useLastResortData = FALSE);
|
/external/icu4c/i18n/ |
D | dcfmtsym.cpp | 152 DecimalFormatSymbols::initialize(const Locale& loc, UErrorCode& status, UBool useLastResortData) in initialize() argument 200 if ( useLastResortData ) { in initialize()
|
D | dtfmtsym.cpp | 1213 …initializeData(const Locale& locale, const char *type, UErrorCode& status, UBool useLastResortData) in initializeData() argument 1314 if (useLastResortData) in initializeData()
|