| /external/webkit/WebCore/platform/text/ |
| StringHash.h | 29 #include <wtf/unicode/Unicode.h> 113 hash += WTF::Unicode::foldCase(s[0]); 114 tmp = (WTF::Unicode::foldCase(s[1]) << 11) ^ hash; 122 hash += WTF::Unicode::foldCase(s[0]); 163 hash += WTF::Unicode::foldCase(s[0]); 164 tmp = (WTF::Unicode::foldCase(s[1]) << 11) ^ hash; 172 hash += WTF::Unicode::foldCase(s[0]); 201 return WTF::Unicode::umemcasecmp(a->characters(), b->characters(), length) == 0;
|
| BidiContext.cpp | 29 using namespace WTF::Unicode;
|
| StringBuffer.h | 34 #include <wtf/unicode/Unicode.h>
|
| TextCodec.h | 34 #include <wtf/unicode/Unicode.h>
|
| UnicodeRange.h | 42 #include <wtf/unicode/Unicode.h> 46 // The following constants define unicode subranges
|
| StringImpl.cpp | 41 #include <wtf/unicode/Unicode.h> 44 using namespace Unicode; 198 int32_t realLength = Unicode::toLower(data, length, m_data, m_length, &error); 202 Unicode::toLower(data, realLength, m_data, m_length, &error); 229 int32_t realLength = Unicode::toUpper(data, length, m_data, m_length, &error); 233 Unicode::toUpper(data, realLength, m_data, m_length, &error); 267 int32_t realLength = Unicode::foldCase(data, length, m_data, m_length, &error); 271 Unicode::foldCase(data, realLength, m_data, m_length, &error); 511 UChar lc = Unicode::foldCase(*chs) [all...] |
| CharacterNames.h | 29 #include <wtf/unicode/Unicode.h> 33 // Names here are taken from the Unicode standard.
|
| StringImpl.h | 34 #include <wtf/unicode/Unicode.h> 172 WTF::Unicode::Direction defaultWritingDirection(); 223 // This will include newlines, which aren't included in Unicode DirWS. 224 return c <= 0x7F ? WTF::isASCIISpace(c) : WTF::Unicode::direction(c) == WTF::Unicode::WhiteSpaceNeutral;
|
| TextEncoding.h | 30 #include <wtf/unicode/Unicode.h>
|
| /external/webkit/WebCore/rendering/ |
| RootInlineBox.h | 152 WTF::Unicode::Direction m_lineBreakBidiStatusEor : 5; 153 WTF::Unicode::Direction m_lineBreakBidiStatusLastStrong : 5; 154 WTF::Unicode::Direction m_lineBreakBidiStatusLast : 5;
|
| /external/expat/xmlwf/ |
| xmltchar.h | 3 #error xmlwf requires a 16-bit Unicode-compatible wchar_t
|
| /external/webkit/WebCore/css/ |
| CSSSegmentedFontFace.h | 33 #include <wtf/unicode/Unicode.h>
|
| CSSFontFace.h | 34 #include <wtf/unicode/Unicode.h>
|
| /external/webkit/WebCore/platform/text/wince/ |
| TextBoundariesWince.cpp | 33 using namespace WTF::Unicode;
|
| TextBreakIteratorWince.cpp | 27 #include <wtf/unicode/Unicode.h> 29 using namespace WTF::Unicode;
|
| /external/icu4c/samples/ |
| readme.txt | 11 case - demonstrates how to do Unicode case conversion in C and C++. 25 props - demonstrates the use of Unicode properties 27 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface. 31 uciter8.c - demonstrates how to leniently read 8-bit Unicode text.
|
| /external/webkit/JavaScriptCore/parser/ |
| Lexer.h | 31 #include <wtf/unicode/Unicode.h> 104 // current and following unicode characters (int to allow for -1 for end-of-file marker) 121 return isASCII(ch) ? (ch == ' ' || ch == '\t' || ch == 0xB || ch == 0xC) : WTF::Unicode::isSeparatorSpace(ch);
|
| /external/webkit/WebCore/platform/text/mac/ |
| TextBoundaries.mm | 29 using namespace WTF::Unicode;
|
| /external/webkit/JavaScriptCore/runtime/ |
| JSGlobalObjectFunctions.h | 27 #include <wtf/unicode/Unicode.h>
|
| /external/webkit/JavaScriptCore/wrec/ |
| CharacterClassConstructor.h | 36 #include <wtf/unicode/Unicode.h>
|
| WRECFunctors.h | 31 #include <wtf/unicode/Unicode.h>
|
| /external/webkit/WebCore/platform/graphics/ |
| FontCache.h | 35 #include <wtf/unicode/Unicode.h>
|
| GlyphWidthMap.h | 34 #include <wtf/unicode/Unicode.h>
|
| /external/webkit/WebCore/platform/graphics/win/ |
| QTMovieWin.h | 29 #include <Unicode.h>
|
| /external/webkit/JavaScriptCore/API/ |
| JSStringRef.cpp | 31 #include <wtf/unicode/UTF8.h> 34 using namespace WTF::Unicode;
|