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

1 2 3 45 6 7

  /external/webkit/Source/JavaScriptCore/API/
JSClassRef.cpp 37 #include <wtf/unicode/UTF8.h>
41 using namespace WTF::Unicode;
  /external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp 41 #include <wtf/unicode/Collator.h>
    [all...]
UString.cpp 42 #include <wtf/unicode/UTF8.h>
49 using namespace WTF::Unicode;
276 // Basic Latin1 (ISO) encoding - Unicode characters 0..255 are
295 // Basic Latin1 (ISO) encoding - Unicode characters 0..255 are
JSFunction.cpp 42 using namespace Unicode;
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.h 32 namespace Unicode {
191 } // namespace Unicode
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 27 #include <unicode/uchar.h>
28 #include <unicode/ustring.h>
29 #include <unicode/utf16.h>
32 namespace Unicode {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.h 34 namespace Unicode {
174 } // namespace Unicode
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h 31 #include <wtf/unicode/Unicode.h>
YarrPattern.h 32 #include <wtf/unicode/Unicode.h>
YarrParser.h 32 #include <wtf/unicode/Unicode.h>
  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.cpp 32 #include <unicode/unorm.h>
36 using namespace Unicode;
41 // According to http://www.unicode.org/Public/UNIDATA/UCD.html#Canonical_Combining_Class_Values
110 // Do we have a surrogate pair? If so, determine the full Unicode (32 bit)
251 return res.at(0).unicode();
FontFastPath.cpp 35 #include <wtf/unicode/CharacterNames.h>
36 #include <wtf/unicode/Unicode.h>
39 using namespace Unicode;
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF8.cpp 32 #include <wtf/unicode/CharacterNames.h>
34 using namespace WTF::Unicode;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 119 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWritingDirection() == WTF::Unicode::RightToLeft);
  /frameworks/base/include/androidfw/
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,
  /frameworks/native/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/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/v8/test/mjsunit/regress/
regress-219.js 143 // Unicode escape sequences are not interpreted.
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 333 // Determines the writing direction using the Unicode Bidi Algorithm rules P2 and P3.
334 WTF::Unicode::Direction defaultWritingDirection(bool* hasStrongDirectionality = 0) const
340 return WTF::Unicode::LeftToRight;
AtomicString.cpp 30 #include <wtf/unicode/UTF8.h>
34 using namespace Unicode;
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp 32 #include <wtf/unicode/CharacterNames.h>
35 namespace Unicode {
204 // If presented with a length > 4, this returns false. The Unicode
406 } // namespace Unicode
  /frameworks/base/media/jni/
android_media_MediaScanner.cpp 22 #include <utils/Unicode.h>
  /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)"
576 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 35 #include <unicode/ubrk.h>
75 namespace Unicode {
197 r[rindex] = qstring.at(i).unicode();
255 r[rindex] = qstring.at(i).unicode();

Completed in 1137 milliseconds

1 2 3 45 6 7