Home
last modified time | relevance | path

Searched refs:isAcceptable (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/common/
Dudata.cpp947 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
965 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
988 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1007 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles()
1046 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1077 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData()
1156 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1304 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1319 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1334 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
[all …]
Dloadednormalizer2impl.cpp43 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
55 LoadedNormalizer2Impl::isAcceptable(void * /*context*/, in isAcceptable() function in LoadedNormalizer2Impl
81 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
Dudataswp.h397 UDataMemoryIsAcceptable *isAcceptable, void *isAcceptableContext,
Duresdata.cpp138 isAcceptable(void *context, in isAcceptable() function
250 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) { in res_read()
265 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load()
Ducnv_io.cpp205 isAcceptable(void * /*context*/, in isAcceptable() function
242 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode); in initAliasData()
Dunames.cpp180 isAcceptable(void * /*context*/, in isAcceptable() function
199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in loadCharNames()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue148/
DPrintableUnicodeTest.java46 if (!isAcceptable(cp)) in testSerialization()
64 if (!isAcceptable(c) || c == 0x27) in testDeserialization()
133 public static boolean isAcceptable(int c) { in isAcceptable() method in PrintableUnicodeTest
/external/icu/icu4c/source/samples/udata/
Dreader.c59 isAcceptable(void *context, in isAcceptable() function
102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
/external/icu/icu4c/source/i18n/
Dcollationdatareader.h106 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
Dcollationroot.cpp60 CollationDataReader::isAcceptable, t->version, &errorCode); in load()
Dcollationdatareader.cpp57 isAcceptable(tailoring.version, NULL, NULL, &header->info))) { in read()
457 CollationDataReader::isAcceptable(void *context, in isAcceptable() function in CollationDataReader
/external/icu/icu4c/source/common/unicode/
Dudata.h254 UDataMemoryIsAcceptable *isAcceptable, void *context,
/external/icu/libandroidicu/include/unicode/
Dudata.h254 UDataMemoryIsAcceptable *isAcceptable, void *context,
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp532 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) { in isAcceptable() function
574 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status); in run()
575 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status); in run()
/external/icu/icu4c/source/test/cintltst/
Dudatatst.c718 isAcceptable(void *context, in isAcceptable() function
757 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
767 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1471 …path, const char * type, const char * name, UDataMemoryIsAcceptable * isAcceptable, void * context… in udata_openChoice_android() argument
1472 return udata_openChoice(path, type, name, isAcceptable, context, pErrorCode); in udata_openChoice_android()