| /external/pdfium/core/include/fpdfapi/ |
| fpdf_resource.h | 43 CFX_ByteString PDF_AdobeNameFromUnicode(FX_WCHAR unicode); 44 const FX_CHAR* FCS_GetAltStr(FX_WCHAR unicode); 49 FX_DWORD FT_CharCodeFromUnicode(int encoding, FX_WCHAR unicode); 182 FX_DWORD CharCodeFromUnicode(FX_WCHAR Unicode) const; 225 virtual FX_DWORD _CharCodeFromUnicode(FX_WCHAR Unicode) const = 0; 292 int CharCodeFromUnicode(FX_WCHAR unicode) const; 294 void SetUnicode(uint8_t charcode, FX_WCHAR unicode) { 295 m_Unicodes[charcode] = unicode; 328 FX_DWORD _CharCodeFromUnicode(FX_WCHAR Unicode) const override { 329 return m_Encoding.CharCodeFromUnicode(Unicode); [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
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| xinput.h | 211 WCHAR Unicode;
|
| ntddcdrm.h | 230 UCHAR Unicode : 1;
|
| /system/core/include/utils/ |
| String16.h | 21 #include <utils/Unicode.h>
|
| String8.h | 21 #include <utils/Unicode.h> 35 // than 0x10FFFF, which is not valid unicode codepoint.
|
| /external/v8/test/mjsunit/ |
| search-string-multiple.js | 59 "Unicode string \u1234",
|
| whitespaces.js | 20 // Unicode 6.3.0 whitespaces (category 'Zs')
|
| /external/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 | 36 Unicode.cpp \
|
| /external/pdfium/core/src/fxge/ge/ |
| fx_ge_font.cpp | 520 FX_DWORD CFX_UnicodeEncodingEx::CharCodeFromUnicode(FX_WCHAR Unicode) const { 523 return Unicode; 532 return Unicode;
|
| /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
| __init__.py | 90 "to Unicode characters.") 104 "to Unicode characters.") 167 if (isinstance(markup, unicode) 187 or (isinstance(markup, unicode) and not u' ' in markup)): 207 # Convert the document to Unicode. 362 """Returns a string or Unicode representation of this document. 363 To get Unicode, pass None for encoding."""
|
| /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/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/v8/test/intl/string/ |
| normalization.js | 36 // Vietnamese legacy text, old Windows 9x / non-Unicode applications use 55 // as decomposed for non-Unicode environments ( l + ·)
|
| /frameworks/base/tools/aapt2/util/ |
| StringPiece.h | 23 #include <utils/Unicode.h>
|
| /frameworks/native/include/input/ |
| KeyCharacterMap.h | 31 #include <utils/Unicode.h> 95 /* Gets the Unicode character for the number or symbol generated by the key 101 /* Gets the Unicode character generated by the key and meta key modifiers. 113 /* Gets the first matching Unicode character that can be generated by the key,
|
| /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/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/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/v8/src/js/ |
| i18n.js | 89 * Unicode extension regular expression. 101 * Matches any Unicode extension. 395 * specified through Unicode locale extension sequences are negotiated 474 * Parses Unicode extension into key - value map. 514 * Unicode extensions for passing parameters to ICU). 551 // User options didn't have it, check Unicode extension. 560 // Boolean keys are allowed not to have values in Unicode extension. 932 * Map of Unicode extensions to option properties, and their values and types, 950 * http://unicode.org/repos/cldr/trunk/common/bcp47/collation.xml [all...] |
| /external/autotest/client/tools/ |
| html_report.py | 23 font:76%/150% "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif; [all...] |