HomeSort by relevance Sort by last modified time
    Searched refs:Unicode (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /external/webkit/WebCore/platform/graphics/
WidthIterator.cpp 31 #include <unicode/unorm.h>
35 using namespace Unicode;
39 // According to http://www.unicode.org/Public/UNIDATA/UCD.html#Canonical_Combining_Class_Values
103 // Do we have a surrogate pair? If so, determine the full Unicode (32 bit)
242 return res.at(0).unicode();
GlyphPageTreeNode.cpp 36 #include <wtf/unicode/Unicode.h>
  /libcore/luni/src/main/java/org/apache/xml/serializer/
Encodings.properties 177 # GB2312 and CNS11643 in ISO 2022 CN form, Simplified and Traditional Chinese (conversion to Unicode only)
256 Unicode UNICODE,UTF-16 0xFFFF
  /external/webkit/JavaScriptCore/runtime/
JSFunction.cpp 40 using namespace Unicode;
JSGlobalObjectFunctions.cpp 46 #include <wtf/unicode/UTF8.h>
49 using namespace Unicode;
UString.cpp 44 #include <wtf/unicode/UTF8.h>
52 using namespace WTF::Unicode;
  /external/webkit/JavaScriptCore/yarr/
RegexParser.h 35 #include <wtf/unicode/Unicode.h>
RegexInterpreter.cpp 290 if (pattern->m_ignoreCase ? ((Unicode::toLower(testChar) == ch) || (Unicode::toUpper(testChar) == ch)) : (testChar == ch)) {
    [all...]
  /external/chromium/third_party/icu/source/data/
Makefile.in 82 COMINCDIR=$(top_srcdir)/common/unicode
207 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
601 # Starting with ICU4C 3.4, the core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu, unorm.icu)
604 # when updating the Unicode data.
607 @echo Unicode .icu files built to $(BUILDDIR)
608 @echo Unicode .c source files built to $(OUTTMPDIR)
  /external/webkit/JavaScriptCore/parser/
Lexer.cpp 37 using namespace Unicode;
  /external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 107 namespace Unicode {
229 r[rindex] = qstring.at(i).unicode();
287 r[rindex] = qstring.at(i).unicode();
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp 39 using namespace WTF::Unicode;
  /external/icu4c/data/
Makefile 82 COMINCDIR=$(top_srcdir)/common/unicode
207 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
594 # Starting with ICU4C 3.4, the core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu, unorm.icu)
597 # when updating the Unicode data.
600 @echo Unicode .icu files built to $(BUILDDIR)
601 @echo Unicode .c source files built to $(OUTTMPDIR)
Makefile.in 94 COMINCDIR=$(top_srcdir)/common/unicode
225 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
511 # Targets for prebuilt Unicode data
    [all...]
  /external/v8/test/mjsunit/
cyrillic.js 28 // Test Unicode character ranges in regexps.
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 60 using namespace Unicode;
855 rtl = itemText.defaultWritingDirection() == WTF::Unicode::RightToLeft;
    [all...]
  /external/webkit/WebCore/platform/text/
String.cpp 36 #include <wtf/unicode/Unicode.h>
37 #include <wtf/unicode/UTF8.h>
47 using namespace WTF::Unicode;
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 252 'ActiveSupport::CoreExtensions::String::Unicode',
  /external/webkit/WebCore/loader/
DocumentLoader.cpp 56 #include <wtf/unicode/Unicode.h>
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderListMarker.cpp 38 using namespace Unicode;
    [all...]
RenderMenuList.cpp 95 TextDirection direction = (m_buttonText && m_buttonText->text()->defaultWritingDirection() == WTF::Unicode::RightToLeft) ? RTL : LTR;
  /external/webkit/WebCore/svg/
SVGFont.cpp 41 using namespace WTF::Unicode;
268 // If characterLookupRange is > 0, then the font defined ligatures (length of unicode property value > 1).
  /external/webkit/WebCore/editing/
visible_units.cpp 39 #include <wtf/unicode/Unicode.h>
44 using namespace WTF::Unicode;
    [all...]
  /external/webkit/WebCore/dom/
Document.cpp 215 using namespace Unicode;
238 // f) Characters #x20DD-#x20E0 are excluded (in accordance with Unicode, section 5.14).
258 if (!(Unicode::category(c) & nameStartMask))
289 if (!(Unicode::category(c) & otherNamePartMask))
    [all...]

Completed in 2095 milliseconds

1 2 3 45 6