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

1 2

  /external/vboot_reference/utility/
crossystem.c 20 #define IS_STRING 0x01 /* String (not present = integer) */
29 const char* format; /* Format string, if non-NULL and 0==is_string*/
34 {"arch", IS_STRING, "Platform architecture"},
42 {"ddr_type", IS_STRING, "Type of DDR RAM"},
53 {"ecfw_act", IS_STRING, "Active EC firmware"},
57 {"fwid", IS_STRING, "Active firmware ID"},
60 {"fw_tried", IS_STRING, "Firmware tried this boot (vboot2)"},
62 {"fw_try_next", IS_STRING|CAN_WRITE,
64 {"fw_result", IS_STRING|CAN_WRITE,
66 {"fw_prev_tried", IS_STRING, "Firmware tried on previous boot (vboot2)"}
    [all...]
  /external/icu/icu4c/source/common/unicode/
usetiter.h 69 * If <tt>codepoint == IS_STRING</tt>, then examine
73 enum { IS_STRING = -1 };
76 * Current code point, or the special value <tt>IS_STRING</tt>, if
85 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
87 * <tt>codepoint == IS_STRING</tt>, then the value of
94 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
95 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
306 return codepoint == (UChar32)IS_STRING;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSetIterator.java 31 * if (it.codepoint != UnicodeSetIterator.IS_STRING) {
46 * If <tt>codepoint == IS_STRING</tt>, then examine
49 public static int IS_STRING = -1;
52 * Current code point, or the special value <tt>IS_STRING</tt>, if
60 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
62 * <tt>codepoint == IS_STRING</tt>, then the value of
68 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
69 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
94 * false. If <tt>codepoint == IS_STRING</tt>, the value is a
101 * undefined unless <tt>codepoint == IS_STRING</tt>. Do not mi
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMapIterator.java 28 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
40 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
56 * If <tt>codepoint == IS_STRING</tt>, then examine
59 public static int IS_STRING = -1;
62 * Current code point, or the special value <tt>IS_STRING</tt>, if
70 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
72 * <tt>codepoint == IS_STRING</tt>, then the value of
78 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
79 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
109 * false. If <tt>codepoint == IS_STRING</tt>, the value is
    [all...]
UnicodeMap.java 495 if (it.codepoint != UnicodeSetIterator.IS_STRING) {
688 if (i == UnicodeSetIterator.IS_STRING) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSetIterator.java 30 * if (it.codepoint != UnicodeSetIterator.IS_STRING) {
46 * If <tt>codepoint == IS_STRING</tt>, then examine
50 public static int IS_STRING = -1;
53 * Current code point, or the special value <tt>IS_STRING</tt>, if
62 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
64 * <tt>codepoint == IS_STRING</tt>, then the value of
71 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
72 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
100 * false. If <tt>codepoint == IS_STRING</tt>, the value is a
107 * undefined unless <tt>codepoint == IS_STRING</tt>. Do not mi
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMapIterator.java 26 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
38 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
53 * If <tt>codepoint == IS_STRING</tt>, then examine
56 public static int IS_STRING = -1;
59 * Current code point, or the special value <tt>IS_STRING</tt>, if
67 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
69 * <tt>codepoint == IS_STRING</tt>, then the value of
75 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
76 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
106 * false. If <tt>codepoint == IS_STRING</tt>, the value is
    [all...]
UnicodeMap.java 492 if (it.codepoint != UnicodeSetIterator.IS_STRING) {
685 if (i == UnicodeSetIterator.IS_STRING) {
    [all...]
  /external/icu/icu4c/source/common/
usetiter.cpp 43 * if so, if codepoint == IS_STRING, the value is a string in the string field
63 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
70 * if so, if codepoint == IS_STRING, the value is a string in the string field
96 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
138 if (string==NULL && codepoint!=(UChar32)IS_STRING) {
  /external/cldr/tools/java/org/unicode/cldr/posix/
POSIXLocale.java 66 if ((ec.codepoint != UnicodeSetIterator.IS_STRING) && (ec.codepoint <= 0x00ffff))
72 if ((cfe.codepoint != UnicodeSetIterator.IS_STRING) && (cfe.codepoint <= 0x00ffff))
79 if ((it.codepoint != UnicodeSetIterator.IS_STRING) && (it.codepoint <= 0x00ffff)) {
90 if ((ts.codepoint != UnicodeSetIterator.IS_STRING) && (ts.codepoint <= 0x00ffff))
108 if (!UCharacter.isDefined(rep.codepoint) && (rep.codepoint != UnicodeSetIterator.IS_STRING))
124 if (it.codepoint != UnicodeSetIterator.IS_STRING && (it.codepoint <= 0x00ffff)) {
135 if ((ts.codepoint != UnicodeSetIterator.IS_STRING) && (ts.codepoint <= 0x00ffff))
POSIX_LCCollate.java 83 if (it.codepoint != UnicodeSetIterator.IS_STRING && UCharacter.isBMP(it.codepoint) &&
116 if (it.codepoint != UnicodeSetIterator.IS_STRING) continue;
  /external/v8/src/js/
macros.py 48 macro IS_STRING(arg) = (typeof(arg) === 'string');
  /external/protobuf/php/ext/google/protobuf/
message.c 49 CHECK_TYPE(field_name, IS_STRING);
61 CHECK_TYPE(member, IS_STRING);
  /external/cldr/tools/java/org/unicode/cldr/util/
Visitor.java 95 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
UnicodeSetPrettyPrinter.java 125 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
  /external/grpc-grpc/src/php/ext/grpc/
call.c 152 if (Z_TYPE_P(value) != IS_STRING) {
353 Z_TYPE_P(message_value) != IS_STRING) {
398 if (Z_TYPE_P(inner_value) != IS_STRING) {
  /external/cldr/tools/java/org/unicode/cldr/draft/
UnicodeSetFormat.java 40 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataBuilder.java 274 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
289 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 674 addSentenceToTable(out, it.codepoint != UnicodeSetIterator.IS_STRING
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java 273 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
288 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleDataTest.java 237 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
310 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleDataTest.java 234 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
307 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestDisplayAndInputProcessor.java 229 || (usi.codepoint == UnicodeSetIterator.IS_STRING && usi
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckExemplars.java 245 if (mi.codepoint != UnicodeSetIterator.IS_STRING &&
  /external/cldr/tools/java/org/unicode/cldr/icu/
TestCldr.java 120 if (it.codepoint != UnicodeSetIterator.IS_STRING) {

Completed in 1111 milliseconds

1 2