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

1 2 3 4

  /external/icu/icu4c/source/i18n/
collationdatareader.h 106 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
collationroot.cpp 60 CollationDataReader::isAcceptable, t->version, &errorCode);
collationdatareader.cpp 57 isAcceptable(tailoring.version, NULL, NULL, &header->info))) {
456 CollationDataReader::isAcceptable(void *context,
  /external/icu/icu4c/source/samples/udata/
reader.c 59 isAcceptable(void *context,
102 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 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);
udataswp.h 347 * isAcceptable, if not NULL, may accept data with endianness and charset family
354 * @param isAcceptable Same as for udata_openChoice(). May be NULL.
360 UDataMemoryIsAcceptable *isAcceptable, void *isAcceptableContext,
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...]
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...]
  /external/icu/icu4c/source/common/unicode/
udata.h 220 * The caller's <code>isAcceptable()</code> function is called to make
241 * @param isAcceptable This function is called to verify that loaded data
245 * @param context Arbitrary parameter to be passed into isAcceptable.
254 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/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 274 boolean isAcceptable = Modifier.isPublic(modifiers) && Modifier.isStatic(modifiers);
276 return isAcceptable && type == int.class ||
  /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...]
  /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/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0/
lint-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-alpha1/
lint-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-alpha3/
lint-25.2.0-alpha3.jar 

Completed in 638 milliseconds

1 2 3 4