Searched refs:IS_STRING (Results 1 - 25 of 39) sorted by relevance

12

/external/vboot_reference/utility/
H A Dcrossystem.c20 #define IS_STRING 0x01 /* String (not present = integer) */ macro
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)"},
67 {"fw_prev_result", IS_STRING, "Firmwar
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSetIterator.java31 * if (it.codepoint != UnicodeSetIterator.IS_STRING) {
46 * If <tt>codepoint == IS_STRING</tt>, then examine
49 public static int IS_STRING = -1; field in class:UnicodeSetIterator
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</t
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodeMapIterator.java28 * 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; field in class:UnicodeMapIterator
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</t
[all...]
H A DUnicodeMap.java495 if (it.codepoint != UnicodeSetIterator.IS_STRING) {
688 if (i == UnicodeSetIterator.IS_STRING) {
H A DCollectionUtilities.java485 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetIterator.java30 * if (it.codepoint != UnicodeSetIterator.IS_STRING) {
46 * If <tt>codepoint == IS_STRING</tt>, then examine
50 public static int IS_STRING = -1; field in class:UnicodeSetIterator
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</t
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMapIterator.java26 * 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; field in class:UnicodeMapIterator
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</t
[all...]
H A DUnicodeMap.java492 if (it.codepoint != UnicodeSetIterator.IS_STRING) {
685 if (i == UnicodeSetIterator.IS_STRING) {
H A DCollectionUtilities.java482 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
/external/icu/icu4c/source/common/
H A Dusetiter.cpp43 * 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/icu/icu4c/source/common/unicode/
H A Dusetiter.h69 * If <tt>codepoint == IS_STRING</tt>, then examine
73 enum { IS_STRING = -1 }; enumerator in enum:UnicodeSetIterator::__anon8010
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/protobuf/php/ext/google/protobuf/
H A Dmessage.c49 CHECK_TYPE(field_name, IS_STRING);
61 CHECK_TYPE(member, IS_STRING);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationDataBuilder.java274 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
289 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
862 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
995 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
1008 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
H A DCollationBuilder.java925 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
1082 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java674 addSentenceToTable(out, it.codepoint != UnicodeSetIterator.IS_STRING
903 if (cp == UnicodeSetIterator.IS_STRING) continue;
919 if (it.codepoint == UnicodeSetIterator.IS_STRING) base = it.string;
937 if (it.codepoint != UnicodeSetIterator.IS_STRING) continue;
951 if (it.codepoint == UnicodeSetIterator.IS_STRING) base = it.string;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java273 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
288 while(iter.next() && iter.codepoint != UnicodeSetIterator.IS_STRING) {
861 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
994 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
1007 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
H A DCollationBuilder.java921 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
1078 assert(iter.codepoint != UnicodeSetIterator.IS_STRING);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocaleDataTest.java237 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/
H A DLocaleDataTest.java234 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
307 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
/external/v8/src/js/
H A Dmacros.py67 macro IS_STRING(arg) = (typeof(arg) === 'string');
H A Di18n.js772 if ((!IS_STRING(localeID) && !IS_RECEIVER(localeID)) ||
779 if (IS_STRING(localeID) &&
2004 } else if (IS_STRING(locales)) {
H A Dcollection.js93 if (IS_STRING(key)) {
/external/v8/src/debug/
H A Dmirrors.js97 } else if (IS_STRING(value)) {
2273 if (!IS_STRING(source)) throw %make_error(kDebugger, "Source is not a string");
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUnicodeSetTest.java682 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) {
683 errln("FAIL: UnicodeSetIterator.next/IS_STRING");
2262 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
2270 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java679 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) {
680 errln("FAIL: UnicodeSetIterator.next/IS_STRING");
2259 if (it.codepoint == UnicodeSetIterator.IS_STRING) {
2267 if (it.codepoint == UnicodeSetIterator.IS_STRING) {

Completed in 399 milliseconds

12