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

1 2 3 4 56 7

  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 37 #include <wtf/unicode/CharacterNames.h>
38 #include <wtf/unicode/Unicode.h>
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontLinux.cpp 49 #include <wtf/unicode/Unicode.h>
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp 31 #include <wtf/unicode/CharacterNames.h>
40 using namespace WTF::Unicode;
  /frameworks/native/libs/utils/
String16.cpp 21 #include <utils/Unicode.h>
String8.cpp 20 #include <utils/Unicode.h>
Unicode.cpp 17 #include <utils/Unicode.h>
94 // Max code point for Unicode is 0x0010FFFF.
491 uint32_t unicode; local
498 unicode = src[0] & 0x1f;
499 utf8_shift_and_mask(&unicode, src[1]);
500 return unicode;
502 unicode = src[0] & 0x0f;
503 utf8_shift_and_mask(&unicode, src[1]);
504 utf8_shift_and_mask(&unicode, src[2]);
505 return unicode;
    [all...]
  /external/v8/test/mjsunit/
cyrillic.js 28 // Test Unicode character ranges in regexps.
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 31 #include <wtf/unicode/UTF8.h>
32 #include <wtf/unicode/Unicode.h>
38 using namespace Unicode;
663 // Basic Latin1 (ISO) encoding - Unicode characters 0..255 are
  /external/webkit/Source/WebCore/html/
HTMLElement.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 341 <!-- These are the default Unicode chars that are expected to be blank
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 252 'ActiveSupport::CoreExtensions::String::Unicode',
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObjectFunctions.cpp 45 #include <wtf/unicode/UTF8.h>
48 using namespace Unicode;
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 330 int lo = Unicode::toLower(ch);
331 int hi = Unicode::toUpper(ch);
    [all...]
  /external/webkit/Source/WebCore/loader/
DocumentLoader.cpp 55 #include <wtf/unicode/Unicode.h>
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 37 #include <wtf/unicode/CharacterNames.h>
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 98 TextDirection direction = (m_buttonText && m_buttonText->text()->defaultWritingDirection() == WTF::Unicode::RightToLeft) ? RTL : LTR;
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 27 #include <utils/Unicode.h>
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 69 #include <wtf/unicode/Unicode.h>
72 using namespace Unicode;
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 227 using namespace Unicode;
249 // f) Characters #x20DD-#x20E0 are excluded (in accordance with Unicode, section 5.14).
269 if (!(Unicode::category(c) & nameStartMask))
300 if (!(Unicode::category(c) & otherNamePartMask))
    [all...]
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 42 #include <wtf/unicode/Unicode.h>
47 using namespace WTF::Unicode;
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.cpp 40 using namespace Unicode;
416 // \uXXXX unicode characters.
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLTokenizer.cpp 41 #include <wtf/unicode/Unicode.h>
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 59 #include <wtf/unicode/CharacterNames.h>
62 using namespace Unicode;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 51 #include <unicode/normlzr.h>
52 #include <unicode/uchar.h>
57 #include <wtf/unicode/CharacterNames.h>
58 #include <wtf/unicode/Unicode.h>
    [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 634 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWritingDirection() == WTF::Unicode::RightToLeft);

Completed in 1659 milliseconds

1 2 3 4 56 7