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

1 2 3 4 5 67

  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 43 using namespace WTF::Unicode;
272 // If characterLookupRange is > 0, then the font defined ligatures (length of unicode property value > 1).
  /external/icu4c/data/
Makefile.in 96 COMINCDIR=$(top_srcdir)/common/unicode
227 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
486 # Targets for prebuilt Unicode data
765 # The core Unicode properties files (pnames.icu, uprops.icu, ucase.icu, ubidi.icu)
768 # when updating the Unicode data.
770 @echo Unicode .icu files built to $(BUILDDIR)
    [all...]
  /external/v8/test/mjsunit/
regexp.js 130 // Test that we handle \s and \S correctly on special Unicode characters.
unicode-test.js 35 // perl -CIO -ne '$_ =~ s/([^\n -~])/"\\u" . sprintf("%04x", ord($1))/ge; print $_;' < unicode-test.js > unicode-test-ascii.js
    [all...]
  /external/webkit/Source/WebCore/dom/
SelectElement.cpp 44 #include <wtf/unicode/CharacterNames.h>
67 using namespace Unicode;
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 45 #include <wtf/unicode/CharacterNames.h>
49 #include <unicode/usearch.h>
52 using namespace WTF::Unicode;
    [all...]
Editor.cpp 87 #include <wtf/unicode/CharacterNames.h>
88 #include <wtf/unicode/Unicode.h>
95 using namespace Unicode;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderListMarker.cpp 35 #include <wtf/unicode/CharacterNames.h>
39 using namespace Unicode;
    [all...]
RenderText.cpp 49 #include <wtf/unicode/CharacterNames.h>
53 using namespace Unicode;
    [all...]
RenderBlockLineLayout.cpp 47 #include <wtf/unicode/CharacterNames.h>
64 using namespace Unicode;
    [all...]
RenderBlock.cpp 63 using namespace Unicode;
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 37 Unicode. Much of this code is taken from Mark Pilgrim's Universal Feed Parser.
107 def sob(unicode, encoding):
108 """Returns either the given Unicode string or its encoding."""
110 return unicode
112 return unicode.encode(encoding)
182 or isinstance(newChild, unicode)) \
386 """Encodes an object to a string in some encoding, or to Unicode.
388 if isinstance(s, unicode):
395 s = unicode(s)
400 s = unicode(s
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay_data.js     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 103 * Unicode codepoint for 'BLACK RIGHT-POINTING SMALL TRIANGLE'.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 186 // FIXME: If we need Unicode lowercasing here, then we probably want the real kind
188 // by character kind. If we don't need Unicode lowercasing, it would be good to
197 characters[i] = Unicode::toLower(characters[i]);
    [all...]

Completed in 1458 milliseconds

1 2 3 4 5 67