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

1 2 3 4 5

  /external/icu/icu4c/source/samples/udata/
reader.c 59 isAcceptable(void *context,
102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
  /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) {
  /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() {
  /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();
  /external/icu/icu4c/source/i18n/
collationdatareader.cpp 57 isAcceptable(tailoring.version, NULL, NULL, &header->info))) {
457 CollationDataReader::isAcceptable(void *context,
  /external/icu/icu4c/source/common/
loadednormalizer2impl.cpp 42 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
54 LoadedNormalizer2Impl::isAcceptable(void * /*context*/,
80 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
ucnv_io.cpp 205 isAcceptable(void * /*context*/,
242 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
    [all...]
unames.cpp 180 isAcceptable(void * /*context*/,
199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
    [all...]
uresdata.cpp 138 isAcceptable(void *context,
250 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
265 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 718 isAcceptable(void *context,
731 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
735 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
741 /* This test checks to see if the isAcceptable function is being called correctly. */
757 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
759 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
767 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 582 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) {
624 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
625 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]
  /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/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/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha9/
intellij-core-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta1/
intellij-core-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta2/
intellij-core-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta6/
intellij-core-26.0.0-beta6.jar 

Completed in 1776 milliseconds

1 2 3 4 5