/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventFactoryMac.mm | 208 static int windowsKeyCodeForCharCode(unichar charCode) 210 switch (charCode) { [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 159 var charCode = parseInt(hex, 16); 163 if (charCode >= 0x20 && charCode <= 0x7E) { 164 asciiLine += String.fromCharCode(charCode); 165 } else if (charCode == 0x00) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLButtonElement.cpp | 133 switch (toKeyboardEvent(event)->charCode()) {
|
HTMLElement.cpp | [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state.h | 189 float getProbability(const int index, const int charCode) const;
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType.cpp | 488 for (SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); 490 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex)) { 491 if (charCode && 493 (*glyphToUnicode)[glyphIndex] = charCode; [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 490 for (SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); 492 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex)) { 493 if (charCode && 495 (*glyphToUnicode)[glyphIndex] = charCode; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 514 int charCode = UserData.charToAscii.get(msg.charAt(i), -1); 515 if (charCode == -1) { 522 outStream.write(7, charCode); [all...] |
/external/chromium/chrome/browser/resources/ |
keyboard_overlay.js | 197 var charCode = c.charCodeAt(0); 198 return 0x00 <= charCode && charCode <= 0x7F;
|
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkScalerContext.h | 188 unsigned getBaseGlyphCount(SkUnichar charCode);
|
/external/skia/src/core/ |
SkScalerContext.h | 188 unsigned getBaseGlyphCount(SkUnichar charCode);
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
log_view_painter.js | 141 var charCode = parseInt(hex, 16); 145 if (charCode >= 0x20 && charCode <= 0x7E) { 146 asciiLine += String.fromCharCode(charCode); 147 } else if (charCode == 0x00) {
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
keyboard_overlay.js | 289 var charCode = c.charCodeAt(0); 290 return 0x00 <= charCode && charCode <= 0x7F;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnJAJP.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMExtension.js | 423 return String.fromCharCode(this.charCode);
|
InspectorView.js | 268 // Any charCode < 32 is not going to be a valid keypress. 269 if (event.charCode < 32 && WebInspector.isWin())
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery-1.4.2.min.js | 55 if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "), 57 d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this, [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
jquery-1.4.1.min.js | 54 d;a=arguments[0]=c.event.fix(a||z.event);a.currentTarget=this;d=a.type.split(".");a.type=d.shift();b=!d.length&&!a.exclusive;var f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");d=(c.data(this,"events")||{})[a.type];for(var e in d){var i=d[e];if(b||f.test(i.type)){a.handler=i;a.data=i.data;i=i.apply(this,arguments);if(i!==v){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "), 56 d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==v)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a,b){c.extend(a,b||{});a.guid+=b.selector+b.live;b.liveProxy=a;c.event.add(this,b.live,na,b)},remove:function(a){if(a.length){var b= [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
jquery-1.4.1.min.js | 54 d;a=arguments[0]=c.event.fix(a||z.event);a.currentTarget=this;d=a.type.split(".");a.type=d.shift();b=!d.length&&!a.exclusive;var f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");d=(c.data(this,"events")||{})[a.type];for(var e in d){var i=d[e];if(b||f.test(i.type)){a.handler=i;a.data=i.data;i=i.apply(this,arguments);if(i!==v){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "), 56 d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==v)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a,b){c.extend(a,b||{});a.guid+=b.selector+b.live;b.liveProxy=a;c.event.add(this,b.live,na,b)},remove:function(a){if(a.length){var b= [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
InputType.cpp | 426 return event->isKeyboardEvent() && event->type() == EventTypeNames::keypress && toKeyboardEvent(event)->charCode() == '\r';
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
dojo-1.6.1.js | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
jquery-1.4.3.min.js | 63 l.data;a.handleObj=l;l=l.handler.apply(this,h);if(l!==A){a.result=l;if(l===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "), 65 d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(a.which==null&&(a.charCode!=null||a.keyCode!=null))a.which=a.charCode!=null?a.charCode:a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==A)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,Y(a.origType,a.selector),c.extend({},a,{handler:Ga,guid:a.handler.guid}))},remove:function(a){c.event.remove(this, [all...] |
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttcmap.c | 133 FT_UInt32 charcode = *pchar_code; local 139 while ( ++charcode < 256 ) 141 gindex = table[charcode]; 144 result = charcode; 206 /***** assume that the value "charcode" correspond to following: *****/ 208 /***** - For one byte characters, "charcode" is simply the *****/ 211 /***** - For two byte characters, "charcode" is the 2-byte *****/ 214 /***** (charcode >> 8) is the first byte value *****/ 215 /***** (charcode & 0xFF) is the second byte value *****/ 217 /***** Note that not all values of "charcode" are valid according ***** 474 FT_UInt32 charcode = *pcharcode + 1; local 742 FT_UInt charcode; local 1010 FT_UInt32 charcode = *pcharcode; local 1099 FT_UInt charcode = (FT_UInt)*pcharcode; local [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 133 FT_UInt32 charcode = *pchar_code; local 139 while ( ++charcode < 256 ) 141 gindex = table[charcode]; 144 result = charcode; 206 /***** assume that the value "charcode" correspond to following: *****/ 208 /***** - For one byte characters, "charcode" is simply the *****/ 211 /***** - For two byte characters, "charcode" is the 2-byte *****/ 214 /***** (charcode >> 8) is the first byte value *****/ 215 /***** (charcode & 0xFF) is the second byte value *****/ 217 /***** Note that not all values of "charcode" are valid according ***** 474 FT_UInt32 charcode = *pcharcode + 1; local 742 FT_UInt charcode; local 1010 FT_UInt32 charcode = *pcharcode; local 1099 FT_UInt charcode = (FT_UInt)*pcharcode; local [all...] |