/external/webkit/Source/WebCore/platform/graphics/haiku/ |
GlyphPageTreeNodeHaiku.cpp | 36 #include <wtf/unicode/Unicode.h>
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTTrack.h | 29 #include <Unicode.h> 34 // We must include this after <Unicode.h>, or the definition of OSErr will change:
|
QTMovieGWorld.h | 31 #include <Unicode.h>
|
/external/webkit/Source/WebCore/rendering/ |
BidiRun.h | 37 BidiRun(int start, int stop, RenderObject* object, BidiContext* context, WTF::Unicode::Direction dir)
|
RootInlineBox.h | 195 WTF::Unicode::Direction m_lineBreakBidiStatusEor : 5; 196 WTF::Unicode::Direction m_lineBreakBidiStatusLastStrong : 5; 197 WTF::Unicode::Direction m_lineBreakBidiStatusLast : 5;
|
/external/webkit/Source/WebKit/android/nav/ |
SelectText.cpp | 84 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); } 100 using namespace WTF::Unicode;
|
/external/webkit/Source/WebCore/platform/text/ |
String.cpp | 27 #include <wtf/unicode/UTF8.h> 28 #include <wtf/unicode/Unicode.h> 31 using namespace WTF::Unicode;
|
TextBoundaries.cpp | 32 #include <wtf/unicode/Unicode.h> 35 using namespace Unicode;
|
TextCodec.h | 35 #include <wtf/unicode/Unicode.h>
|
UnicodeRange.h | 42 #include <wtf/unicode/Unicode.h> 46 // The following constants define unicode subranges
|
/external/expat/xmlwf/ |
xmltchar.h | 3 #error xmlwf requires a 16-bit Unicode-compatible wchar_t
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSGlobalObjectFunctions.h | 28 #include <wtf/unicode/Unicode.h>
|
/external/webkit/Source/WebCore/css/ |
CSSSegmentedFontFace.h | 33 #include <wtf/unicode/Unicode.h>
|
CSSFontFace.h | 34 #include <wtf/unicode/Unicode.h>
|
/external/webkit/Source/WebCore/platform/graphics/ |
WidthIterator.h | 26 #include <wtf/unicode/Unicode.h>
|
FontCache.h | 36 #include <wtf/unicode/Unicode.h>
|
/external/webkit/Source/WebCore/platform/text/brew/ |
TextBoundariesBrew.cpp | 33 using namespace WTF::Unicode;
|
/frameworks/base/include/androidfw/ |
VirtualKeyMap.h | 27 #include <utils/Unicode.h>
|
/external/icu4c/samples/ |
readme.txt | 11 case - demonstrates how to do Unicode case conversion in C and C++. 27 props - demonstrates the use of Unicode properties 29 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface. 33 uciter8.c - demonstrates how to leniently read 8-bit Unicode text.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ANTLRxxxxStreamFixture.cs | 66 Encoding encoding = Encoding.Unicode; 78 ANTLRInputStream inputStream = new ANTLRInputStream(grammarStream, Encoding.Unicode); 85 Encoding encoding = Encoding.Unicode; 89 ANTLRInputStream inputStream = new ANTLRInputStream(grammarStream, Encoding.Unicode); 96 Encoding encoding = Encoding.Unicode; 100 ANTLRInputStream inputStream = new ANTLRInputStream(grammarStream, Encoding.Unicode); 119 Encoding encoding = Encoding.Unicode; 123 ANTLRInputStream inputStream = new ANTLRInputStream(grammarStream, Encoding.Unicode); 135 Encoding encoding = Encoding.Unicode; 139 ANTLRInputStream inputStream = new ANTLRInputStream(grammarStream, Encoding.Unicode); [all...] |
/external/webkit/Source/JavaScriptCore/wtf/text/ |
StringHash.h | 30 #include <wtf/unicode/Unicode.h> 102 return WTF::Unicode::foldCase(ch); 129 return WTF::Unicode::umemcasecmp(a->characters(), b->characters(), length) == 0;
|
StringBuffer.h | 33 #include <wtf/unicode/Unicode.h>
|
StringImpl.cpp | 38 using namespace Unicode; 229 int32_t realLength = Unicode::toLower(data, length, m_data, m_length, &error); 233 Unicode::toLower(data, realLength, m_data, m_length, &error); 263 int32_t realLength = Unicode::toUpper(data, length, m_data, m_length, &error); 267 Unicode::toUpper(data, realLength, m_data, m_length, &error); 308 int32_t realLength = Unicode::foldCase(data, length, m_data, m_length, &error); 312 Unicode::foldCase(data, realLength, m_data, m_length, &error); 1008 WTF::Unicode::Direction StringImpl::defaultWritingDirection(bool* hasStrongDirectionality) 1011 WTF::Unicode::Direction charDirection = WTF::Unicode::direction(m_data[i]) [all...] |
StringImplBase.h | 29 #include <wtf/unicode/Unicode.h>
|
/external/webkit/Source/WebCore/platform/text/mac/ |
TextBoundaries.mm | 29 using namespace WTF::Unicode;
|