HomeSort by relevance Sort by last modified time
    Searched refs:IS_STRING (Results 1 - 25 of 54) 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 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 27 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
39 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
52 * If <tt>codepoint == IS_STRING</tt>, then examine
55 public static int IS_STRING = -1;
58 * Current code point, or the special value <tt>IS_STRING</tt>, if
66 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
68 * <tt>codepoint == IS_STRING</tt>, then the value of
74 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
75 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
105 * false. If <tt>codepoint == IS_STRING</tt>, the value is
    [all...]
UnicodeMap.java 491 if (it.codepoint != UnicodeSetIterator.IS_STRING) {
684 if (i == UnicodeSetIterator.IS_STRING) {
    [all...]
CollectionUtilities.java 481 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
  /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) {
51 * If <tt>codepoint == IS_STRING</tt>, then examine
54 public static int IS_STRING = -1;
57 * Current code point, or the special value <tt>IS_STRING</tt>, if
65 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
67 * <tt>codepoint == IS_STRING</tt>, then the value of
73 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
74 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
104 * false. If <tt>codepoint == IS_STRING</tt>, the value is
    [all...]
UnicodeMap.java 490 if (it.codepoint != UnicodeSetIterator.IS_STRING) {
683 if (i == UnicodeSetIterator.IS_STRING) {
    [all...]
CollectionUtilities.java 480 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
  /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) {
  /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;
php.swg 437 %php_typecheck(char,SWIG_TYPECHECK_CHAR,IS_STRING)
440 " $1 = (Z_TYPE_PP($input) == IS_STRING); "
  /external/protobuf/php/ext/google/protobuf/
message.c 49 CHECK_TYPE(field_name, IS_STRING);
61 CHECK_TYPE(member, IS_STRING);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleDataTest.java 230 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
303 if (iter.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...]
CollationBuilder.java     [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...]
CollationBuilder.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleDataTest.java 229 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
302 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
  /external/v8/src/js/
macros.py 69 macro IS_STRING(arg) = (typeof(arg) === 'string');
collection.js 94 if (IS_STRING(key)) {

Completed in 631 milliseconds

1 2 3