Home
last modified time | relevance | path

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

123

/third_party/typescript/tests/baselines/reference/
DunusedIdentifiersConsolidated1.symbols74 isAcceptable(s: string): boolean;
75 >isAcceptable : Symbol(StringValidator.isAcceptable, Decl(unusedIdentifiersConsolidated1.ts, 31, 38…
89 isAcceptable(s2: string) {
90 >isAcceptable : Symbol(LettersOnlyValidator.isAcceptable, Decl(unusedIdentifiersConsolidated1.ts, 3…
109 isAcceptable(s3: string) {
110 >isAcceptable : Symbol(ZipCodeValidator.isAcceptable, Decl(unusedIdentifiersConsolidated1.ts, 47, 6…
DunusedIdentifiersConsolidated1.types77 isAcceptable(s: string): boolean;
78 >isAcceptable : (s: string) => boolean
93 isAcceptable(s2: string) {
94 >isAcceptable : (s2: string) => boolean
113 isAcceptable(s3: string) {
114 >isAcceptable : (s3: string) => boolean
DunusedIdentifiersConsolidated1.js34 isAcceptable(s: string): boolean;
41 isAcceptable(s2: string) {
50 isAcceptable(s3: string) {
147 LettersOnlyValidator.prototype.isAcceptable = function (s2) { method in LettersOnlyValidator
158 ZipCodeValidator.prototype.isAcceptable = function (s3) { method in ZipCodeValidator
DunusedVariablesinNamespaces2.symbols14 isAcceptable(s2: string) {
15 >isAcceptable : Symbol(LettersOnlyValidator.isAcceptable, Decl(unusedVariablesinNamespaces2.ts, 4, …
DunusedVariablesinNamespaces3.symbols17 isAcceptable(s2: string) {
18 >isAcceptable : Symbol(LettersOnlyValidator.isAcceptable, Decl(unusedVariablesinNamespaces3.ts, 5, …
DunusedVariablesinNamespaces2.js7 isAcceptable(s2: string) {
21 LettersOnlyValidator.prototype.isAcceptable = function (s2) { method in LettersOnlyValidator
DunusedVariablesinNamespaces3.js8 isAcceptable(s2: string) {
23 LettersOnlyValidator.prototype.isAcceptable = function (s2) { method in LettersOnlyValidator
DunusedVariablesinNamespaces2.types16 isAcceptable(s2: string) {
17 >isAcceptable : (s2: string) => boolean
DunusedVariablesinNamespaces3.types20 isAcceptable(s2: string) {
21 >isAcceptable : (s2: string) => boolean
DunusedIdentifiersConsolidated1.errors.txt73 isAcceptable(s: string): boolean;
82 isAcceptable(s2: string) {
93 isAcceptable(s3: string) {
/third_party/icu/icu4c/source/common/
Dudata.cpp957 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
975 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
998 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1017 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles()
1056 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1087 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData()
1166 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1317 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1332 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1347 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()
Demojiprops.cpp77 EmojiProps::isAcceptable(void * /*context*/, const char * /*type*/, const char * /*name*/, in isAcceptable() function in EmojiProps
84 memory = udata_openChoice(nullptr, "icu", "uemoji", isAcceptable, this, &errorCode); in load()
/third_party/node/deps/icu-small/source/common/
Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==nullptr || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1011 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles()
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1081 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData()
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1311 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
[all …]
Demojiprops.cpp77 EmojiProps::isAcceptable(void * /*context*/, const char * /*type*/, const char * /*name*/, in isAcceptable() function in EmojiProps
84 memory = udata_openChoice(nullptr, "icu", "uemoji", isAcceptable, this, &errorCode); in load()
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()
/third_party/skia/third_party/externals/icu/source/common/
Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1011 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles()
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1081 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData()
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1311 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 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()
/third_party/typescript/tests/cases/compiler/
DunusedIdentifiersConsolidated1.ts36 isAcceptable(s: string): boolean; method
43 isAcceptable(s2: string) { method in Validation.LettersOnlyValidator
52 isAcceptable(s3: string) { method in Validation.ZipCodeValidator
DunusedVariablesinNamespaces2.ts9 isAcceptable(s2: string) { method in Validation.LettersOnlyValidator
DunusedVariablesinNamespaces3.ts10 isAcceptable(s2: string) { method in Validation.LettersOnlyValidator
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/icu/icu4c/source/i18n/
Dcollationroot.cpp61 CollationDataReader::isAcceptable(NULL, "icu", "ucadata", &dataMemory.pHeader->info)) { in loadFromFile()
89 CollationDataReader::isAcceptable, in load()
/third_party/node/deps/icu-small/source/i18n/
Dcollationroot.cpp61 … CollationDataReader::isAcceptable(nullptr, "icu", "ucadata", &dataMemory.pHeader->info)) { in loadFromFile()
89 CollationDataReader::isAcceptable, in load()

123