| /external/chromium_org/third_party/WebKit/Source/wtf/unicode/ | 
| UTF8.h | 29 #include "wtf/unicode/Unicode.h" 33 namespace Unicode {
 37     // Only allows sequences of up to 4 bytes, since that works for all Unicode characters (U-00000000 to U-0010FFFF).
 41     // Only allows Unicode characters (U-00000000 to U-0010FFFF).
 83 } // namespace Unicode
 
 | 
| UTF8.cpp | 28 #include "wtf/unicode/UTF8.h" 32 #include "wtf/unicode/CharacterNames.h"
 35 namespace Unicode {
 246 // If presented with a length > 4, this returns false.  The Unicode
 470 } // namespace Unicode
 
 | 
| CharacterNames.h | 29 #include "wtf/unicode/Unicode.h" 32 namespace Unicode {
 34 // Names here are taken from the Unicode standard.
 104 } // namespace Unicode
 107 using WTF::Unicode::aegeanWordSeparatorLine;
 108 using WTF::Unicode::aegeanWordSeparatorDot;
 109 using WTF::Unicode::activateArabicFormShaping;
 110 using WTF::Unicode::activateSymmetricSwapping;
 111 using WTF::Unicode::arabicLetterMark
 [all...]
 | 
| /external/fonttools/Lib/fontTools/ | 
| unicode.py | 39 Unicode = _UnicodeBuiltin() 42 	global Unicode
 43 	Unicode = _UnicodeCustom(f)
 
 | 
| /external/chromium_org/chrome/common/extensions/docs/server2/ | 
| sidenav_data_source.py | 9 from compiled_file_system import Cache, SingleFile, Unicode 70   @Unicode
 
 | 
| api_models.py | 7 from compiled_file_system import Cache, SingleFile, Unicode 72   @Unicode
 
 | 
| compiled_file_system.py | 53 def Unicode(fn): 56   the file's data as Unicode text.
 61   # Unicode.
 139       '''Creates a CompiledFileSystem for Unicode text processing.
 
 | 
| features_bundle.py | 8 from compiled_file_system import SingleFile, Unicode 209   @Unicode
 
 | 
| availability_finder.py | 10 from compiled_file_system import CompiledFileSystem, SingleFile, Unicode 161                                             SingleFile(Unicode(process_schema)),
 
 | 
| /external/chromium_org/third_party/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/fonttools/Lib/fontTools/ttLib/tables/ | 
| _c_m_a_p.py | 5 from fontTools.unicode import Unicode 154 				writer.comment(Unicode[code])
 [all...]
 | 
| /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/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/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/ | 
| UnicodeIcu.h | 26 #include <unicode/uchar.h> 27 #include <unicode/ustring.h>
 31 namespace Unicode {
 226 } // namespace Unicode
 
 | 
| /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; 
 | 
| winnt.h | 215 #if defined(UNICODE) [all...]
 | 
| /external/chromium_org/chrome/third_party/chromevox/ | 
| chromeVoxChromeBackgroundScript.js | 25 cvox.ChromeVox.entireDocumentIsHidden=!1;cvox.ChromeVox.storeOn=function(a){a.isStickyPrefOn=cvox.ChromeVox.isStickyPrefOn;cvox.ChromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox.ChromeVox.isStickyPrefOn=a.isStickyPrefOn;cvox.ChromeVox.navigationManager.readFrom(a)};cvox.ChromeVox.isStickyModeOn=function(){return null!==cvox.ChromeVox.stickyOverride?cvox.ChromeVox.stickyOverride:cvox.ChromeVox.isStickyPrefOn};cvox.Cursor=function(a,b,c){this.node=a;this.index=b;this.text=c};cvox.Cursor.prototype.clone=function(){return new cvox.Cursor(this.node,this.index,this.text)};cvox.Cursor.prototype.copyFrom=function(a){this.node=a.node;this.index=a.index;this.text=a.text};cvox.Cursor.prototype.equals=function(a){return this.node==a.node&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug.Error=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,goog.debug.Error);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};goog.inherits(goog.debug.Error,Error);goog.debug.Error.prototype.name="CustomError";goog.dom={};goog.dom.NodeType={ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDATA_SECTION:4,ENTITY_REFERENCE:5,ENTITY:6,PROCESSING_INSTRUCTION:7,COMMENT:8,DOCUMENT:9,DOCUMENT_TYPE:10,DOCUMENT_FRAGMENT:11,NOTATION:12};goog.string={};goog.string.DETECT_DOUBLE_ESCAPING=!1;goog.string.Unicode={NBSP:"\u00a0"};goog.string.startsWith=function(a,b){return 0==a.lastIndexOf(b,0)};goog.string.endsWith=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c};goog.string.caseInsensitiveStartsWith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(0,b.length))};goog.string.caseInsensitiveEndsWith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(a.length-b.length,b.length))}; 37 goog.string.preserveSpaces=function(a){return a.replace(/(^|[\n ]) /g,"$1"+goog.string.Unicode.NBSP)};goog.string.stripQuotes=function(a,b){for(var c=b.length,d=0;d<c;d++){var e=1==c?b:b.charAt(d);if(a.charAt(0)==e&&a.charAt(a.length-1)==e)return a.substring(1,a.length-1)}return a};goog.string.truncate=function(a,b,c){c&&(a=goog.string.unescapeEntities(a));a.length>b&&(a=a.substring(0,b-3)+"...");c&&(a=goog.string.htmlEscape(a));return a};
 [all...]
 | 
| chromeVoxChromeOptionsScript.js | [all...] |