| /external/webkit/WebCore/platform/graphics/ |
| GlyphPageTreeNode.h | 36 #include <wtf/unicode/Unicode.h> 64 // range of characters in the Unicode code space. GlyphPages are indexed
|
| FontFastPath.cpp | 36 #include <wtf/unicode/Unicode.h> 40 using namespace Unicode; 232 if (c < 0x1900) // U+1900 through U+194F Limbu (Unicode 4.0)
|
| Font.cpp | 37 using namespace Unicode;
|
| /external/webkit/WebCore/platform/graphics/mac/ |
| ComplexTextController.h | 34 #include <wtf/unicode/Unicode.h>
|
| /external/webkit/WebCore/platform/wx/wxcode/gtk/ |
| fontprops.cpp | 28 #include <wtf/unicode/Unicode.h>
|
| /external/webkit/WebCore/platform/wx/wxcode/win/ |
| fontprops.cpp | 28 #include <wtf/unicode/Unicode.h>
|
| /external/chromium/third_party/icu/source/tools/genpname/ |
| preparse.pl | 18 # more than 2 names per property|value. Currently (Unicode 3.2) there 25 # appear in a future version of Unicode, modify this script to support 62 my $HEADER_DIR = "$ICU_DIR/source/common/unicode"; 68 # Used to make "n/a" property [value] aliases (Unicode or Synthetic) unique 110 # like space in addition to WSpace and White_Space in Unicode 4.1. 132 $me: Reads ICU4C headers and Unicode data files and creates 135 $lm property|value aliases in the Unicode data files. 140 source/common/unicode/uchar.h 141 source/common/unicode/uscript.h 148 The Unicode versions of all input files must match [all...] |
| /external/icu4c/tools/genpname/ |
| preparse.pl | 18 # more than 2 names per property|value. Currently (Unicode 3.2) there 25 # appear in a future version of Unicode, modify this script to support 62 my $HEADER_DIR = "$ICU_DIR/source/common/unicode"; 68 # Used to make "n/a" property [value] aliases (Unicode or Synthetic) unique 110 # like space in addition to WSpace and White_Space in Unicode 4.1. 132 $me: Reads ICU4C headers and Unicode data files and creates 135 $lm property|value aliases in the Unicode data files. 140 source/common/unicode/uchar.h 141 source/common/unicode/uscript.h 148 The Unicode versions of all input files must match [all...] |
| /external/icu4c/data/ |
| makedata.mak | 12 # Keep the following in sync with the version - see common/unicode/uversion.h 92 # The directory that contains Unicode data files 484 # The core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu) 487 # when updating the Unicode data. 492 @echo Unicode .icu files built to "$(ICUBLD_PKG)" 493 @echo Unicode .c source files built to "$(ICUTMP)" 576 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu) [all...] |
| /external/chromium/third_party/icu/source/test/perf/collationperf/ |
| CollPerf.pl | 200 (Unicode/ISO 10646 code point). Generally this is the important field for sort 218 "http://www.unicode.org/reports/tr10/">Unicode Collation (UCA)</a>.</li>
|
| /external/icu4c/test/perf/collationperf/ |
| CollPerf.pl | 200 (Unicode/ISO 10646 code point). Generally this is the important field for sort 218 "http://www.unicode.org/reports/tr10/">Unicode Collation (UCA)</a>.</li>
|
| /external/webkit/WebCore/html/ |
| PreloadScanner.cpp | 45 #include <wtf/unicode/Unicode.h> 391 tmpChar = Unicode::toLower(*m_source);
|
| /external/webkit/WebCore/platform/graphics/wince/ |
| FontWince.cpp | 44 #include <wtf/unicode/Unicode.h> 48 using namespace WTF::Unicode;
|
| /external/webkit/WebCore/platform/text/ |
| PlatformString.h | 248 // Determines the writing direction using the Unicode Bidi Algorithm rules P2 and P3. 249 WTF::Unicode::Direction defaultWritingDirection() const { return m_impl ? m_impl->defaultWritingDirection() : WTF::Unicode::LeftToRight; }
|
| /external/webkit/WebKit/android/nav/ |
| SelectText.cpp | 80 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); } 96 using namespace WTF::Unicode; 179 #define HYPHEN 0x2010 // unicode hyphen, first in range of dashes 180 #define HORZ_BAR 0x2015 // unicode horizontal bar, last in range of dashes [all...] |
| /external/webkit/WebKitTools/DumpRenderTree/gtk/ |
| fonts.conf | 44 These are the default Unicode chars that are expected to be blank
|
| /external/webkit/WebKitTools/DumpRenderTree/qt/ |
| fonts.conf | 44 These are the default Unicode chars that are expected to be blank
|
| /external/webkit/JavaScriptCore/API/ |
| JSClassRef.cpp | 36 #include <wtf/unicode/UTF8.h> 40 using namespace WTF::Unicode;
|
| /external/webkit/JavaScriptCore/runtime/ |
| StringPrototype.cpp | 39 #include <wtf/unicode/Collator.h> 807 int length = Unicode::toLower(buffer.data(), sSize, sData, sSize, &error); 810 length = Unicode::toLower(buffer.data(), length, sData, sSize, &error); [all...] |
| UStringImpl.h | 35 #include <wtf/unicode/Unicode.h>
|
| /external/webkit/JavaScriptCore/wtf/unicode/ |
| UTF8.cpp | 30 namespace Unicode { 199 // If presented with a length > 4, this returns false. The Unicode
|
| /external/webkit/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/JavaScriptCore/wtf/unicode/wince/ |
| UnicodeWince.h | 72 namespace Unicode { 211 } // namespace Unicode
|
| /external/webkit/JavaScriptCore/yarr/ |
| RegexInterpreter.h | 33 #include <wtf/unicode/Unicode.h>
|
| RegexPattern.h | 34 #include <wtf/unicode/Unicode.h>
|