HomeSort by relevance Sort by last modified time
    Searched defs:VALID (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h 81 enum FontState { UNINITIALIZED, DELETED, VALID };
126 case VALID:
137 if (m_font && m_fontState == VALID && other.m_fontState == VALID && other.m_font) {
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 43 * text remains valid XML.
432 // unicode ranges and valid/invalid characters
438 private static final String[] VALID =
464 boolean valid = true;
469 valid = false;
470 m_out.write(VALID[j]);
474 // if character is valid, don't escape
475 if (valid) {
  /external/bluetooth/glib/tests/
unicode-encoding.c 38 VALID,
94 case VALID:
97 fail ("line %d: valid but g_utf8_validate returned FALSE\n", line);
137 if (status == VALID || status == NOTUNICODE)
187 if (status == VALID)
322 Status status = VALID; /* Quiet GCC */
363 if (!strcmp (tmp, "VALID"))
364 status = VALID;
376 if (status != VALID && status != NOTUNICODE)
  /external/dbus/bus/
config-parser-trivial.c 339 VALID,
364 _dbus_verbose ("Failed to load valid file due to OOM\n");
437 _dbus_verbose ("Failed to load valid file due to OOM\n");
441 else if (validity == VALID)
443 _dbus_warn ("Failed to load valid file but still had memory: %s\n",
526 if (validity == VALID)
527 printf ("Testing valid files:\n");
559 validity == VALID ? "valid" :
651 if (validity == VALID)
    [all...]
config-parser.c     [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 237 // least three leading digits, and only valid punctuation, alpha characters and
239 // The symbol 'x' is allowed here as valid punctuation since it is often used as a placeholder for
297 // Regexp of all known extension prefixes used by different regions followed by 1 or more valid
302 // We append optionally the extension pattern to the end here, as a valid phone number may
407 * necessarily {@linkplain PhoneNumberUtil#isValidNumber(Phonenumber.PhoneNumber) valid}.
418 * {@linkplain PhoneNumberUtil#isValidNumber(Phonenumber.PhoneNumber) valid}.
420 VALID {
430 * Phone numbers accepted are {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid} and
484 * Phone numbers accepted are {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid} and
    [all...]
  /external/libxml2/
trio.c 117 #define VALID(x) (NULL != (x))
    [all...]

Completed in 574 milliseconds