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

1 2

  /external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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) {
  /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) {
  /external/chromium_org/v8/src/
runtime.js 31 if (IS_STRING(this) && IS_STRING(y)) return %StringEquals(this, y);
45 } else if (IS_STRING(x)) {
47 if (IS_STRING(y)) return %StringEquals(x, y);
61 if (IS_STRING(y)) return %NumberEquals(%ToNumber(x), %ToNumber(y));
83 if (IS_STRING(this)) {
84 if (!IS_STRING(x)) return 1; // not equal
106 if (IS_STRING(this)) {
107 if (IS_STRING(x)) return %_StringCompare(this, x);
127 if (IS_STRING(left) && IS_STRING(right))
    [all...]
json.js 139 if (IS_STRING(value)) {
183 } else if (IS_STRING(space)) {
206 if (IS_STRING(item) && seen_properties[item] != seen_sentinel) {
macros.py 106 macro IS_STRING(arg) = (typeof(arg) === 'string');
165 macro TO_STRING_INLINE(arg) = (IS_STRING(%IS_VAR(arg)) ? arg : NonStringToString(arg));
string.js 23 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this)) {
32 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this)) {
277 IS_STRING(replace) &&
530 if (IS_STRING(re)) {
array.js 57 if (!IS_STRING(e)) e = convert(e);
80 if (!IS_STRING(e)) e = convert(e);
121 if (IS_STRING(e)) return e;
133 if (!IS_STRING(e)) e = convert(e);
147 if (!IS_STRING(e)) e = convert(e);
155 } else if (!IS_STRING(e)) {
364 } else if (!IS_STRING(separator)) {
    [all...]
object-observe.js 529 if (!IS_STRING(changeRecord.type))
542 if (!IS_STRING(changeType))
date.js 136 } else if (IS_STRING(year)) {
160 value = IS_STRING(time) ? DateParse(time) : ToNumber(time);
typedarray.js 108 } else if (IS_NUMBER(arg1) || IS_STRING(arg1) ||
messages.js 198 if (IS_STRING(obj)) return obj;
215 if (IS_STRING(constructorName) && constructorName !== "") {
266 if (IS_STRING(constructorName) && constructorName !== "") {
    [all...]
hydrogen-check-elimination.cc 452 if (instr->check() == HCheckInstanceType::IS_STRING) {
debug-debugger.js     [all...]
v8natives.js 163 if (!IS_STRING(x)) return x;
    [all...]
hydrogen-instructions.cc     [all...]
liveedit-debugger.js     [all...]
hydrogen-instructions.h     [all...]
  /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); "
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltdecwbxml.c 104 #define IS_STRING(tok) (IS_STR_I(tok) || IS_STR_T(tok))
357 } else if (IS_STRING(pScannerPriv->pos)) {
1005 if (IS_STRING(pScanner->pos)) {
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltdecwbxml.c 106 #define IS_STRING(tok) (IS_STR_I(tok) || IS_STR_T(tok))
359 } else if (IS_STRING(pScannerPriv->pos)) {
1009 if (IS_STRING(pScanner->pos)) {
    [all...]

Completed in 472 milliseconds

1 2