Searched refs:isAcceptable (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationdatareader.h104 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
H A Dcollationroot.cpp58 CollationDataReader::isAcceptable, t->version, &errorCode);
H A Dcollationdatareader.cpp54 isAcceptable(tailoring.version, NULL, NULL, &header->info))) {
443 CollationDataReader::isAcceptable(void *context, function in class:CollationDataReader
/external/icu/icu4c/source/samples/udata/
H A Dreader.c53 isAcceptable(void *context, function
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/icu/icu4c/source/common/
H A Dudata.cpp908 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
926 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
949 UDataMemoryIsAcceptable *isAcceptable, void *context,
968 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1007 UDataMemoryIsAcceptable *isAcceptable, void *context,
1038 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1112 UDataMemoryIsAcceptable *isAcceptable, void *context,
1254 /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1269 path, type, name, isAcceptable, contex
905 checkDataItem( const DataHeader *pHeader, UDataMemoryIsAcceptable *isAcceptable, void *context, const char *type, const char *name, UErrorCode *nonFatalErr, UErrorCode *fatalErr ) argument
945 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
1003 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
1111 doOpenChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
1358 udata_openChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
[all...]
H A Dloadednormalizer2impl.cpp40 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
52 LoadedNormalizer2Impl::isAcceptable(void * /*context*/, function in class:LoadedNormalizer2Impl
78 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
H A Dudataswp.h331 * isAcceptable, if not NULL, may accept data with endianness and charset family
338 * @param isAcceptable Same as for udata_openChoice(). May be NULL.
344 UDataMemoryIsAcceptable *isAcceptable, void *isAcceptableContext,
H A Duresdata.c135 isAcceptable(void *context, function
238 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
253 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
H A Ducnv_io.cpp203 isAcceptable(void * /*context*/, function
240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
H A Dunames.cpp178 isAcceptable(void * /*context*/, function
197 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/icu/icu4c/source/common/unicode/
H A Dudata.h218 * The caller's <code>isAcceptable()</code> function is called to make
239 * @param isAcceptable This function is called to verify that loaded data
243 * @param context Arbitrary parameter to be passed into isAcceptable.
252 UDataMemoryIsAcceptable *isAcceptable, void *context,
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSelectorKernel.java428 if( key.isAcceptable() )
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c716 isAcceptable(void *context, function
729 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
733 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
739 /* This test checks to see if the isAcceptable function is being called correctly. */
755 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
757 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
765 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp798 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) { function
840 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
841 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 368 milliseconds