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

1 23 4 5 6 7

  /external/regex-re2/doc/
mksyntaxgo 8 /^Unicode character class/,$d
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 56 CFX_ByteString PDF_AdobeNameFromUnicode(FX_WCHAR unicode);
181 FX_DWORD CharCodeFromUnicode(FX_WCHAR Unicode) const;
247 virtual FX_DWORD _CharCodeFromUnicode(FX_WCHAR Unicode) const = 0;
319 int CharCodeFromUnicode(FX_WCHAR unicode) const;
321 void SetUnicode(FX_BYTE charcode, FX_WCHAR unicode)
323 m_Unicodes[charcode] = unicode;
360 virtual FX_DWORD _CharCodeFromUnicode(FX_WCHAR Unicode) const
362 return m_Encoding.CharCodeFromUnicode(Unicode);
531 virtual FX_DWORD _CharCodeFromUnicode(FX_WCHAR Unicode) const;
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
bytes.pxd 82 # size). It must not be deallocated. If string is a Unicode
89 # checking. Only string objects are supported; no Unicode objects
96 # The function accepts both string and Unicode objects as
97 # input. For Unicode objects it returns the default encoded
105 # size). It must not be deallocated. If string is a Unicode
167 # unicode() built-in function. The codec to be used is looked up
string.pxd 82 # size). It must not be deallocated. If string is a Unicode
89 # checking. Only string objects are supported; no Unicode objects
96 # The function accepts both string and Unicode objects as
97 # input. For Unicode objects it returns the default encoded
105 # size). It must not be deallocated. If string is a Unicode
167 # unicode() built-in function. The codec to be used is looked up
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 510 ALWAYS_INLINE TextDirection textDirectionFromUnicode(WTF::Unicode::Direction direction)
512 return direction == WTF::Unicode::RightToLeft
513 || direction == WTF::Unicode::RightToLeftArabic ? RTL : LTR;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 56 , m_lineBreakBidiStatusEor(WTF::Unicode::LeftToRight)
57 , m_lineBreakBidiStatusLastStrong(WTF::Unicode::LeftToRight)
58 , m_lineBreakBidiStatusLast(WTF::Unicode::LeftToRight)
345 unsigned m_lineBreakBidiStatusEor : 5; // WTF::Unicode::Direction
346 unsigned m_lineBreakBidiStatusLastStrong : 5; // WTF::Unicode::Direction
347 unsigned m_lineBreakBidiStatusLast : 5; // WTF::Unicode::Direction
  /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_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 36 using namespace WTF::Unicode;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xinput.h 211 WCHAR Unicode;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Character.cpp 39 using namespace Unicode;
96 // U+1900 through U+194F Limbu (Unicode 4.0)
119 // U+FE00 through U+FE0F Unicode variation selectors
155 if (supplementaryCharacter < 0xE0100) // U+E0100 through U+E01EF Unicode variation selectors.
341 CharCategory category = Unicode::category(c);
  /external/chromium_org/v8/test/mjsunit/
search-string-multiple.js 59 "Unicode string \u1234",
whitespaces.js 20 // Unicode 6.3.0 whitespaces (category 'Zs')
  /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. '
  /system/core/libutils/
Android.mk 43 Unicode.cpp \
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_util.js 49 * Transforms a unicode character into numeric representation. Returns null if
50 * the input string is not a valid unicode character.
51 * @param {string} unicode Character.
54 cvox.SemanticUtil.unicodeToNumber = function(unicode) {
55 if (!unicode || unicode.length > 2) {
59 if (unicode.length == 2) {
60 var hi = unicode.charCodeAt(0);
61 var low = unicode.charCodeAt(1);
67 return unicode.charCodeAt(0)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder.py 10 from compiled_file_system import CompiledFileSystem, SingleFile, Unicode
161 SingleFile(Unicode(process_schema)),
features_bundle.py 8 from compiled_file_system import SingleFile, Unicode
209 @Unicode
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryTokenizer.cpp 14 #include "wtf/unicode/CharacterNames.h"
465 return WTF::Unicode::replacementCharacter;
471 return WTF::Unicode::replacementCharacter;
  /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/icu/icu4c/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/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 39 #include "wtf/unicode/CharacterNames.h"
40 #include <unicode/translit.h>
41 #include <unicode/unistr.h>
57 using namespace Unicode;
533 data8[i] = static_cast<LChar>(Unicode::toLower(characters8()[i]));
567 int32_t realLength = Unicode::toLower(data16, length, characters16(), m_length, &error);
572 Unicode::toLower(data16, realLength, characters16(), m_length, &error);
611 UChar upper = Unicode::toUpper(c);
633 *dest++ = static_cast<LChar>(Unicode::toUpper(c));
658 int32_t realLength = Unicode::toUpper(data16, length, source16, m_length, &error)
    [all...]

Completed in 1609 milliseconds

1 23 4 5 6 7