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

1 2 3

  /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 67 * If <tt>codepoint == IS_STRING</tt>, then examine
71 enum { IS_STRING = -1 };
74 * Current code point, or the special value <tt>IS_STRING</tt>, if
83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
85 * <tt>codepoint == IS_STRING</tt>, then the value of
92 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
93 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
304 return codepoint == (UChar32)IS_STRING;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSetIterator.java 29 * if (it.codepoint != UnicodeSetIterator.IS_STRING) {
44 * If <tt>codepoint == IS_STRING</tt>, then examine
47 public static int IS_STRING = -1;
50 * Current code point, or the special value <tt>IS_STRING</tt>, if
58 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
60 * <tt>codepoint == IS_STRING</tt>, then the value of
66 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
67 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
92 * false. If <tt>codepoint == IS_STRING</tt>, the value is a
99 * undefined unless <tt>codepoint == IS_STRING</tt>. Do not mi
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMapIterator.java 25 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
37 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
50 * If <tt>codepoint == IS_STRING</tt>, then examine
53 public static int IS_STRING = -1;
56 * Current code point, or the special value <tt>IS_STRING</tt>, if
64 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
66 * <tt>codepoint == IS_STRING</tt>, then the value of
72 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
73 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
103 * false. If <tt>codepoint == IS_STRING</tt>, the value is
    [all...]
Visitor.java 94 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
PrettyPrinter.java 126 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
UnicodePropertySource.java 301 if (source.codepoint == UnicodeSetIterator.IS_STRING) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSetIterator.java 28 * if (it.codepoint != UnicodeSetIterator.IS_STRING) {
44 * If <tt>codepoint == IS_STRING</tt>, then examine
48 public static int IS_STRING = -1;
51 * 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
69 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
70 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
98 * false. If <tt>codepoint == IS_STRING</tt>, the value is a
105 * 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 24 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
36 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
49 * If <tt>codepoint == IS_STRING</tt>, then examine
52 public static int IS_STRING = -1;
55 * Current code point, or the special value <tt>IS_STRING</tt>, if
63 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
65 * <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
102 * false. If <tt>codepoint == IS_STRING</tt>, the value is
    [all...]
Visitor.java 93 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
PrettyPrinter.java 125 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
UnicodePropertySource.java 300 if (source.codepoint == UnicodeSetIterator.IS_STRING) {
  /external/icu/icu4c/source/common/
usetiter.cpp 41 * if so, if codepoint == IS_STRING, the value is a string in the string field
61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
68 * if so, if codepoint == IS_STRING, the value is a string in the string field
94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
136 if (string==NULL && codepoint!=(UChar32)IS_STRING) {
  /prebuilts/misc/common/swig/include/2.0.11/php/
std_string.i 27 $1 = ( Z_TYPE_PP($input) == IS_STRING ) ? 1 : 0;
utils.i 17 case IS_STRING: {
35 case IS_STRING: {
globalvar.i 12 z_var->type = IS_STRING;
67 z_var->type = IS_STRING;
97 z_var->type = IS_STRING;
  /external/v8/src/js/
proxy.js 47 if (!IS_STRING(key)) {
json.js 161 if (IS_STRING(value)) {
200 if (IS_STRING(v)) {
228 } else if (IS_STRING(space)) {
array.js 125 if (!IS_STRING(e)) e = convert(e);
148 if (!IS_STRING(e)) e = convert(e);
200 if (IS_STRING(e)) return e;
212 if (!IS_STRING(e)) e = convert(e);
226 if (!IS_STRING(e)) e = convert(e);
234 } else if (!IS_STRING(e)) {
    [all...]
object-observe.js 569 if (!IS_STRING(changeRecord.type))
583 if (!IS_STRING(changeType))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleDataTest.java 200 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
272 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleDataTest.java 196 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
268 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataBuilder.java 272 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
287 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 676 addSentenceToTable(out, it.codepoint != UnicodeSetIterator.IS_STRING
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java 271 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
286 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
    [all...]

Completed in 620 milliseconds

1 2 3