Searched defs:isAcceptable (Results 1 - 8 of 8) 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/icu4c/common/
H A Dudata.cpp892 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
910 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
933 UDataMemoryIsAcceptable *isAcceptable, void *context,
952 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
991 UDataMemoryIsAcceptable *isAcceptable, void *context,
1021 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1083 UDataMemoryIsAcceptable *isAcceptable, void *context,
1225 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1240 path, type, name, isAcceptable, contex
889 checkDataItem( const DataHeader *pHeader, UDataMemoryIsAcceptable *isAcceptable, void *context, const char *type, const char *name, UErrorCode *nonFatalErr, UErrorCode *fatalErr ) argument
929 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
987 doLoadFromCommonData(UBool isICUData, const char * , const char * , const char * , const char *tocEntryName, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
1082 doOpenChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
1314 udata_openChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
[all...]
H A Ducnv_io.c201 isAcceptable(void *context, function
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
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 Dnormalizer2impl.cpp262 Normalizer2Impl::isAcceptable(void *context, function in class:Normalizer2Impl
288 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
H A Dunames.c174 isAcceptable(void *context, function
207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
/external/icu4c/test/cintltst/
H A Dudatatst.c677 isAcceptable(void *context, function
690 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
694 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
700 /* This test checks to see if the isAcceptable function is being called correctly. */
716 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
718 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
726 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);

Completed in 174 milliseconds