HomeSort by relevance Sort by last modified time
    Searched refs:isAcceptable (Results 1 - 25 of 41) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
collationdatareader.h 104 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
collationroot.cpp 58 CollationDataReader::isAcceptable, t->version, &errorCode);
collationdatareader.cpp 54 isAcceptable(tailoring.version, NULL, NULL, &header->info))) {
443 CollationDataReader::isAcceptable(void *context,
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 147 public final boolean isAcceptable() {
  /external/icu/icu4c/source/samples/udata/
reader.c 53 isAcceptable(void *context,
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 165 public boolean isAcceptable(X509Certificate cert) {
189 return isAcceptable(names);
196 public boolean isAcceptable(List<GeneralName> names) {
212 if (excluded_names[type].get(i).isAcceptable(name)) {
223 if (permitted_names[type].get(i).isAcceptable(name)) {
GeneralName.java 340 public boolean isAcceptable(GeneralName gname) {
  /external/icu/icu4c/source/common/
udata.cpp     [all...]
loadednormalizer2impl.cpp 40 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
52 LoadedNormalizer2Impl::isAcceptable(void * /*context*/,
78 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
udataswp.h 331 * 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,
uresdata.c 135 isAcceptable(void *context,
238 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
253 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
    [all...]
ucnv_io.cpp 203 isAcceptable(void * /*context*/,
240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
    [all...]
unames.cpp 178 isAcceptable(void * /*context*/,
197 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
    [all...]
  /external/icu/icu4c/source/common/unicode/
udata.h 218 * 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,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectionKeyTest.java 201 * @tests java.nio.channels.SelectionKey#isAcceptable()
205 assertTrue(mockSelectionKey1.isAcceptable());
207 assertFalse(mockSelectionKey2.isAcceptable());
246 selectionKey.isAcceptable();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 319 boolean isAcceptable = Modifier.isPublic(modifiers) && Modifier.isStatic(modifiers);
321 return isAcceptable && type == int.class ||
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 428 if( key.isAcceptable() )
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 716 isAcceptable(void *context,
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);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 798 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) {
840 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
841 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 770 milliseconds

1 2