Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dudata.cpp922 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
940 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
963 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
982 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles()
1021 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1052 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData()
1126 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1268 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1283 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1298 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
[all …]
Dloadednormalizer2impl.cpp42 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
54 LoadedNormalizer2Impl::isAcceptable(void * /*context*/, in isAcceptable() function in LoadedNormalizer2Impl
80 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
Dudataswp.h360 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()
456 CollationDataReader::isAcceptable(void *context, in isAcceptable() function in CollationDataReader
/external/icu/icu4c/source/common/unicode/
Dudata.h254 UDataMemoryIsAcceptable *isAcceptable, void *context,
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp582 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) { in isAcceptable() function
624 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status); in run()
625 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/abi-compliance-checker/
Dabi-compliance-checker.pl6985 sub isAcceptable($$$) subroutine
7072 if(not isAcceptable($Header, $Candidate, $LibVersion)) {