mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2487 fix for getLocale()
X-SVN-Rev: 15390
This commit is contained in:
parent
a3525e0254
commit
86383275f3
1 changed files with 2 additions and 1 deletions
|
@ -1867,11 +1867,12 @@ private:
|
|||
* time.
|
||||
*
|
||||
* @param desiredLocale The given locale.
|
||||
* @param type The calendar type identifier, e.g: gregorian, buddhist, etc.
|
||||
* @param success Indicates the status of setting the week count data from
|
||||
* the resource for the given locale. Returns U_ZERO_ERROR if
|
||||
* constructed successfully.
|
||||
*/
|
||||
void setWeekCountData(const Locale& desiredLocale, UErrorCode& success);
|
||||
void setWeekCountData(const Locale& desiredLocale, const char *type, UErrorCode& success);
|
||||
|
||||
/**
|
||||
* Recompute the time and update the status fields isTimeSet
|
||||
|
|
Loading…
Add table
Reference in a new issue