HomeSort by relevance Sort by last modified time
    Searched refs:UResourceBundle (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/icu4c/common/unicode/
ures.h 49 * UResourceBundle is an opaque type for handles for resource bundles in C APIs.
52 struct UResourceBundle;
57 typedef struct UResourceBundle UResourceBundle;
133 * Opens a UResourceBundle, from which users can extract strings by using
160 U_STABLE UResourceBundle* U_EXPORT2
183 U_STABLE UResourceBundle* U_EXPORT2
206 U_STABLE UResourceBundle* U_EXPORT2
228 ures_countArrayItems(const UResourceBundle* resourceBundle,
240 ures_close(UResourceBundle* resourceBundle)
    [all...]
ucat.h 71 typedef UResourceBundle* u_nl_catd;
resbund.h 159 * Constructor from a C UResourceBundle. The resource bundle is
167 ResourceBundle(UResourceBundle *res,
478 UResourceBundle *fResource;
  /external/icu4c/common/
uresimp.h 70 struct UResourceBundle {
87 /*const UResourceBundle *fParentRes;*/ /* needed to get the actual locale for a child resource */
90 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
93 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
95 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
102 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/
103 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
104 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/
107 U_CFUNC UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status)
    [all...]
uresbund.c 14 * 07/20/99 stephen Changed for UResourceBundle typedef'd to void*
102 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status) {
499 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) {
509 static UBool ures_isStackObject(const UResourceBundle* resB) {
514 U_CFUNC void ures_initStackObject(UResourceBundle* resB) {
515 uprv_memset(resB, 0, sizeof(UResourceBundle));
757 U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd) {
773 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) {
803 static void ures_freeResPath(UResourceBundle *resB) {
812 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj
    [all...]
icudataver.c 26 UResourceBundle *icustdbundle = ures_openDirect(NULL, U_ICU_STD_BUNDLE, &status);
39 UResourceBundle *icudatares = NULL;
ucat.c 44 ures_close((UResourceBundle*) catd); /* may be NULL */
59 result = ures_getStringByKey((const UResourceBundle*) catd,
ures_cnv.c 27 U_CAPI UResourceBundle * U_EXPORT2
uscript.c 53 UResourceBundle* resB = ures_open(NULL,nameOrAbbrOrLocale,&localErrorCode);
55 UResourceBundle* resD = ures_getByKey(resB,kLocaleScript,NULL,&localErrorCode);
resbund.cpp 192 ResourceBundle::ResourceBundle(UResourceBundle *res, UErrorCode& err)
291 UResourceBundle r;
315 UResourceBundle r;
333 UResourceBundle r;
345 UResourceBundle r;
  /external/icu4c/extra/uconv/unicode/
uwmsg.h 21 U_CFUNC UResourceBundle *u_wmsg_setPath(const char *path, UErrorCode *err);
  /external/icu4c/tools/ctestfw/unicode/
testdata.h 88 UResourceBundle *fData;
89 UResourceBundle *fHeaders;
90 UResourceBundle *fSettings;
91 UResourceBundle *fCases;
95 RBTestData(UResourceBundle *data, UResourceBundle *headers, UErrorCode& status);
datamap.h 113 RBDataMap(UResourceBundle *data, UErrorCode &status);
114 RBDataMap(UResourceBundle *headers, UResourceBundle *data, UErrorCode &status);
117 void init(UResourceBundle *data, UErrorCode &status);
118 void init(UResourceBundle *headers, UResourceBundle *data, UErrorCode &status);
tstdtmod.h 99 UResourceBundle *getTestBundle(const char* bundleName, UErrorCode &status);
102 UResourceBundle *fModuleBundle;
103 UResourceBundle *fTestData;
104 UResourceBundle *fInfoRB;
  /external/icu4c/test/intltest/
aliastst.h 25 UResourceBundle* resIndex;
  /external/icu4c/tools/ctestfw/
testdata.cpp 53 RBTestData::RBTestData(UResourceBundle *data, UResourceBundle *headers, UErrorCode& status)
61 UResourceBundle *currHeaders = ures_getByKey(data, "Headers", NULL, &intStatus);
70 UResourceBundle *info = ures_getByKey(data, "Info", NULL, &intStatus);
105 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus);
126 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus);
datamap.cpp 51 RBDataMap::RBDataMap(UResourceBundle *data, UErrorCode &status)
61 RBDataMap::RBDataMap(UResourceBundle *headers, UResourceBundle *data, UErrorCode &status)
69 void RBDataMap::init(UResourceBundle *data, UErrorCode &status) {
72 UResourceBundle *t = NULL;
80 void RBDataMap::init(UResourceBundle *headers, UResourceBundle *data, UErrorCode &status)
84 UResourceBundle *t = NULL;
tstdtmod.cpp 159 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status);
160 UResourceBundle *headers = ures_getByKey(fInfoRB, "Headers", NULL, &intStatus);
187 UResourceBundle *DataFillIn = ures_getByKey(fTestData, name, NULL, &status);
188 UResourceBundle *headers = ures_getByKey(fInfoRB, "Headers", NULL, &intStatus);
210 UResourceBundle*
214 UResourceBundle *testBundle = NULL;
  /external/icu4c/i18n/
gregoimp.h 317 UResourceBundle* getByKey(const char *key, UErrorCode& status);
331 UResourceBundle* getByKey2(const char *key, const char *subKey, UErrorCode& status);
345 UResourceBundle* getByKey3(const char *key, const char *contextKey, const char *subKey, UErrorCode& status);
352 UResourceBundle *fFillin;
353 UResourceBundle *fOtherFillin;
354 UResourceBundle *fBundle;
355 UResourceBundle *fFallback;
ulocdata.c 40 UResourceBundle *bundle;
45 UResourceBundle *langBundle;
147 UResourceBundle *delimiterBundle;
192 UResourceBundle* bundle=NULL;
193 UResourceBundle* measurement=NULL;
215 UResourceBundle* bundle=NULL;
216 UResourceBundle* paperSizeBundle = NULL;
244 UResourceBundle *rb = NULL;
255 UResourceBundle *patternBundle;
303 UResourceBundle *separatorBundle
    [all...]
timezone.cpp 76 #include "uresimp.h" // struct UResourceBundle
174 static int32_t findInStringArray(UResourceBundle* array, const UnicodeString& id, UErrorCode &status)
222 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) {
224 UResourceBundle *tmp = ures_getByKey(top, kNAMES, NULL, &status);
251 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) {
255 UResourceBundle *r = ures_getByKey(top, kRULES, oldbundle, &status)
    [all...]
dcfmtsym.cpp 196 UResourceBundle *resource = ures_open((char *)0, locStr, &status);
197 UResourceBundle *numberElementsRes = ures_getByKeyWithFallback(resource, gNumberElements, NULL, &status);
237 UResourceBundle *nonLatnSymbols = NULL;
243 UResourceBundle *latnSymbols = ures_getByKeyWithFallback(numberElementsRes, gLatn, NULL, &status);
326 UResourceBundle *currencyResource = ures_open(U_ICUDATA_CURR, locStr, &localStatus);
327 UResourceBundle *currency = ures_getByKeyWithFallback(currencyResource, "Currencies", NULL, &localStatus);
351 UResourceBundle *currencyResource = ures_open(U_ICUDATA_CURR, locStr, &localStatus);
352 UResourceBundle *currencySpcRes = ures_getByKeyWithFallback(currencyResource,
360 UResourceBundle *dataRes = ures_getByKeyWithFallback(currencySpcRes,
olsontz.h 20 struct UResourceBundle;
123 OlsonTimeZone(const UResourceBundle* top,
124 const UResourceBundle* res,
  /external/icu4c/test/cintltst/
creststn.h 28 tres_getString(const UResourceBundle *resB,
  /external/icu4c/i18n/unicode/
timezone.h 724 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
    [all...]

Completed in 1818 milliseconds

1 2 3 4