mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-2487 refactor calendar access
X-SVN-Rev: 15362
This commit is contained in:
parent
3c3dfa11c8
commit
39ea0e9fe4
1 changed files with 0 additions and 13 deletions
|
@ -415,19 +415,6 @@ private:
|
|||
void initField(UnicodeString **field, int32_t& length, const ResourceBundle &data, UErrorCode &status);
|
||||
void initField(UnicodeString **field, int32_t& length, const UChar *data, LastResortSize numStr, LastResortSize strLen, UErrorCode &status);
|
||||
|
||||
/**
|
||||
* Load data for specified 'type', falling back to gregorian if needed
|
||||
*
|
||||
* @param rb ResourceBundle
|
||||
* @param tag Resource key to data
|
||||
* @param type Calendar type
|
||||
* @param status Error Status
|
||||
* @internal
|
||||
*/
|
||||
static ResourceBundle
|
||||
getData(ResourceBundle &rb, const char *tag, const char *type, UErrorCode& status);
|
||||
|
||||
|
||||
/**
|
||||
* Called by the constructors to actually load data from the resources
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue