HomeSort by relevance Sort by last modified time
    Searched defs:Unicode (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.h 29 #include "wtf/unicode/Unicode.h"
33 namespace Unicode {
37 // Only allows sequences of up to 4 bytes, since that works for all Unicode characters (U-00000000 to U-0010FFFF).
41 // Only allows Unicode characters (U-00000000 to U-0010FFFF).
83 } // namespace Unicode
UTF8.cpp 28 #include "wtf/unicode/UTF8.h"
32 #include "wtf/unicode/CharacterNames.h"
35 namespace Unicode {
246 // If presented with a length > 4, this returns false. The Unicode
470 } // namespace Unicode
CharacterNames.h 29 #include "wtf/unicode/Unicode.h"
32 namespace Unicode {
34 // Names here are taken from the Unicode standard.
92 } // namespace Unicode
95 using WTF::Unicode::aegeanWordSeparatorLine;
96 using WTF::Unicode::aegeanWordSeparatorDot;
97 using WTF::Unicode::blackCircle;
98 using WTF::Unicode::blackSquare;
99 using WTF::Unicode::blackUpPointingTriangle
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_name.h 40 ((Unicode, SkTEndian_SwapBE16(0)))
42 ((ISO, SkTEndian_SwapBE16(2))) // Deprecated, use Unicode instead.
53 struct Unicode {
64 } unicode; member in union:SkOTTableName::Record::EncodingID
66 /** These are Mac encodings, see http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
67 * for their mappings to unicode.
109 /** Deprecated, use Unicode instead. */
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 274 self.unicodes = Unicode.parse (l)
404 class Unicode:
408 return '<' + u','.join ("U+%04X" % ord (u) for u in unicode (s, 'utf-8')).encode ('utf-8') + '>'
418 return u''.join (unichr (x) for x in Unicode.parse (s)).encode ('utf-8')
446 if s in Unicode.shorthands:
447 s = Unicode.shorthands[s]
455 return u' + '.join (Unicode.pretty_name (x) for x in s).encode ('utf-8')
  /external/skia/src/sfnt/
SkOTTable_name.h 40 ((Unicode, SkTEndian_SwapBE16(0)))
42 ((ISO, SkTEndian_SwapBE16(2))) // Deprecated, use Unicode instead.
53 struct Unicode {
64 } unicode; member in union:SkOTTableName::Record::EncodingID
66 /** These are Mac encodings, see http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
67 * for their mappings to unicode.
109 /** Deprecated, use Unicode instead. */
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 27 #include <unicode/uchar.h>
28 #include <unicode/uscript.h>
29 #include <unicode/ustring.h>
30 #include <unicode/utf16.h>
34 namespace Unicode {
229 } // namespace Unicode

Completed in 321 milliseconds