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

1 2 3

  /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 55 isAcceptable(tailoring.version, NULL, NULL, &header->info))) {
454 CollationDataReader::isAcceptable(void *context,
  /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/ojluni/src/main/java/java/nio/channels/
SelectionKey.java 343 * <p> An invocation of this method of the form <tt>k.isAcceptable()</tt>
359 public final boolean isAcceptable() {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue148/
PrintableUnicodeTest.java 46 if (!isAcceptable(cp))
64 if (!isAcceptable(c) || c == 0x27)
133 public static boolean isAcceptable(int c) {
  /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.cpp 136 isAcceptable(void *context,
248 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
263 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();
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketAdaptor.java 123 sk.isAcceptable() && ((sc = ssc.accept()) != null))
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 320 boolean isAcceptable = Modifier.isPublic(modifiers) && Modifier.isStatic(modifiers);
322 return isAcceptable && type == int.class ||
  /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 580 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) {
622 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
623 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
    [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/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.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/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-alpha1/
lint-25.2.0-alpha1.jar 

Completed in 1459 milliseconds

1 2 3