HomeSort by relevance Sort by last modified time
    Searched full:is_string (Results 1 - 19 of 19) sorted by null

  /external/icu4c/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/v8/src/
runtime.js 55 if (IS_STRING(this) && IS_STRING(y)) return %StringEquals(this, y);
65 } else if (IS_STRING(x)) {
66 if (IS_STRING(y)) return %StringEquals(x, y);
97 if (IS_STRING(this)) {
98 if (!IS_STRING(x)) return 1; // not equal
120 if (IS_STRING(this)) {
121 if (IS_STRING(x)) return %_StringCompare(this, x);
137 if (IS_STRING(left) && IS_STRING(right))
    [all...]
macros.py 85 macro IS_STRING(arg) = (typeof(arg) === 'string');
107 macro TO_STRING_INLINE(arg) = (IS_STRING(%IS_VAR(arg)) ? arg : NonStringToString(arg));
array.js 83 if (!IS_STRING(e)) e = convert(e);
121 if (IS_STRING(e)) return e;
136 if (!IS_STRING(e)) e = convert(e);
146 if (!IS_STRING(e)) e = convert(e);
364 } else if (!IS_STRING(separator)) {
    [all...]
json.js 249 } else if (IS_STRING(space)) {
string.js 49 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this))
57 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this))
date.js 447 } else if (IS_STRING(year)) {
471 value = IS_STRING(time) ? DateParse(time) : TimeClip(ToNumber(time));
    [all...]
v8natives.js 121 if (!IS_STRING(x)) return x;
946 if (!IS_STRING(source) || %FunctionIsBuiltin(func)) {
debug-debugger.js     [all...]
mirror-debugger.js 79 } else if (IS_STRING(value)) {
    [all...]
  /external/icu4c/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/openssl/crypto/x509v3/
v3_alt.c 422 char is_string = 0; local
451 is_string = 1;
456 is_string = 1;
461 is_string = 1;
515 if(is_string)
  /external/dnsmasq/src/
option.c 670 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
740 is_addr = is_hex = is_dec = is_string = 1;
790 is_string = is_dec = is_hex = 0;
872 else if (is_string)
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 2265 JumpTarget is_not_string, is_string; local
10782 Condition is_string = masm->IsObjectStringType(eax, ebx, ebx); local
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.cpp 667 printUnaryOp(exec, location, it, "is_string");
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 9214 Condition is_string = masm->IsObjectStringType(rax, rbx, rbx); local
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 7250 Condition is_string = masm->IsObjectStringType(r5, r1); local
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-run 

Completed in 956 milliseconds