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

  /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/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...]
  /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/v8/src/
hydrogen-instructions.h     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 203 milliseconds