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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/icu/source/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;
  /external/icu/icu4c/source/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
229 ures_countArrayItems(const UResourceBundle* resourceBundle,
243 ures_close(UResourceBundle* resourceBundle)
    [all...]
ucat.h 71 typedef UResourceBundle* u_nl_catd;
  /external/chromium_org/third_party/icu/source/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) {
496 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) {
506 static UBool ures_isStackObject(const UResourceBundle* resB) {
511 U_CFUNC void ures_initStackObject(UResourceBundle* resB) {
512 uprv_memset(resB, 0, sizeof(UResourceBundle));
740 U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd) {
756 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) {
786 static void ures_freeResPath(UResourceBundle *resB) {
795 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj
    [all...]
  /external/icu/icu4c/source/common/
uresimp.h 72 struct UResourceBundle {
89 /*const UResourceBundle *fParentRes;*/ /* needed to get the actual locale for a child resource */
92 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
95 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
97 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
104 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/
105 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
106 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/
109 U_CFUNC UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status)
    [all...]
icudataver.c 16 UResourceBundle *icudatares = NULL;
uresbund.cpp 14 * 07/20/99 stephen Changed for UResourceBundle typedef'd to void*
105 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status) {
484 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) {
494 static UBool ures_isStackObject(const UResourceBundle* resB) {
499 U_CFUNC void ures_initStackObject(UResourceBundle* resB) {
500 uprv_memset(resB, 0, sizeof(UResourceBundle));
741 U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd) {
757 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) {
787 static void ures_freeResPath(UResourceBundle *resB) {
796 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj
    [all...]
  /external/icu/icu4c/source/extra/uconv/unicode/
uwmsg.h 21 U_CFUNC UResourceBundle *u_wmsg_setPath(const char *path, UErrorCode *err);
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/intltest/
aliastst.h 25 UResourceBundle* resIndex;
  /external/icu/icu4c/source/test/intltest/
aliastst.h 25 UResourceBundle* resIndex;
  /external/chromium_org/third_party/icu/source/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);
  /external/icu/icu4c/source/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);
  /external/icu/icu4c/source/i18n/
collationtailoring.h 27 struct UResourceBundle;
79 UResourceBundle *bundle;
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 41 UResourceBundle *bundle;
46 UResourceBundle *langBundle;
149 UResourceBundle *delimiterBundle;
191 static UResourceBundle * measurementTypeBundleForLocale(const char *localeID, const char *measurementType, UErrorCode *status){
194 UResourceBundle *rb;
195 UResourceBundle *measTypeBundle = NULL;
206 UResourceBundle *measDataBundle = ures_getByKey(rb, region, NULL, status);
227 UResourceBundle* measurement=NULL;
245 UResourceBundle* paperSizeBundle = NULL;
271 UResourceBundle *rb = NULL
    [all...]
  /external/chromium_org/third_party/icu/source/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;
145 UResourceBundle *delimiterBundle;
190 UResourceBundle* bundle=NULL;
191 UResourceBundle* measurement=NULL;
213 UResourceBundle* bundle=NULL;
214 UResourceBundle* paperSizeBundle = NULL;
242 UResourceBundle *rb = NULL;
253 UResourceBundle *patternBundle;
301 UResourceBundle *separatorBundle
    [all...]

Completed in 932 milliseconds

1 2 3 4 5 6 7