ICU-2487 refactor calendar access

X-SVN-Rev: 15362
This commit is contained in:
Steven R. Loomis 2004-05-18 02:05:29 +00:00
parent 3c3dfa11c8
commit 39ea0e9fe4

View file

@ -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
*