Home
last modified time | relevance | path

Searched defs:unicodeToNumber (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dmath_semantic_util.js54 cvox.SemanticUtil.unicodeToNumber = function(unicode) { function in cvox.SemanticUtil
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js834 cvox.SemanticUtil.unicodeToNumber=function(a){if(!a||2<a.length)return null;if(2==a.length){var b=a… function