Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dudata.cpp919 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
937 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
960 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
979 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles()
1018 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1049 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData()
1123 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1265 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1280 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1295 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
[all …]
Dloadednormalizer2impl.cpp40 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
52 LoadedNormalizer2Impl::isAcceptable(void * /*context*/, in isAcceptable() function in LoadedNormalizer2Impl
78 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
Dudataswp.h344 UDataMemoryIsAcceptable *isAcceptable, void *isAcceptableContext,
Duresdata.cpp136 isAcceptable(void *context, in isAcceptable() function
248 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) { in res_read()
263 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load()
Ducnv_io.cpp203 isAcceptable(void * /*context*/, in isAcceptable() function
240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode); in initAliasData()
Dunames.cpp178 isAcceptable(void * /*context*/, in isAcceptable() function
197 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.c53 isAcceptable(void *context, in isAcceptable() function
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
/external/icu/icu4c/source/i18n/
Dcollationdatareader.h104 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
Dcollationroot.cpp58 CollationDataReader::isAcceptable, t->version, &errorCode); in load()
Dcollationdatareader.cpp55 isAcceptable(tailoring.version, NULL, NULL, &header->info))) { in read()
454 CollationDataReader::isAcceptable(void *context, in isAcceptable() function in CollationDataReader
/external/icu/icu4c/source/common/unicode/
Dudata.h252 UDataMemoryIsAcceptable *isAcceptable, void *context,
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
DSelectorKernel.java428 if( key.isAcceptable() ) in select()
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp580 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) { in isAcceptable() function
622 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status); in run()
623 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status); in run()
/external/icu/icu4c/source/test/cintltst/
Dudatatst.c716 isAcceptable(void *context, in isAcceptable() function
755 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
765 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()