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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.11-1.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
63 var U = new Unicode(i);
97 function Unicode( c ) {
211 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.html
15.5.4.11-3.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
59 var U = new Unicode(i);
92 function Unicode( c ) {
206 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.html
15.5.4.11-4.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
61 var U = new Unicode( i );
94 function Unicode( c ) {
195 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.html
15.5.4.11-5.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
64 var U = new Unicode( i );
97 function Unicode( c ) {
211 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.html
15.5.4.11-6.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
61 var U = new Unicode( i );
94 function Unicode( c ) {
208 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.html
15.5.4.12-1.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
63 var U = new Unicode( i );
98 function Unicode( c ) {
219 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.html
15.5.4.12-2.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
63 var u = new Unicode(i);
96 function Unicode( c ) {
210 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.html
15.5.4.12-3.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
60 var U = new Unicode( i );
79 eval( "var u = new Unicode( i ); String.fromCharCode(u.upper)" ),
84 eval( "var u = new Unicode( i ); u.upper" ),
94 eval( "var u = new Unicode( i ); String.fromCharCode(u.upper)" ),
99 eval( "var u = new Unicode( i ); u.upper" ),
111 var u = new Unicode(i);
139 function Unicode( c ) {
253 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.htm
    [all...]
15.5.4.12-4.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
60 var U =new Unicode( i );
94 function Unicode( c ) {
208 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.html
15.5.4.12-5.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
60 var U = new Unicode( i );
94 function Unicode( c ) {
215 // http://www.unicode.org/Unicode.charts/glyphless/U1E00.html
15.5.4.11-2.js 47 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
48 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
62 correct range according to the Unicode 5.0 standard, as opposed to the
65 instead of a single expected result. This allows us to accept Unicode 4.0 or
66 Unicode 5.0 results as correct, as opposed to the mozilla test, which assumes
67 Unicode 5.0. This allows Safari to pass this test on OS' with different
68 Unicode standards implemented (e.g. Tiger and XP)
87 var U = new Array(new Unicode( i, 4 ), new Unicode( i, 5 ));
124 // Added so that either Unicode 4.0 or 5.0 results will be considered correct
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.h 29 #include "Unicode.h"
32 namespace Unicode {
36 // Only allows sequences of up to 4 bytes, since that works for all Unicode characters (U-00000000 to U-0010FFFF).
40 // Only allows Unicode characters (U-00000000 to U-0010FFFF).
77 } // namespace Unicode
UTF8.cpp 32 #include <wtf/unicode/CharacterNames.h>
35 namespace Unicode {
204 // If presented with a length > 4, this returns false. The Unicode
406 } // namespace Unicode
CharacterNames.h 29 #include "Unicode.h"
32 namespace Unicode {
34 // Names here are taken from the Unicode standard.
90 } // namespace Unicode
93 using WTF::Unicode::aegeanWordSeparatorLine;
94 using WTF::Unicode::aegeanWordSeparatorDot;
95 using WTF::Unicode::blackCircle;
96 using WTF::Unicode::blackSquare;
97 using WTF::Unicode::blackUpPointingTriangle;
98 using WTF::Unicode::bullet
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 30 namespace Unicode {
180 } // namespace Unicode
UnicodeBrew.h 32 namespace Unicode {
191 } // namespace Unicode
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 28 namespace Unicode {
180 } // namespace Unicode
UnicodeWinCE.h 34 namespace Unicode {
174 } // namespace Unicode
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 27 #include <wtf/unicode/UTF8.h>
32 namespace Unicode {
184 // but really a bitwise comparison of casefolded unicode chars (not utf-8 bytes).
UnicodeGLib.h 41 namespace Unicode {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 27 #include <unicode/uchar.h>
28 #include <unicode/ustring.h>
29 #include <unicode/utf16.h>
32 namespace Unicode {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 35 #include <unicode/ubrk.h>
75 namespace Unicode {
197 r[rindex] = qstring.at(i).unicode();
255 r[rindex] = qstring.at(i).unicode();

Completed in 200 milliseconds