HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 451 - 475 of 3020) sorted by null

<<11121314151617181920>>

  /external/v8/src/
factory.h 84 // ASCII strings are pretenured when used as keys in the SourceCodeCache.
89 // UTF8 strings are pretenured when used for regexp literal patterns and
105 // Create a new cons string object which consists of a pair of strings.
116 // not make sense to have a UTF-8 factory function for external strings,
  /external/v8/test/mjsunit/
bit-not.js 35 // to avoid concatenating strings.
compare-character.js 29 // strings.
deep-recursion.js 29 * @fileoverview Check that flattening deep trees of cons strings does not
mirror-number.js 56 // NaN values are encoded as strings.
  /external/v8/tools/
utils.py 33 # Reads a .list file into an array of strings
  /external/webkit/JavaScriptCore/icu/unicode/
utf.h 29 * in and out of UTF-8/16 strings.
33 * ICU processes 16-bit Unicode strings.
34 * Most of the time, such strings are well-formed UTF-16.
87 * For more information see the ICU User Guide Strings chapter
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.1-2.js 28 - in strings, white space characters are significant
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.8-2.js 211 "var s = new String( " + TEST_STRING + " ); s.split('strings').length",
213 eval("var s = new String( TEST_STRING ); s.split('strings').length") );
216 "var s = new String( " + TEST_STRING + " ); s.split('strings')[0]",
218 eval("var s = new String( TEST_STRING ); s.split('strings')[0]") );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
string_search.js 24 Description: 'Tests the search method on Strings using regular expressions'
  /external/webkit/JavaScriptGlue/icu/unicode/
utf.h 29 * in and out of UTF-8/16 strings.
33 * ICU processes 16-bit Unicode strings.
34 * Most of the time, such strings are well-formed UTF-16.
87 * For more information see the ICU User Guide Strings chapter
  /external/webkit/WebCore/icu/unicode/
utf.h 29 * in and out of UTF-8/16 strings.
33 * ICU processes 16-bit Unicode strings.
34 * Most of the time, such strings are well-formed UTF-16.
87 * For more information see the ICU User Guide Strings chapter
  /external/webkit/WebCore/manual-tests/inspector/
console-log-formatting.html 66 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=17228">Bug 17228: console.{log,warn,info,error} should support format strings, variable arguments</a>.</p>
  /external/webkit/WebCore/platform/
ThreadGlobalData.cpp 90 ASSERT(m_isMainThread || m_emptyString->hasOneRef()); // We intentionally don't clean up static data on application quit, so there will be many strings remaining on the main thread.
  /external/webkit/WebCore/platform/network/cf/
ResourceResponse.h 61 // Mostly due to the size of the hash maps, the Header Map strings and the URL.
  /external/webkit/WebCore/platform/network/mac/
ResourceResponse.h 66 // Mostly due to the size of the hash maps, the Header Map strings and the URL.
  /external/webkit/WebKit/mac/Storage/
WebDatabaseManagerPrivate.h 56 // Will return an array of strings, the identifiers of each database in the given origin.
  /external/webkit/WebKit/mac/WebCoreSupport/
WebKeyGenerator.m 64 // This switch statement must always be synced with the UI strings returned by strengthMenuItemTitles.
  /external/webkit/WebKit/mac/icu/unicode/
utf.h 29 * in and out of UTF-8/16 strings.
33 * ICU processes 16-bit Unicode strings.
34 * Most of the time, such strings are well-formed UTF-16.
87 * For more information see the ICU User Guide Strings chapter
  /external/webkit/WebKitTools/Scripts/
commit-log-editor 286 my @strings = values %{$hashOfStrings};
287 return "" unless @strings > 1;
289 my $prefix = shift @strings;
291 foreach my $string (@strings) {
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 62 # Convert the byte-array for SSID and BSSID to printable strings
  /external/yaffs2/yaffs2/direct/
Makefile 18 #CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /external/zlib/msdos/
Makefile.emx 15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
  /external/zlib/win32/
Makefile.emx 15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
  /frameworks/base/awt/org/apache/harmony/awt/internal/nls/
MsgHelp.java 35 * formatting external message strings.

Completed in 106 milliseconds

<<11121314151617181920>>