Searched defs:isAcceptable (Results 1 - 22 of 22) sorted by relevance

/external/icu4c/samples/udata/
H A Dreader.c53 isAcceptable(void *context, function
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/chromium/third_party/icu/source/common/
H A Dubidi_props.c51 isAcceptable(void *context, function
134 bdpProto.mem=udata_openChoice(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, isAcceptable, &bdpProto, pErrorCode);
174 isAcceptable(&bdpProto, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, &hdr->info))
H A Duchar.c73 isAcceptable(void *context, function
125 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
H A Duresdata.c200 isAcceptable(void *context, function
225 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
H A Ducase.c52 isAcceptable(void *context, function
139 cspProto.mem=udata_openChoice(NULL, UCASE_DATA_TYPE, UCASE_DATA_NAME, isAcceptable, &cspProto, pErrorCode);
179 isAcceptable(&cspProto, UCASE_DATA_TYPE, UCASE_DATA_NAME, &hdr->info))
H A Ducnv_io.c201 isAcceptable(void *context, function
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
H A Dudata.c985 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
1003 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
1026 UDataMemoryIsAcceptable *isAcceptable, void *context,
1047 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1090 UDataMemoryIsAcceptable *isAcceptable, void *context,
1120 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1181 UDataMemoryIsAcceptable *isAcceptable, void *context,
1339 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1354 path, type, name, isAcceptable, contex
982 checkDataItem( const DataHeader *pHeader, UDataMemoryIsAcceptable *isAcceptable, void *context, const char *type, const char *name, UErrorCode *nonFatalErr, UErrorCode *fatalErr ) argument
1022 doLoadFromIndividualFiles(const char *pkgName, const char *dataPath, const char *tocEntryPathSuffix, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
1086 doLoadFromCommonData(UBool isICUData, const char *pkgName, const char *dataPath, const char *tocEntryPathSuffix, const char *tocEntryName, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
1180 doOpenChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
1437 udata_openChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
[all...]
H A Dunames.c174 isAcceptable(void *context, function
207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
H A Dunorm.cpp239 isAcceptable(void * /* context */, function
306 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errorCode);
/external/icu4c/common/
H A Dubidi_props.c51 isAcceptable(void *context, function
134 bdpProto.mem=udata_openChoice(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, isAcceptable, &bdpProto, pErrorCode);
174 isAcceptable(&bdpProto, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, &hdr->info))
H A Dunorm.cpp112 isAcceptable(void * /* context */, function
183 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errorCode);
H A Duchar.c72 isAcceptable(void *context, function
124 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
H A Dnormalizer2impl.cpp251 Normalizer2Impl::isAcceptable(void *context, function in class:Normalizer2Impl
277 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
H A Ducase.c52 isAcceptable(void *context, function
139 cspProto.mem=udata_openChoice(NULL, UCASE_DATA_TYPE, UCASE_DATA_NAME, isAcceptable, &cspProto, pErrorCode);
179 isAcceptable(&cspProto, UCASE_DATA_TYPE, UCASE_DATA_NAME, &hdr->info))
H A Ducnv_io.c201 isAcceptable(void *context, function
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
H A Dudata.c1038 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
1056 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
1079 UDataMemoryIsAcceptable *isAcceptable, void *context,
1100 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1143 UDataMemoryIsAcceptable *isAcceptable, void *context,
1173 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1235 UDataMemoryIsAcceptable *isAcceptable, void *context,
1393 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1408 path, type, name, isAcceptable, contex
1035 checkDataItem( const DataHeader *pHeader, UDataMemoryIsAcceptable *isAcceptable, void *context, const char *type, const char *name, UErrorCode *nonFatalErr, UErrorCode *fatalErr ) argument
1075 doLoadFromIndividualFiles(const char *pkgName, const char *dataPath, const char *tocEntryPathSuffix, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
1139 doLoadFromCommonData(UBool isICUData, const char *pkgName, const char *dataPath, const char *tocEntryPathSuffix, const char *tocEntryName, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
1234 doOpenChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
1491 udata_openChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
[all...]
H A Duresdata.c132 isAcceptable(void *context, function
235 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
250 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
H A Dunames.c174 isAcceptable(void *context, function
207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
/external/chromium/third_party/icu/source/test/cintltst/
H A Dudatatst.c667 isAcceptable(void *context, function
680 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
684 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
690 /* This test checks to see if the isAcceptable function is being called correctly. */
706 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
708 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
716 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
/external/icu4c/test/cintltst/
H A Dudatatst.c674 isAcceptable(void *context, function
687 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
691 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
697 /* This test checks to see if the isAcceptable function is being called correctly. */
713 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
715 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
723 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
/external/icu4c/test/intltest/
H A Dtsmthred.cpp532 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) { function
569 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
570 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
/external/chromium/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp885 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) { function
923 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
924 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);

Completed in 259 milliseconds