HomeSort by relevance Sort by last modified time
    Searched refs:Unicode (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBoundaries.cpp 34 using namespace Unicode;
BidiContext.cpp 30 using namespace WTF::Unicode;
84 // DOM modification/editing -- so we copy all the non-unicode contexts, and
SegmentedString.h 263 ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(currentChar()) == WTF::Unicode::foldCase(expectedCharacter));
  /external/chromium_org/v8/test/webkit/fast/js/
string-capitalization.js 40 // Test the toUpper and toLower changes made in Unicode versions 5.2 and 6.1
44 // support Unicode 5.2 and Unicode 6.1.
57 // Check Unicode additions in version 5.2. From UnicodeData.txt:
65 // Check Unicode additions in version 6.1 From UnicodeData.txt:
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
BidiRunForLine.cpp 34 using namespace WTF::Unicode;
99 WTF::Unicode::Direction direction = textDirection == LTR
152 // Only inlines make sense with unicode-bidi: isolate (blocks are
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyPath.cpp 31 #include "wtf/unicode/CharacterNames.h"
32 #include "wtf/unicode/Unicode.h"
34 using namespace WTF::Unicode;
90 using namespace WTF::Unicode;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF16.cpp 33 #include "wtf/unicode/CharacterNames.h"
47 registrar("Unicode", "UTF-16LE");
79 return String(&Unicode::replacementCharacter, 1);
123 *q++ = Unicode::replacementCharacter;
StringHash.h 70 return WTF::Unicode::foldCase(ch);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TypeAhead.cpp 32 #include "wtf/unicode/CharacterNames.h"
34 using namespace WTF::Unicode;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 48 #include "wtf/unicode/UTF8.h"
154 WTF::Unicode::ConversionResult result = WTF::Unicode::convertUTF8ToUTF16(&stringCurrent, buffer + len, &bufferUChar, bufferUCharEnd);
155 if (result != WTF::Unicode::conversionOK && result != WTF::Unicode::sourceExhausted) {
XPathParser.cpp 42 using namespace Unicode;
60 CharCategory category = Unicode::category(aChar);
  /system/core/libutils/tests/
Unicode_test.cpp 19 #include <utils/Unicode.h>
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_simple_store.js 7 * Unicode symbols and functions.
86 * Makes a speech rule for Unicode characters from its JSON representation.
96 * Makes a speech rule for Unicode characters from its JSON representation.
166 * Parses a string with a hex representatino of a unicode code point into the
167 * corresponding unicode character.
169 * @return {string} The unicode character.
  /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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
braille_captions_background.js 22 * Unicode block of braille pattern characters. A braille pattern is formed
61 // Convert the cells to Unicode braille pattern characters.
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
PickerIndicatorElement.cpp 45 using namespace WTF::Unicode;
  /external/chromium_org/third_party/skia/tests/
UnicodeTest.cpp 12 // Unicode Variation Selector ranges: inclusive
80 DEF_TEST(Unicode, reporter) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-latin-1.js 71 // Unicode equivalence
75 // Unicode equivalence ranges
  /external/skia/tests/
UnicodeTest.cpp 12 // Unicode Variation Selector ranges: inclusive
80 DEF_TEST(Unicode, reporter) {
  /external/pcre/dist/
RunTest.bat 349 echo Test 6 Skipped due to absence of Unicode property support.
352 call :runsub 6 testout "Unicode property support (Compatible with Perl >= 5.10)" -q
359 echo Test 7 Skipped due to absence of Unicode property support.
362 call :runsub 7 testout "API, internals, and non-Perl stuff for Unicode property support" -q
383 echo Test 10 Skipped due to absence of Unicode property support.
386 call :runsub 10 testout "DFA matching with Unicode properties" -q -dfa
396 echo Test 11 Skipped due to absence of Unicode property support.
451 echo Test 16 Skipped due to absence of Unicode property support.
454 call :runsub 16 testout "Specials for the 8-bit library with Unicode propery support" -q
489 echo Test 19 Skipped due to absence of Unicode property support
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_models.py 7 from compiled_file_system import Cache, SingleFile, Unicode
72 @Unicode
  /external/chromium_org/remoting/webapp/unittests/
base_unittest.js 254 // Some arbitrary characters from the basic Unicode plane.
259 // Unicode surrogate pair for U+1F603.
269 // Some arbitrary characters from the basic Unicode plane.
277 // Unicode surrogate pair for U+1F603.
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ListMarkerPainter.cpp 16 #include "wtf/unicode/CharacterNames.h"
184 bool textNeedsReversing = WTF::Unicode::direction(m_renderListMarker.text()[0]) == WTF::Unicode::RightToLeft;
  /external/chromium_org/third_party/re2/doc/
mksyntaxgo 8 /^Unicode character class/,$d
  /external/llvm/lib/Support/
Android.mk 79 Unicode.cpp \

Completed in 1504 milliseconds

12 3 4 5 6 7