| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| _c_m_a_p.py | 5 from fontTools.unicode import Unicode 154 writer.comment(Unicode[code]) [all...] |
| /external/libvncserver/webclients/novnc/include/ |
| keysym.js | 175 * (ISO/IEC 8859-1 = Unicode U+0020..U+00FF)
|
| keyboard.js | 5 // Any Unicode code points which do not have corresponding keysym entries
|
| /external/v8/test/webkit/resources/ |
| json2-es5-compat.js | 433 // Unicode characters with escape sequences. JavaScript handles many characters
|
| /external/opencv3/modules/ts/misc/ |
| table_formatter.py | 208 elif isinstance(value, unicode): 338 out.write("<div style=\"font-family: Lucida Console, Courier New, Courier;font-size: 16px;color:#3e4758;\">\n<table style=\"background:none repeat scroll 0 0 #FFFFFF;border-collapse:collapse;font-family:'Lucida Sans Unicode','Lucida Grande',Sans-Serif;font-size:14px;margin:20px;text-align:left;width:480px;margin-left: auto;margin-right: auto;white-space:nowrap;\">\n") 448 .tbl{background:none repeat scroll 0 0 #FFFFFF;border-collapse:collapse;font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;font-size:14px;margin:20px;text-align:left;width:480px;margin-left: auto;margin-right: auto;white-space:nowrap;}
|
| /external/v8/test/mjsunit/ |
| regexp.js | 130 // Test that we handle \s and \S correctly on special Unicode characters.
|
| /external/autotest/site_utils/rpm_control_system/ |
| BeautifulSoup.py | 37 Unicode. Much of this code is taken from Mark Pilgrim's Universal Feed Parser. 422 """Encodes an object to a string in some encoding, or to Unicode. 424 if isinstance(s, unicode): 431 s = unicode(s) 436 s = unicode(s) 449 class NavigableString(unicode, PageElement): 459 if isinstance(value, unicode): 460 return unicode.__new__(cls, value) 461 return unicode.__new__(cls, value, DEFAULT_OUTPUT_ENCODING) 512 entities with the appropriate Unicode characters. If HTM [all...] |
| /external/icu/icu4c/source/data/ |
| Makefile.in | 107 COMINCDIR=$(top_srcdir)/common/unicode 244 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu) 525 # Targets for prebuilt Unicode data [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
| test_cp.py | [all...] |
| /external/pcre/dist/ |
| pcre_compile.c | 331 Unicode property escapes. */ 364 general substitute of a Unicode property escape (\p or \P). However, for some 535 "this version of PCRE is not compiled with Unicode property support\0" 546 "disallowed Unicode code point (>= 0xd800 && <= 0xdfff)\0" 708 The Unicode property types (\P and \p) have to be present to fill out the table [all...] |
| configure | [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/ |
| base.js | 66 * the canonical Unicode format with hyphen as a delimiter. Language must be 71 * http://www.unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers [all...] |
| /external/v8/test/mjsunit/asm/embenchen/ |
| copy.js | 865 // Gotcha: fromCharCode constructs a character from a UTF-16 encoded code (pair), not from a Unicode code point! So encode the code point to UTF-16 for constructing. 882 // Gotcha: charCodeAt returns a 16-bit word that is a UTF-16 encoded code unit, not a Unicode code point of the character! We must decode the string to UTF-32 to the heap. [all...] |
| corrections.js | 865 // Gotcha: fromCharCode constructs a character from a UTF-16 encoded code (pair), not from a Unicode code point! So encode the code point to UTF-16 for constructing. 882 // Gotcha: charCodeAt returns a 16-bit word that is a UTF-16 encoded code unit, not a Unicode code point of the character! We must decode the string to UTF-32 to the heap. [all...] |
| primes.js | 865 // Gotcha: fromCharCode constructs a character from a UTF-16 encoded code (pair), not from a Unicode code point! So encode the code point to UTF-16 for constructing. 882 // Gotcha: charCodeAt returns a 16-bit word that is a UTF-16 encoded code unit, not a Unicode code point of the character! We must decode the string to UTF-32 to the heap. [all...] |
| fannkuch.js | 896 // Gotcha: fromCharCode constructs a character from a UTF-16 encoded code (pair), not from a Unicode code point! So encode the code point to UTF-16 for constructing. 913 // Gotcha: charCodeAt returns a 16-bit word that is a UTF-16 encoded code unit, not a Unicode code point of the character! We must decode the string to UTF-32 to the heap. [all...] |
| fasta.js | 875 // Gotcha: fromCharCode constructs a character from a UTF-16 encoded code (pair), not from a Unicode code point! So encode the code point to UTF-16 for constructing. 892 // Gotcha: charCodeAt returns a 16-bit word that is a UTF-16 encoded code unit, not a Unicode code point of the character! We must decode the string to UTF-32 to the heap. [all...] |
| memops.js | 865 // Gotcha: fromCharCode constructs a character from a UTF-16 encoded code (pair), not from a Unicode code point! So encode the code point to UTF-16 for constructing. 882 // Gotcha: charCodeAt returns a 16-bit word that is a UTF-16 encoded code unit, not a Unicode code point of the character! We must decode the string to UTF-32 to the heap. [all...] |
| zlib.js | 865 // Gotcha: fromCharCode constructs a character from a UTF-16 encoded code (pair), not from a Unicode code point! So encode the code point to UTF-16 for constructing. 882 // Gotcha: charCodeAt returns a 16-bit word that is a UTF-16 encoded code unit, not a Unicode code point of the character! We must decode the string to UTF-32 to the heap. [all...] |
| /external/bison/build-aux/ |
| texinfo.tex | [all...] |
| /external/libmicrohttpd/doc/ |
| texinfo.tex | [all...] |
| /toolchain/binutils/binutils-2.25/texinfo/ |
| texinfo.tex | [all...] |
| /external/icu/icu4c/source/ |
| configure | 584 PACKAGE_TARNAME='International Components for Unicode' 590 ac_unique_file="common/unicode/utypes.h" [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| winnt.h | 215 #if defined(UNICODE) [all...] |
| /build/tools/droiddoc/templates-ndk/assets/js/ |
| android_3p-bundle.js | 487 + '|\\\\u[A-Fa-f0-9]{4}' // a unicode escape [all...] |