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

/external/chromium_org/third_party/icu/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/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/i18n/
H A Dcollationdatareader.cpp56 isAcceptable(tailoring.version, NULL, NULL, &header->info))) {
416 CollationDataReader::isAcceptable(void *context, function in class:CollationDataReader
/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp909 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
927 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
950 UDataMemoryIsAcceptable *isAcceptable, void *context,
969 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1008 UDataMemoryIsAcceptable *isAcceptable, void *context,
1039 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1102 UDataMemoryIsAcceptable *isAcceptable, void *context,
1244 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1259 path, type, name, isAcceptable, contex
906 checkDataItem( const DataHeader *pHeader, UDataMemoryIsAcceptable *isAcceptable, void *context, const char *type, const char *name, UErrorCode *nonFatalErr, UErrorCode *fatalErr ) argument
946 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
1004 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
1101 doOpenChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
1333 udata_openChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
[all...]
H A Ducnv_io.cpp203 isAcceptable(void * /*context*/, function
240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
H A Duresdata.c139 isAcceptable(void *context, function
242 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
257 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.cpp180 isAcceptable(void * /*context*/, function
199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c712 isAcceptable(void *context, function
725 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
729 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
735 /* This test checks to see if the isAcceptable function is being called correctly. */
751 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
753 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
761 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
/external/icu/icu4c/source/common/
H A Dudata.cpp901 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
919 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
942 UDataMemoryIsAcceptable *isAcceptable, void *context,
961 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1000 UDataMemoryIsAcceptable *isAcceptable, void *context,
1031 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1094 UDataMemoryIsAcceptable *isAcceptable, void *context,
1236 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1251 path, type, name, isAcceptable, contex
898 checkDataItem( const DataHeader *pHeader, UDataMemoryIsAcceptable *isAcceptable, void *context, const char *type, const char *name, UErrorCode *nonFatalErr, UErrorCode *fatalErr ) argument
938 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
996 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
1093 doOpenChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
1325 udata_openChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
[all...]
H A Ducnv_io.cpp203 isAcceptable(void * /*context*/, function
240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
H A Duresdata.c137 isAcceptable(void *context, function
240 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
255 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.cpp180 isAcceptable(void * /*context*/, function
199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c712 isAcceptable(void *context, function
725 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
729 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
735 /* This test checks to see if the isAcceptable function is being called correctly. */
751 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
753 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
761 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp782 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) { function
821 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
822 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp787 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) { function
826 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
827 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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 7199 milliseconds