HomeSort by relevance Sort by last modified time
    Searched refs:Unicode (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /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
  /frameworks/native/include/input/
KeyCharacterMap.h 31 #include <utils/Unicode.h>
92 /* Gets the Unicode character for the number or symbol generated by the key
98 /* Gets the Unicode character generated by the key and meta key modifiers.
110 /* Gets the first matching Unicode character that can be generated by the key,
  /system/core/include/utils/
String16.h 22 #include <utils/Unicode.h>
String8.h 22 #include <utils/Unicode.h>
36 // than 0x10FFFF, which is not valid unicode codepoint.
  /external/chromium_org/v8/src/extensions/i18n/
i18n-utils.js 229 * specified through Unicode locale extension sequences are negotiated
306 * Parses Unicode extension into key - value map.
358 * Unicode extensions for passing parameters to ICU).
395 // User options didn't have it, check Unicode extension.
404 // Boolean keys are allowed not to have values in Unicode extension.
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
id3_parser.js 640 * [UTF-16] encoded Unicode [UNICODE] with BOM. All
650 * UTF-16BE [UTF-16] encoded Unicode [UNICODE] without BOM.
659 * UTF-8 [UTF-8] encoded Unicode [UNICODE]. Terminated with $00.
  /external/apache-xml/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/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.cpp 38 using namespace Unicode;
410 // U+1900 through U+194F Limbu (Unicode 4.0)
433 // U+FE00 through U+FE0F Unicode variation selectors
470 if (supplementaryCharacter < 0xE0100) // U+E0100 through U+E01EF Unicode variation selectors.
685 CharCategory category = Unicode::category(c);
WidthIterator.cpp 33 using namespace Unicode;
  /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/chromium_org/v8/test/mjsunit/regress/
regress-219.js 143 // Unicode escape sequences are not interpreted.
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-unicode-handling.js 26 'Test for proper handling of Unicode RegExps and <a href="http://bugzilla.webkit.org/show_bug.cgi?id=7445">bug 7445</a>: Gmail puts wrong subject in replies.'
  /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/v8/test/mjsunit/regress/
regress-219.js 143 // Unicode escape sequences are not interpreted.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 115 // FIXME: For bdo element, dir="auto" should result in "bidi-override isolate" but we don't support having multiple values in unicode-bidi yet.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 37 #include "wtf/unicode/CharacterNames.h"
38 #include "wtf/unicode/Unicode.h"
41 using namespace Unicode;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8.cpp 32 #include "wtf/unicode/CharacterNames.h"
35 using namespace WTF::Unicode;
  /external/chromium_org/third_party/WebKit/Source/wtf/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
  /external/chromium_org/third_party/icu/source/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
495 # The core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu)
498 # when updating the Unicode data.
503 @echo Unicode .icu files built to "$(ICUBLD_PKG)"
586 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 57 # Perl version check, Unicode handling is enable?
763 elsif($ch eq 'u'){ # UNICODE handling
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 57 # Perl version check, Unicode handling is enable?
763 elsif($ch eq 'u'){ # UNICODE handling
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 57 # Perl version check, Unicode handling is enable?
763 elsif($ch eq 'u'){ # UNICODE handling
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 38 #include "wtf/unicode/Unicode.h"
662 return BidiStatus(static_cast<WTF::Unicode::Direction>(m_lineBreakBidiStatusEor), static_cast<WTF::Unicode::Direction>(m_lineBreakBidiStatusLastStrong), static_cast<WTF::Unicode::Direction>(m_lineBreakBidiStatusLast), m_lineBreakContext);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 35 #include <wtf/unicode/UTF8.h>
    [all...]
  /external/icu4c/data/
makedata.mak 12 # Keep the following in sync with the version - see common/unicode/uvernum.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.
493 @echo Unicode .icu files built to "$(ICUBLD_PKG)"
591 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
    [all...]

Completed in 2036 milliseconds

1 23 4 5