Searched refs:isAcceptable (Results 1 - 21 of 21) 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.cpp55 isAcceptable(tailoring.version, NULL, NULL, &header->info))) {
454 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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue148/
H A DPrintableUnicodeTest.java46 if (!isAcceptable(cp))
64 if (!isAcceptable(c) || c == 0x27)
133 public static boolean isAcceptable(int c) { method in class:PrintableUnicodeTest
/external/icu/icu4c/source/common/
H A Dudata.cpp919 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
937 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
960 UDataMemoryIsAcceptable *isAcceptable, void *context,
979 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1018 UDataMemoryIsAcceptable *isAcceptable, void *context,
1049 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1123 UDataMemoryIsAcceptable *isAcceptable, void *context,
1265 /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1280 path, type, name, isAcceptable, contex
916 checkDataItem( const DataHeader *pHeader, UDataMemoryIsAcceptable *isAcceptable, void *context, const char *type, const char *name, UErrorCode *nonFatalErr, UErrorCode *fatalErr ) argument
956 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
1014 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
1122 doOpenChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
1369 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.cpp136 isAcceptable(void *context, function
248 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
263 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/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.cpp580 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) { function
622 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
623 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 543 milliseconds