HomeSort by relevance Sort by last modified time
    Searched refs:Unicode (Results 51 - 75 of 166) sorted by null

1 23 4 5 6 7

  /external/webkit/Source/WebCore/platform/text/
TextBreakIterator.h 25 #include <wtf/unicode/Unicode.h>
TextEncoding.h 31 #include <wtf/unicode/Unicode.h>
SegmentedString.h 158 ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(*current()) == WTF::Unicode::foldCase(expectedCharacter));
244 static bool equalsIgnoringCase(const UChar* str1, const UChar* str2, size_t count) { return !WTF::Unicode::umemcasecmp(str1, str2, count); }
BidiContext.cpp 28 using namespace WTF::Unicode;
75 // DOM modification/editing -- so we copy all the non-unicode contexts, and
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 77 if (m_isCaseInsensitive && ((upper = Unicode::toUpper(ch)) != (lower = Unicode::toLower(ch)))) {
88 return ch != Unicode::toLower(ch);
94 return ch != Unicode::toUpper(ch);
125 UChar lowerCaseRangeBegin = Unicode::toLower(unicodeCurr);
127 while ((++unicodeCurr <= hi) && isUnicodeUpper(unicodeCurr) && (Unicode::toLower(unicodeCurr) == (lowerCaseRangeEnd + 1)))
131 UChar upperCaseRangeBegin = Unicode::toUpper(unicodeCurr);
133 while ((++unicodeCurr <= hi) && isUnicodeLower(unicodeCurr) && (Unicode::toUpper(unicodeCurr) == (upperCaseRangeEnd + 1)))
329 if (m_isCaseInsensitive && ((upper = Unicode::toUpper(characterNext)) != (lower = Unicode::toLower(characterNext))))
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.h 34 #include <wtf/unicode/Unicode.h>
140 // current and following unicode characters (int to allow for -1 for end-of-file marker)
152 return isASCII(ch) ? (ch == ' ' || ch == '\t' || ch == 0xB || ch == 0xC) : (WTF::Unicode::isSeparatorSpace(ch) || ch == 0xFEFF);
  /external/webkit/Source/JavaScriptCore/API/
JSStringRef.cpp 31 #include <wtf/unicode/UTF8.h>
34 using namespace WTF::Unicode;
  /external/webkit/Source/WebCore/html/
DateComponents.h 36 #include <wtf/unicode/Unicode.h>
  /external/webkit/Source/WebCore/platform/graphics/
GlyphMetricsMap.h 35 #include <wtf/unicode/Unicode.h>
  /frameworks/native/libs/utils/tests/
Unicode_test.cpp 19 #include <utils/Unicode.h>
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
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...]
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
  /external/webkit/Source/JavaScriptCore/wtf/
StringHasher.h 24 #include <wtf/unicode/Unicode.h>
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 35 #include <wtf/unicode/Unicode.h>
316 WTF::Unicode::Direction defaultWritingDirection(bool* hasStrongDirectionality = 0);
369 // This will include newlines, which aren't included in Unicode DirWS.
370 return c <= 0x7F ? WTF::isASCIISpace(c) : WTF::Unicode::direction(c) == WTF::Unicode::WhiteSpaceNeutral;
  /external/webkit/Source/WebCore/xml/
XSLTProcessorLibxslt.cpp 51 #include <wtf/unicode/UTF8.h>
181 WTF::Unicode::ConversionResult result = WTF::Unicode::convertUTF8ToUTF16(&stringCurrent, buffer + len, &bufferUChar, bufferUCharEnd);
182 if (result != WTF::Unicode::conversionOK && result != WTF::Unicode::sourceExhausted) {
  /external/webkit/Source/WebCore/platform/text/brew/
TextBreakIteratorBrew.cpp 27 #include <wtf/unicode/Unicode.h>
30 using namespace WTF::Unicode;

Completed in 1371 milliseconds

1 23 4 5 6 7