| /external/chromium_org/third_party/WebKit/Source/core/platform/text/ |
| BidiContext.cpp | 28 using namespace WTF::Unicode; 82 // DOM modification/editing -- so we copy all the non-unicode contexts, and
|
| SegmentedString.h | 264 ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(currentChar()) == WTF::Unicode::foldCase(expectedCharacter));
|
| /external/chromium_org/third_party/WebKit/Source/wtf/text/ |
| StringHash.h | 70 return WTF::Unicode::foldCase(ch);
|
| StringImpl.cpp | 32 #include "wtf/unicode/CharacterNames.h" 46 using namespace Unicode; 491 data8[i] = static_cast<LChar>(Unicode::toLower(characters8()[i])); 525 int32_t realLength = Unicode::toLower(data16, length, characters16(), m_length, &error); 530 Unicode::toLower(data16, realLength, characters16(), m_length, &error); 569 UChar upper = Unicode::toUpper(c); 591 *dest++ = static_cast<LChar>(Unicode::toUpper(c)); 623 int32_t realLength = Unicode::toUpper(data16, length, source16, m_length, &error); 627 Unicode::toUpper(data16, realLength, source16, m_length, &error); 674 data[i] = static_cast<LChar>(Unicode::toLower(characters8()[i])) [all...] |
| StringImpl.h | 33 #include "wtf/unicode/Unicode.h" 406 WTF::Unicode::Direction defaultWritingDirection(bool* hasStrongDirectionality = 0); 493 return !Unicode::umemcasecmp(a, b, length); 713 // This will include newlines, which aren't included in Unicode DirWS. 714 return c <= 0x7F ? WTF::isASCIISpace(c) : WTF::Unicode::direction(c) == WTF::Unicode::WhiteSpaceNeutral;
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-latin-1.js | 71 // Unicode equivalence 75 // Unicode equivalence ranges
|
| /external/chromium_org/third_party/WebKit/Source/core/xml/ |
| XPathParser.cpp | 42 using namespace Unicode; 63 CharCategory category = Unicode::category(aChar);
|
| /external/chromium_org/third_party/re2/doc/ |
| mksyntaxgo | 8 /^Unicode character class/,$d
|
| /external/regex-re2/doc/ |
| mksyntaxgo | 8 /^Unicode character class/,$d
|
| /external/chromium_org/third_party/WebKit/Source/core/html/track/ |
| TextTrackCue.cpp | 122 // the 'unicode-bidi' property must be set to 'plaintext' 606 return WTF::Unicode::category(character) & WTF::Unicode::Separator_Paragraph; 614 // Apply the Unicode Bidirectional Algorithm's Paragraph Level steps to the 636 WTF::Unicode::Direction charDirection = WTF::Unicode::direction(current); 637 if (charDirection == WTF::Unicode::LeftToRight) { 641 if (charDirection == WTF::Unicode::RightToLeft 642 || charDirection == WTF::Unicode::RightToLeftArabic) { [all...] |
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
| ActionScriptTarget.java | 63 * ActionScript doesn't support Unicode String literals that are considered "illegal" 67 * If the int is between 255 and 0x7fff we use a single unicode literal with the value 68 * If the int is above 0x7fff, we use a unicode literal of 0x80hh, where hh is the high-order
|
| /external/chromium/webkit/glue/ |
| regular_expression_unittest.cc | 55 TEST(RegexTest, Unicode) { 56 // Make sure we get the right offsets for unicode strings.
|
| /external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
| DateTimeSymbolicFieldElement.cpp | 34 #include "wtf/unicode/Unicode.h" 78 const UChar charCode = WTF::Unicode::toLower(keyboardEvent->charCode());
|
| DateTimeNumericFieldElement.cpp | 37 using namespace WTF::Unicode;
|
| /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
| IDBKeyPath.cpp | 31 #include "wtf/unicode/Unicode.h" 87 using namespace WTF::Unicode;
|
| /external/chromium_org/v8/test/mjsunit/ |
| search-string-multiple.js | 59 "Unicode string \u1234",
|
| /external/chromium_org/v8/test/webkit/ |
| gmail-re-re.js | 25 "Bug 7445, bug 7253: Handle Unicode escapes in regexps."
|
| regexp-negative-special-characters.js | 25 "This test checks Unicode in negative RegExp character classes."
|
| regexp-non-bmp.js | 26 + 'From a Unicode correctness point of view this is wrong, but it is what other browsers do. '
|
| /external/v8/test/mjsunit/ |
| search-string-multiple.js | 59 "Unicode string \u1234",
|
| /external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
| CollPerf.pl | 200 (Unicode/ISO 10646 code point). Generally this is the important field for sort 218 "http://www.unicode.org/reports/tr10/">Unicode Collation (UCA)</a>.</li>
|
| /external/chromium_org/v8/test/intl/collator/ |
| normalization.js | 35 // http://unicode.org/cldr/utility/character.jsp?a=01DF 38 // http://unicode.org/cldr/utility/character.jsp?a=1E09 for character details. 47 // Try with normalization off (as Unicode extension).
|
| /external/icu4c/test/perf/collationperf/ |
| CollPerf.pl | 200 (Unicode/ISO 10646 code point). Generally this is the important field for sort 218 "http://www.unicode.org/reports/tr10/">Unicode Collation (UCA)</a>.</li>
|
| /system/core/libutils/ |
| Android.mk | 42 Unicode.cpp \
|
| /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
| SVGGlyph.cpp | 26 #include "wtf/unicode/Unicode.h" 28 using namespace WTF::Unicode;
|