/external/chromium/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/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/chromium/third_party/icu/public/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/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/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 257 } else if (!is_string($language_data['LANG_NAME'])) { 293 } else if (!is_string($language_data['ESCAPE_CHAR'])) { 351 } else if (!is_string($url_value)) { 435 } else if (!is_string($sk_value)) { 459 if(!is_string($kw)) { 544 if(!is_string($cv)) { 556 if(!is_string($cv)) { 586 if(is_string($rv)) { 600 } elseif(!is_string($rv[GESHI_SEARCH])) [all...] |
/external/openssl/crypto/x509v3/ |
v3_alt.c | 428 char is_string = 0; local 454 is_string = 1; 503 if(is_string)
|
/external/libvpx/examples/includes/geshi/geshi/ |
php-brief.php | 83 'import_request_variables', 'error_log', 'serialize', 'unserialize', 'memory_get_usage', 'var_dump', 'var_export', 'debug_zval_dump', 'print_r','highlight_file', 'show_source', 'highlight_string', 'ini_get', 'ini_get_all', 'ini_set', 'ini_alter', 'ini_restore', 'get_include_path', 'set_include_path', 'restore_include_path', 'setcookie', 'header', 'headers_sent', 'connection_aborted', 'connection_status', 'ignore_user_abort', 'parse_ini_file', 'is_uploaded_file', 'move_uploaded_file', 'intval', 'floatval', 'doubleval', 'strval', 'gettype', 'settype', 'is_null', 'is_resource', 'is_bool', 'is_long', 'is_float', 'is_int', 'is_integer', 'is_double', 'is_real', 'is_numeric', 'is_string', 'is_array', 'is_object', 'is_scalar',
|
gml.php | 125 'lengthdir_y','is_real','is_string', [all...] |
php.php | 421 'is_scalar','is_soap_fault','is_string','is_subclass_of', [all...] |
/external/chromium/net/base/ |
mime_sniffer.cc | 119 bool is_string; member in struct:net::MagicNumber 237 if (magic_entry->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/libvpx/examples/includes/geshi/ |
geshi.php | [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...] |