Searched refs:isAcceptable (Results 1 - 13 of 13) 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/unicode/
H A Dudata.h212 * The caller's <code>isAcceptable()</code> function is called to make
233 * @param isAcceptable This function is called to verify that loaded data
237 * @param context Arbitrary parameter to be passed into isAcceptable.
246 UDataMemoryIsAcceptable *isAcceptable, void *context,
/external/icu4c/common/
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 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 Dudataswp.h329 * isAcceptable, if not NULL, may accept data with endianness and charset family
336 * @param isAcceptable Same as for udata_openChoice(). May be NULL.
342 UDataMemoryIsAcceptable *isAcceptable, void *isAcceptableContext,
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 Duchar.c73 isAcceptable(void *context, function
125 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
H A Ducnv_io.c201 isAcceptable(void *context, function
245 data = 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 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/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);
/external/icu4c/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);

Completed in 125 milliseconds