Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Side by Side Diff: chrome/third_party/chromevox/chromeVoxChromePageScript.js

Issue 274963004: Update latest ChromeVox from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goo g.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execS cript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&g oog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog. exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRIC T_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)}; 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goo g.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execS cript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&g oog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog. exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRIC T_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test- only code into non-debug environment"+a?": "+a:".");};goog.forwardDeclare=functi on(){};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.globa l,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d} ;goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]}; 2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test- only code into non-debug environment"+a?": "+a:".");};goog.forwardDeclare=functi on(){};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.globa l,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d} ;goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
3 goog.addDependency=function(a,b,c){if(goog.DEPENDENCIES_ENABLED){var d;a=a.repla ce(/\\/g,"/");for(var e=goog.dependencies_,f=0;d=b[f];f++)e.nameToPath[d]=a,a in e.pathToNames||(e.pathToNames[a]={}),e.pathToNames[a][d]=!0;for(d=0;b=c[d];d++) a in e.requires||(e.requires[a]={}),e.requires[a][b]=!0}};goog.useStrictRequires =!1;goog.ENABLE_DEBUG_LOADER=!0;goog.require=function(){};goog.basePath="";goog. nullFunction=function(){};goog.identityFunction=function(a){return a}; 3 goog.addDependency=function(a,b,c){if(goog.DEPENDENCIES_ENABLED){var d;a=a.repla ce(/\\/g,"/");for(var e=goog.dependencies_,f=0;d=b[f];f++)e.nameToPath[d]=a,a in e.pathToNames||(e.pathToNames[a]={}),e.pathToNames[a][d]=!0;for(d=0;b=c[d];d++) a in e.requires||(e.requires[a]={}),e.requires[a][b]=!0}};goog.useStrictRequires =!1;goog.ENABLE_DEBUG_LOADER=!0;goog.require=function(){};goog.basePath="";goog. nullFunction=function(){};goog.identityFunction=function(a){return a};
4 goog.abstractMethod=function(){throw Error("unimplemented abstract method");};go og.addSingletonGetter=function(a){a.getInstance=function(){if(a.instance_)return a.instance_;goog.DEBUG&&(goog.instantiatedSingletons_[goog.instantiatedSingleto ns_.length]=a);return a.instance_=new a}};goog.instantiatedSingletons_=[];goog.D EPENDENCIES_ENABLED=!1; 4 goog.abstractMethod=function(){throw Error("unimplemented abstract method");};go og.addSingletonGetter=function(a){a.getInstance=function(){if(a.instance_)return a.instance_;goog.DEBUG&&(goog.instantiatedSingletons_[goog.instantiatedSingleto ns_.length]=a);return a.instance_=new a}};goog.instantiatedSingletons_=[];goog.D EPENDENCIES_ENABLED=!1;
5 goog.DEPENDENCIES_ENABLED&&(goog.included_={},goog.dependencies_={pathToNames:{} ,nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function( ){var a=goog.global.document;return"undefined"!=typeof a&&"write"in a},goog.find BasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global. CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document, a=a.getElementsByTagName("script"),b=a.length-1;0<=b;--b){var c=a[b].src,d=c.las tIndexOf("?"),d=-1==d? 5 goog.DEPENDENCIES_ENABLED&&(goog.included_={},goog.dependencies_={pathToNames:{} ,nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function( ){var a=goog.global.document;return"undefined"!=typeof a&&"write"in a},goog.find BasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global. CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document, a=a.getElementsByTagName("script"),b=a.length-1;0<=b;--b){var c=a[b].src,d=c.las tIndexOf("?"),d=-1==d?
6 c.length:d;if("base.js"==c.substr(d-7,7)){goog.basePath=c.substr(0,d-7);break}}} ,goog.importScript_=function(a){var b=goog.global.CLOSURE_IMPORT_SCRIPT||goog.wr iteScriptTag_;!goog.dependencies_.written[a]&&b(a)&&(goog.dependencies_.written[ a]=!0)},goog.writeScriptTag_=function(a){if(goog.inHtmlDocument_()){var b=goog.g lobal.document;if("complete"==b.readyState){if(b=/\bdeps.js$/.test(a))return!1;t hrow Error('Cannot write "'+a+'" after document load');}b.write('<script type="t ext/javascript" src="'+ 6 c.length:d;if("base.js"==c.substr(d-7,7)){goog.basePath=c.substr(0,d-7);break}}} ,goog.importScript_=function(a){var b=goog.global.CLOSURE_IMPORT_SCRIPT||goog.wr iteScriptTag_;!goog.dependencies_.written[a]&&b(a)&&(goog.dependencies_.written[ a]=!0)},goog.writeScriptTag_=function(a){if(goog.inHtmlDocument_()){var b=goog.g lobal.document;if("complete"==b.readyState){if(b=/\bdeps.js$/.test(a))return!1;t hrow Error('Cannot write "'+a+'" after document load');}b.write('<script type="t ext/javascript" src="'+
7 a+'">\x3c/script>');return!0}return!1},goog.writeScripts_=function(){function a( e){if(!(e in d.written)){if(!(e in d.visited)&&(d.visited[e]=!0,e in d.requires) )for(var g in d.requires[e])if(!goog.isProvided_(g))if(g in d.nameToPath)a(d.nam eToPath[g]);else throw Error("Undefined nameToPath for "+g);e in c||(c[e]=!0,b.p ush(e))}}var b=[],c={},d=goog.dependencies_,e;for(e in goog.included_)d.written[ e]||a(e);for(e=0;e<b.length;e++)if(b[e])goog.importScript_(goog.basePath+b[e]);e lse throw Error("Undefined script input"); 7 a+'">\x3c/script>');return!0}return!1},goog.writeScripts_=function(){function a( e){if(!(e in d.written)){if(!(e in d.visited)&&(d.visited[e]=!0,e in d.requires) )for(var g in d.requires[e])if(!goog.isProvided_(g))if(g in d.nameToPath)a(d.nam eToPath[g]);else throw Error("Undefined nameToPath for "+g);e in c||(c[e]=!0,b.p ush(e))}}var b=[],c={},d=goog.dependencies_,e;for(e in goog.included_)d.written[ e]||a(e);for(e=0;e<b.length;e++)if(b[e])goog.importScript_(goog.basePath+b[e]);e lse throw Error("Undefined script input");
8 },goog.getPathFromDeps_=function(a){return a in goog.dependencies_.nameToPath?go og.dependencies_.nameToPath[a]:null},goog.findBasePath_(),goog.global.CLOSURE_NO _DEPS||goog.importScript_(goog.basePath+"deps.js")); 8 },goog.getPathFromDeps_=function(a){return a in goog.dependencies_.nameToPath?go og.dependencies_.nameToPath[a]:null},goog.findBasePath_(),goog.global.CLOSURE_NO _DEPS||goog.importScript_(goog.basePath+"deps.js"));
9 goog.typeOf=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Arra y)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString. call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"= =typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIs Enumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function ]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&! a.propertyIsEnumerable("call"))return"function"}else return"null"; 9 goog.typeOf=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Arra y)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString. call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"= =typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIs Enumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function ]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&! a.propertyIsEnumerable("call"))return"function"}else return"null";
10 else if("function"==b&&"undefined"==typeof a.call)return"object";return b};goog. isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null !=a};goog.isArray=function(a){return"array"==goog.typeOf(a)};goog.isArrayLike=fu nction(a){var b=goog.typeOf(a);return"array"==b||"object"==b&&"number"==typeof a .length};goog.isDateLike=function(a){return goog.isObject(a)&&"function"==typeof a.getFullYear};goog.isString=function(a){return"string"==typeof a}; 10 else if("function"==b&&"undefined"==typeof a.call)return"object";return b};goog. isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null !=a};goog.isArray=function(a){return"array"==goog.typeOf(a)};goog.isArrayLike=fu nction(a){var b=goog.typeOf(a);return"array"==b||"object"==b&&"number"==typeof a .length};goog.isDateLike=function(a){return goog.isObject(a)&&"function"==typeof a.getFullYear};goog.isString=function(a){return"string"==typeof a};
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 cvox.ExtensionBridge.gotPongFromBackgroundPage=function(a){var b=cvox.ExtensionB ridge;b.connected=!0;for(b.id_=a;0<b.queuedMessages.length;)b.sendContentScriptT oBackground(b.queuedMessages.shift())};cvox.ExtensionBridge.sendContentScriptToB ackground=function(a){var b=cvox.ExtensionBridge;b.connected?cvox.ExtensionBridg e.backgroundPort?cvox.ExtensionBridge.backgroundPort.postMessage(a):chrome.exten sion.sendMessage(a):b.queuedMessages.push(a)}; 43 cvox.ExtensionBridge.gotPongFromBackgroundPage=function(a){var b=cvox.ExtensionB ridge;b.connected=!0;for(b.id_=a;0<b.queuedMessages.length;)b.sendContentScriptT oBackground(b.queuedMessages.shift())};cvox.ExtensionBridge.sendContentScriptToB ackground=function(a){var b=cvox.ExtensionBridge;b.connected?cvox.ExtensionBridg e.backgroundPort?cvox.ExtensionBridge.backgroundPort.postMessage(a):chrome.exten sion.sendMessage(a):b.queuedMessages.push(a)};
44 cvox.ExtensionBridge.sendBackgroundToContentScript=function(a){chrome.tabs.query ({active:!0,lastFocusedWindow:!0},function(b){b&&0<b.length?chrome.tabs.sendMess age(b[0].id,a):cvox.ExtensionBridge.portCache_.forEach(function(b){b.postMessage (a)})})};cvox.ExtensionBridge.init();cvox.BrailleOverlayWidget=function(){this.a ctive_=!1;this.brailleNode_=this.contentNode_=this.containerNode_=null};goog.add SingletonGetter(cvox.BrailleOverlayWidget);cvox.BrailleOverlayWidget.prototype.i nit=function(){cvox.ExtensionBridge.addMessageListener(goog.bind(this.onMessage_ ,this))};cvox.BrailleOverlayWidget.prototype.setActive=function(a){(this.active_ =a)||this.hide_()};cvox.BrailleOverlayWidget.prototype.isActive=function(){retur n this.active_}; 44 cvox.ExtensionBridge.sendBackgroundToContentScript=function(a){chrome.tabs.query ({active:!0,lastFocusedWindow:!0},function(b){b&&0<b.length?chrome.tabs.sendMess age(b[0].id,a):cvox.ExtensionBridge.portCache_.forEach(function(b){b.postMessage (a)})})};cvox.ExtensionBridge.init();cvox.BrailleOverlayWidget=function(){this.a ctive_=!1;this.brailleNode_=this.contentNode_=this.containerNode_=null};goog.add SingletonGetter(cvox.BrailleOverlayWidget);cvox.BrailleOverlayWidget.prototype.i nit=function(){cvox.ExtensionBridge.addMessageListener(goog.bind(this.onMessage_ ,this))};cvox.BrailleOverlayWidget.prototype.setActive=function(a){(this.active_ =a)||this.hide_()};cvox.BrailleOverlayWidget.prototype.isActive=function(){retur n this.active_};
45 cvox.BrailleOverlayWidget.prototype.show_=function(){var a=this.createContainerN ode_();this.containerNode_=a;var b=this.createOverlayNode_();a.appendChild(b);th is.contentNode_=document.createElement("div");this.brailleNode_=document.createE lement("div");b.appendChild(this.contentNode_);b.appendChild(this.brailleNode_); document.body.appendChild(a);window.setTimeout(function(){a.style.opacity="1.0"} ,0)}; 45 cvox.BrailleOverlayWidget.prototype.show_=function(){var a=this.createContainerN ode_();this.containerNode_=a;var b=this.createOverlayNode_();a.appendChild(b);th is.contentNode_=document.createElement("div");this.brailleNode_=document.createE lement("div");b.appendChild(this.contentNode_);b.appendChild(this.brailleNode_); document.body.appendChild(a);window.setTimeout(function(){a.style.opacity="1.0"} ,0)};
46 cvox.BrailleOverlayWidget.prototype.hide_=function(){if(this.containerNode_){var a=this.containerNode_;a.style.opacity="0.0";window.setTimeout(function(){docume nt.body.removeChild(a)},1E3);this.brailleNode_=this.contentNode_=this.containerN ode_=null}};cvox.BrailleOverlayWidget.prototype.setContent_=function(a,b){this.c ontentNode_||this.show_();this.contentNode_.textContent=a;this.brailleNode_.text Content=b}; 46 cvox.BrailleOverlayWidget.prototype.hide_=function(){if(this.containerNode_){var a=this.containerNode_;a.style.opacity="0.0";window.setTimeout(function(){docume nt.body.removeChild(a)},1E3);this.brailleNode_=this.contentNode_=this.containerN ode_=null}};cvox.BrailleOverlayWidget.prototype.setContent_=function(a,b){this.c ontentNode_||this.show_();this.contentNode_.textContent=a;this.brailleNode_.text Content=b};
47 cvox.BrailleOverlayWidget.prototype.createContainerNode_=function(){var a=docume nt.createElement("div");a.id="cvox-braille-overlay";a.style.position="fixed";a.s tyle.top="50%";a.style.left="50%";a.style["-webkit-transition"]="all 0.3s ease-i n";a.style.opacity="0.0";a.style["z-index"]="2147483647";a.setAttribute("aria-hi dden","true");return a}; 47 cvox.BrailleOverlayWidget.prototype.createContainerNode_=function(){var a=docume nt.createElement("div");a.id="cvox-braille-overlay";a.style.position="fixed";a.s tyle.top="50%";a.style.left="50%";a.style["-webkit-transition"]="all 0.3s ease-i n";a.style.opacity="0.0";a.style["z-index"]="2147483647";a.setAttribute("aria-hi dden","true");return a};
48 cvox.BrailleOverlayWidget.prototype.createOverlayNode_=function(){var a=document .createElement("div");a.style.position="fixed";a.style.left="40px";a.style.botto m="20px";a.style["line-height"]="1.2em";a.style["font-size"]="20px";a.style["fon t-family"]="monospace";a.style.padding="30px";a.style["min-width"]="150px";a.sty le.color="#fff";a.style["background-color"]="rgba(0, 0, 0, 0.7)";a.style["border -radius"]="10px";return a}; 48 cvox.BrailleOverlayWidget.prototype.createOverlayNode_=function(){var a=document .createElement("div");a.style.position="fixed";a.style.left="40px";a.style.botto m="20px";a.style["line-height"]="1.2em";a.style["font-size"]="20px";a.style["fon t-family"]="monospace";a.style.padding="30px";a.style["min-width"]="150px";a.sty le.color="#fff";a.style["background-color"]="rgba(0, 0, 0, 0.7)";a.style["border -radius"]="10px";return a};
49 cvox.BrailleOverlayWidget.prototype.onMessage_=function(a){"BRAILLE_CAPTION"==a. message&&this.setContent_(a.text,a.brailleChars)};cvox.VERBOSITY_VERBOSE=0;cvox. VERBOSITY_BRIEF=1;cvox.ChromeVox=function(){};cvox.ChromeVox.host=null;cvox.Chro meVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=null;cvox.Chro meVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeVox.serializ er=null;cvox.ChromeVox.isStickyOn=!1;cvox.ChromeVox.keyPrefixOn=!1;cvox.ChromeVo x.verbosity=cvox.VERBOSITY_VERBOSE;cvox.ChromeVox.typingEcho=0;cvox.ChromeVox.ke yEcho={};cvox.ChromeVox.position={};cvox.ChromeVox.isChromeOS=-1!=navigator.user Agent.indexOf("CrOS"); 49 cvox.BrailleOverlayWidget.prototype.onMessage_=function(a){"BRAILLE_CAPTION"==a. message&&this.setContent_(a.text,a.brailleChars)};cvox.VERBOSITY_VERBOSE=0;cvox. VERBOSITY_BRIEF=1;cvox.ChromeVox=function(){};cvox.ChromeVox.host=null;cvox.Chro meVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=null;cvox.Chro meVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeVox.serializ er=null;cvox.ChromeVox.isStickyOn=!1;cvox.ChromeVox.keyPrefixOn=!1;cvox.ChromeVo x.verbosity=cvox.VERBOSITY_VERBOSE;cvox.ChromeVox.typingEcho=0;cvox.ChromeVox.ke yEcho={};cvox.ChromeVox.position={};cvox.ChromeVox.isChromeOS=-1!=navigator.user Agent.indexOf("CrOS");
50 cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKey Str=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Sh ift+Alt";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={}; cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function (){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=fun ction(){};cvox.ChromeVox.entireDocumentIsHidden=!1; 50 cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKey Str=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Sh ift+Alt";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={}; cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function (){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=fun ction(){};cvox.ChromeVox.entireDocumentIsHidden=!1;
51 cvox.ChromeVox.storeOn=function(a){a.isStickyOn=cvox.ChromeVox.isStickyOn;cvox.C hromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox. ChromeVox.isStickyOn=a.isStickyOn;cvox.ChromeVox.navigationManager.readFrom(a)}; cvox.UserEventDetail=function(a){this.command=this.category="";-1!=cvox.UserEven tDetail.JUMP_COMMANDS.indexOf(a.command)&&(this.command=a.command,this.category= cvox.UserEventDetail.Category.JUMP);this.customCommand="";a.customCommand&&(this .customCommand=a.customCommand,this.category=cvox.UserEventDetail.Category.CUSTO M);this.status=cvox.UserEventDetail.Status.PENDING;switch(a.status){case cvox.Us erEventDetail.Status.SUCCESS:this.status=cvox.UserEventDetail.Status.SUCCESS;bre ak;case cvox.UserEventDetail.Status.FAILURE:this.status= 51 cvox.ChromeVox.storeOn=function(a){a.isStickyOn=cvox.ChromeVox.isStickyOn;cvox.C hromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox. ChromeVox.isStickyOn=a.isStickyOn;cvox.ChromeVox.navigationManager.readFrom(a)}; cvox.UserEventDetail=function(a){this.command=this.category="";-1!=cvox.UserEven tDetail.JUMP_COMMANDS.indexOf(a.command)&&(this.command=a.command,this.category= cvox.UserEventDetail.Category.JUMP);this.customCommand="";a.customCommand&&(this .customCommand=a.customCommand,this.category=cvox.UserEventDetail.Category.CUSTO M);this.status=cvox.UserEventDetail.Status.PENDING;switch(a.status){case cvox.Us erEventDetail.Status.SUCCESS:this.status=cvox.UserEventDetail.Status.SUCCESS;bre ak;case cvox.UserEventDetail.Status.FAILURE:this.status=
52 cvox.UserEventDetail.Status.FAILURE}this.resultNode=null;a.resultNode&&cvox.DomU til.isAttachedToDocument(a.resultNode)&&(this.resultNode=a.resultNode)};cvox.Use rEventDetail.Category={JUMP:"ATJumpEvent",CUSTOM:"ATCustomEvent"};cvox.UserEvent Detail.Status={PENDING:"PENDING",SUCCESS:"SUCCESS",FAILURE:"FAILURE"};cvox.UserE ventDetail.JUMP_COMMANDS="nextCheckbox previousCheckbox nextRadio previousRadio nextSlider previousSlider nextGraphic previousGraphic nextButton previousButton nextComboBox previousComboBox nextEditText previousEditText nextHeading previous Heading nextHeading1 previousHeading1 nextHeading2 previousHeading2 nextHeading3 previousHeading3 nextHeading4 previousHeading4 nextHeading5 previousHeading5 ne xtHeading6 previousHeading6 nextLink previousLink nextMath previousMath nextTabl e previousTable nextList previousList nextListItem previousListItem nextFormFiel d previousFormField nextLandmark previousLandmark nextSection previousSection ne xtControl previousControl".split(" "); 52 cvox.UserEventDetail.Status.FAILURE}this.resultNode=null;a.resultNode&&cvox.DomU til.isAttachedToDocument(a.resultNode)&&(this.resultNode=a.resultNode)};cvox.Use rEventDetail.Category={JUMP:"ATJumpEvent",CUSTOM:"ATCustomEvent"};cvox.UserEvent Detail.Status={PENDING:"PENDING",SUCCESS:"SUCCESS",FAILURE:"FAILURE"};cvox.UserE ventDetail.JUMP_COMMANDS="nextCheckbox previousCheckbox nextRadio previousRadio nextSlider previousSlider nextGraphic previousGraphic nextButton previousButton nextComboBox previousComboBox nextEditText previousEditText nextHeading previous Heading nextHeading1 previousHeading1 nextHeading2 previousHeading2 nextHeading3 previousHeading3 nextHeading4 previousHeading4 nextHeading5 previousHeading5 ne xtHeading6 previousHeading6 nextLink previousLink nextMath previousMath nextTabl e previousTable nextList previousList nextListItem previousListItem nextFormFiel d previousFormField nextLandmark previousLandmark nextSection previousSection ne xtControl previousControl".split(" ");
53 cvox.UserEventDetail.prototype.createEventObject=function(){var a=document.creat eEvent("CustomEvent");a.initCustomEvent(this.category,!0,!0,this);return a};goog .debug={};goog.debug.Error=function(a){if(Error.captureStackTrace)Error.captureS tackTrace(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,CO MMENT:8,DOCUMENT:9,DOCUMENT_TYPE:10,DOCUMENT_FRAGMENT:11,NOTATION:12};goog.strin g={};goog.string.Unicode={NBSP:"\u00a0"};goog.string.startsWith=function(a,b){re turn 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=fun ction(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(0,b.length))} ;goog.string.caseInsensitiveEndsWith=function(a,b){return 0==goog.string.caseIns ensitiveCompare(b,a.substr(a.length-b.length,b.length))}; 53 cvox.UserEventDetail.prototype.createEventObject=function(){var a=document.creat eEvent("CustomEvent");a.initCustomEvent(this.category,!0,!0,this);return a};goog .debug={};goog.debug.Error=function(a){if(Error.captureStackTrace)Error.captureS tackTrace(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,CO MMENT:8,DOCUMENT:9,DOCUMENT_TYPE:10,DOCUMENT_FRAGMENT:11,NOTATION:12};goog.strin g={};goog.string.DETECT_DOUBLE_ESCAPING=!1;goog.string.Unicode={NBSP:"\u00a0"};g oog.string.startsWith=function(a,b){return 0==a.lastIndexOf(b,0)};goog.string.en dsWith=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c};goo g.string.caseInsensitiveStartsWith=function(a,b){return 0==goog.string.caseInsen sitiveCompare(b,a.substr(0,b.length))};goog.string.caseInsensitiveEndsWith=funct ion(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(a.length-b.leng th,b.length))};
54 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowe rCase()};goog.string.subs=function(a,b){for(var c=a.split("%s"),d="",e=Array.pro totype.slice.call(arguments,1);e.length&&1<c.length;)d+=c.shift()+e.shift();retu rn d+c.join("%s")};goog.string.collapseWhitespace=function(a){return a.replace(/ [\s\xa0]+/g," ").replace(/^\s+|\s+$/g,"")};goog.string.isEmpty=function(a){retur n/^[\s\xa0]*$/.test(a)};goog.string.isEmptySafe=function(a){return goog.string.i sEmpty(goog.string.makeSafe(a))}; 54 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowe rCase()};goog.string.subs=function(a,b){for(var c=a.split("%s"),d="",e=Array.pro totype.slice.call(arguments,1);e.length&&1<c.length;)d+=c.shift()+e.shift();retu rn d+c.join("%s")};goog.string.collapseWhitespace=function(a){return a.replace(/ [\s\xa0]+/g," ").replace(/^\s+|\s+$/g,"")};goog.string.isEmpty=function(a){retur n/^[\s\xa0]*$/.test(a)};goog.string.isEmptySafe=function(a){return goog.string.i sEmpty(goog.string.makeSafe(a))};
55 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.s tring.isAlpha=function(a){return!/[^a-zA-Z]/.test(a)};goog.string.isNumeric=func tion(a){return!/[^0-9]/.test(a)};goog.string.isAlphaNumeric=function(a){return!/ [^a-zA-Z0-9]/.test(a)};goog.string.isSpace=function(a){return" "==a};goog.string .isUnicodeChar=function(a){return 1==a.length&&" "<=a&&"~">=a||"\u0080"<=a&&"\uf ffd">=a};goog.string.stripNewlines=function(a){return a.replace(/(\r\n|\r|\n)+/g ," ")}; 55 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.s tring.isAlpha=function(a){return!/[^a-zA-Z]/.test(a)};goog.string.isNumeric=func tion(a){return!/[^0-9]/.test(a)};goog.string.isAlphaNumeric=function(a){return!/ [^a-zA-Z0-9]/.test(a)};goog.string.isSpace=function(a){return" "==a};goog.string .isUnicodeChar=function(a){return 1==a.length&&" "<=a&&"~">=a||"\u0080"<=a&&"\uf ffd">=a};goog.string.stripNewlines=function(a){return a.replace(/(\r\n|\r|\n)+/g ," ")};
56 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\ n")};goog.string.normalizeWhitespace=function(a){return a.replace(/\xa0|\s/g," " )};goog.string.normalizeSpaces=function(a){return a.replace(/\xa0|[ \t]+/g," ")} ;goog.string.collapseBreakingSpaces=function(a){return a.replace(/[\t\r\n ]+/g," ").replace(/^[\t\r\n ]+|[\t\r\n ]+$/g,"")};goog.string.trim=function(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")}; 56 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\ n")};goog.string.normalizeWhitespace=function(a){return a.replace(/\xa0|\s/g," " )};goog.string.normalizeSpaces=function(a){return a.replace(/\xa0|[ \t]+/g," ")} ;goog.string.collapseBreakingSpaces=function(a){return a.replace(/[\t\r\n ]+/g," ").replace(/^[\t\r\n ]+|[\t\r\n ]+$/g,"")};goog.string.trim=function(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")};
57 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string. trimRight=function(a){return a.replace(/[\s\xa0]+$/,"")};goog.string.caseInsensi tiveCompare=function(a,b){var c=String(a).toLowerCase(),d=String(b).toLowerCase( );return c<d?-1:c==d?0:1};goog.string.numerateCompareRegExp_=/(\.\d+)|(\d+)|(\D+ )/g; 57 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string. trimRight=function(a){return a.replace(/[\s\xa0]+$/,"")};goog.string.caseInsensi tiveCompare=function(a,b){var c=String(a).toLowerCase(),d=String(b).toLowerCase( );return c<d?-1:c==d?0:1};goog.string.numerateCompareRegExp_=/(\.\d+)|(\d+)|(\D+ )/g;
58 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b) return 1;for(var c=a.toLowerCase().match(goog.string.numerateCompareRegExp_),d=b .toLowerCase().match(goog.string.numerateCompareRegExp_),e=Math.min(c.length,d.l ength),f=0;f<e;f++){var g=c[f],h=d[f];if(g!=h)return c=parseInt(g,10),!isNaN(c)& &(d=parseInt(h,10),!isNaN(d)&&c-d)?c-d:g<h?-1:1}return c.length!=d.length?c.leng th-d.length:a<b?-1:1};goog.string.urlEncode=function(a){return encodeURIComponen t(String(a))}; 58 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b) return 1;for(var c=a.toLowerCase().match(goog.string.numerateCompareRegExp_),d=b .toLowerCase().match(goog.string.numerateCompareRegExp_),e=Math.min(c.length,d.l ength),f=0;f<e;f++){var g=c[f],h=d[f];if(g!=h)return c=parseInt(g,10),!isNaN(c)& &(d=parseInt(h,10),!isNaN(d)&&c-d)?c-d:g<h?-1:1}return c.length!=d.length?c.leng th-d.length:a<b?-1:1};goog.string.urlEncode=function(a){return encodeURIComponen t(String(a))};
59 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," ") )};goog.string.newLineToBr=function(a,b){return a.replace(/(\r\n|\r|\n)/g,b?"<br />":"<br>")}; 59 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," ") )};goog.string.newLineToBr=function(a,b){return a.replace(/(\r\n|\r|\n)/g,b?"<br />":"<br>")};
60 goog.string.htmlEscape=function(a,b){if(b)return a.replace(goog.string.amperRe_, "&amp;").replace(goog.string.ltRe_,"&lt;").replace(goog.string.gtRe_,"&gt;").rep lace(goog.string.quotRe_,"&quot;").replace(goog.string.singleQuoteRe_,"&#39;");i f(!goog.string.allRe_.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(goog.str ing.amperRe_,"&amp;"));-1!=a.indexOf("<")&&(a=a.replace(goog.string.ltRe_,"&lt;" ));-1!=a.indexOf(">")&&(a=a.replace(goog.string.gtRe_,"&gt;"));-1!=a.indexOf('"' )&&(a=a.replace(goog.string.quotRe_, 60 goog.string.htmlEscape=function(a,b){if(b)a=a.replace(goog.string.AMP_RE_,"&amp; ").replace(goog.string.LT_RE_,"&lt;").replace(goog.string.GT_RE_,"&gt;").replace (goog.string.QUOT_RE_,"&quot;").replace(goog.string.SINGLE_QUOTE_RE_,"&#39;").re place(goog.string.NULL_RE_,"&#0;"),goog.string.DETECT_DOUBLE_ESCAPING&&(a=a.repl ace(goog.string.E_RE_,"&#101;"));else{if(!goog.string.ALL_RE_.test(a))return a;- 1!=a.indexOf("&")&&(a=a.replace(goog.string.AMP_RE_,"&amp;"));-1!=a.indexOf("<") &&(a=a.replace(goog.string.LT_RE_,
61 "&quot;"));-1!=a.indexOf("'")&&(a=a.replace(goog.string.singleQuoteRe_,"&#39;")) ;return a};goog.string.amperRe_=/&/g;goog.string.ltRe_=/</g;goog.string.gtRe_=/> /g;goog.string.quotRe_=/"/g;goog.string.singleQuoteRe_=/'/g;goog.string.allRe_=/ [&<>"']/;goog.string.unescapeEntities=function(a){return goog.string.contains(a, "&")?"document"in goog.global?goog.string.unescapeEntitiesUsingDom_(a):goog.stri ng.unescapePureXmlEntities_(a):a}; 61 "&lt;"));-1!=a.indexOf(">")&&(a=a.replace(goog.string.GT_RE_,"&gt;"));-1!=a.inde xOf('"')&&(a=a.replace(goog.string.QUOT_RE_,"&quot;"));-1!=a.indexOf("'")&&(a=a. replace(goog.string.SINGLE_QUOTE_RE_,"&#39;"));-1!=a.indexOf("\x00")&&(a=a.repla ce(goog.string.NULL_RE_,"&#0;"));goog.string.DETECT_DOUBLE_ESCAPING&&-1!=a.index Of("e")&&(a=a.replace(goog.string.E_RE_,"&#101;"))}return a};goog.string.AMP_RE_ =/&/g;goog.string.LT_RE_=/</g;goog.string.GT_RE_=/>/g;goog.string.QUOT_RE_=/"/g;
62 goog.string.unescapeEntitiesWithDocument=function(a,b){return goog.string.contai ns(a,"&")?goog.string.unescapeEntitiesUsingDom_(a,b):a}; 62 goog.string.SINGLE_QUOTE_RE_=/'/g;goog.string.NULL_RE_=/\x00/g;goog.string.E_RE_ =/e/g;goog.string.ALL_RE_=goog.string.DETECT_DOUBLE_ESCAPING?/[\x00&<>"'e]/:/[\x 00&<>"']/;goog.string.unescapeEntities=function(a){return goog.string.contains(a ,"&")?"document"in goog.global?goog.string.unescapeEntitiesUsingDom_(a):goog.str ing.unescapePureXmlEntities_(a):a};goog.string.unescapeEntitiesWithDocument=func tion(a,b){return goog.string.contains(a,"&")?goog.string.unescapeEntitiesUsingDo m_(a,b):a};
63 goog.string.unescapeEntitiesUsingDom_=function(a,b){var c={"&amp;":"&","&lt;":"< ","&gt;":">","&quot;":'"'},d;d=b?b.createElement("div"):document.createElement(" div");return a.replace(goog.string.HTML_ENTITY_PATTERN_,function(a,b){var g=c[a] ;if(g)return g;if("#"==b.charAt(0)){var h=Number("0"+b.substr(1));isNaN(h)||(g=S tring.fromCharCode(h))}g||(d.innerHTML=a+" ",g=d.firstChild.nodeValue.slice(0,-1 ));return c[a]=g})}; 63 goog.string.unescapeEntitiesUsingDom_=function(a,b){var c={"&amp;":"&","&lt;":"< ","&gt;":">","&quot;":'"'},d;d=b?b.createElement("div"):goog.global.document.cre ateElement("div");return a.replace(goog.string.HTML_ENTITY_PATTERN_,function(a,b ){var g=c[a];if(g)return g;if("#"==b.charAt(0)){var h=Number("0"+b.substr(1));is NaN(h)||(g=String.fromCharCode(h))}g||(d.innerHTML=a+" ",g=d.firstChild.nodeValu e.slice(0,-1));return c[a]=g})};
64 goog.string.unescapePureXmlEntities_=function(a){return a.replace(/&([^;]+);/g,f unction(a,c){switch(c){case "amp":return"&";case "lt":return"<";case "gt":return ">";case "quot":return'"';default:if("#"==c.charAt(0)){var d=Number("0"+c.substr (1));if(!isNaN(d))return String.fromCharCode(d)}return a}})};goog.string.HTML_EN TITY_PATTERN_=/&([^;\s<&]+);?/g;goog.string.whitespaceEscape=function(a,b){retur n goog.string.newLineToBr(a.replace(/ /g," &#160;"),b)}; 64 goog.string.unescapePureXmlEntities_=function(a){return a.replace(/&([^;]+);/g,f unction(a,c){switch(c){case "amp":return"&";case "lt":return"<";case "gt":return ">";case "quot":return'"';default:if("#"==c.charAt(0)){var d=Number("0"+c.substr (1));if(!isNaN(d))return String.fromCharCode(d)}return a}})};goog.string.HTML_EN TITY_PATTERN_=/&([^;\s<&]+);?/g;goog.string.whitespaceEscape=function(a,b){retur n goog.string.newLineToBr(a.replace(/ /g," &#160;"),b)};
65 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.unes capeEntities(a));a.length>b&&(a=a.substring(0,b-3)+"...");c&&(a=goog.string.html Escape(a));return a}; 65 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};
66 goog.string.truncateMiddle=function(a,b,c,d){c&&(a=goog.string.unescapeEntities( a));if(d&&a.length>b){d>b&&(d=b);var e=a.length-d;b-=d;a=a.substring(0,b)+"..."+ a.substring(e)}else a.length>b&&(e=Math.floor(b/2),d=a.length-e,e+=b%2,a=a.subst ring(0,e)+"..."+a.substring(d));c&&(a=goog.string.htmlEscape(a));return a};goog. string.specialEscapeChars_={"\x00":"\\0","\b":"\\b","\f":"\\f","\n":"\\n","\r":" \\r","\t":"\\t","\x0B":"\\x0B",'"':'\\"',"\\":"\\\\"};goog.string.jsEscapeCache_ ={"'":"\\'"}; 66 goog.string.truncateMiddle=function(a,b,c,d){c&&(a=goog.string.unescapeEntities( a));if(d&&a.length>b){d>b&&(d=b);var e=a.length-d;b-=d;a=a.substring(0,b)+"..."+ a.substring(e)}else a.length>b&&(e=Math.floor(b/2),d=a.length-e,e+=b%2,a=a.subst ring(0,e)+"..."+a.substring(d));c&&(a=goog.string.htmlEscape(a));return a};goog. string.specialEscapeChars_={"\x00":"\\0","\b":"\\b","\f":"\\f","\n":"\\n","\r":" \\r","\t":"\\t","\x0B":"\\x0B",'"':'\\"',"\\":"\\\\"};goog.string.jsEscapeCache_ ={"'":"\\'"};
67 goog.string.quote=function(a){a=String(a);if(a.quote)return a.quote();for(var b= ['"'],c=0;c<a.length;c++){var d=a.charAt(c),e=d.charCodeAt(0);b[c+1]=goog.string .specialEscapeChars_[d]||(31<e&&127>e?d:goog.string.escapeChar(d))}b.push('"');r eturn b.join("")};goog.string.escapeString=function(a){for(var b=[],c=0;c<a.leng th;c++)b[c]=goog.string.escapeChar(a.charAt(c));return b.join("")}; 67 goog.string.quote=function(a){a=String(a);if(a.quote)return a.quote();for(var b= ['"'],c=0;c<a.length;c++){var d=a.charAt(c),e=d.charCodeAt(0);b[c+1]=goog.string .specialEscapeChars_[d]||(31<e&&127>e?d:goog.string.escapeChar(d))}b.push('"');r eturn b.join("")};goog.string.escapeString=function(a){for(var b=[],c=0;c<a.leng th;c++)b[c]=goog.string.escapeChar(a.charAt(c));return b.join("")};
68 goog.string.escapeChar=function(a){if(a in goog.string.jsEscapeCache_)return goo g.string.jsEscapeCache_[a];if(a in goog.string.specialEscapeChars_)return goog.s tring.jsEscapeCache_[a]=goog.string.specialEscapeChars_[a];var b=a,c=a.charCodeA t(0);if(31<c&&127>c)b=a;else{if(256>c){if(b="\\x",16>c||256<c)b+="0"}else b="\\u ",4096>c&&(b+="0");b+=c.toString(16).toUpperCase()}return goog.string.jsEscapeCa che_[a]=b};goog.string.toMap=function(a){for(var b={},c=0;c<a.length;c++)b[a.cha rAt(c)]=!0;return b}; 68 goog.string.escapeChar=function(a){if(a in goog.string.jsEscapeCache_)return goo g.string.jsEscapeCache_[a];if(a in goog.string.specialEscapeChars_)return goog.s tring.jsEscapeCache_[a]=goog.string.specialEscapeChars_[a];var b=a,c=a.charCodeA t(0);if(31<c&&127>c)b=a;else{if(256>c){if(b="\\x",16>c||256<c)b+="0"}else b="\\u ",4096>c&&(b+="0");b+=c.toString(16).toUpperCase()}return goog.string.jsEscapeCa che_[a]=b};goog.string.toMap=function(a){for(var b={},c=0;c<a.length;c++)b[a.cha rAt(c)]=!0;return b};
69 goog.string.contains=function(a,b){return-1!=a.indexOf(b)};goog.string.caseInsen sitiveContains=function(a,b){return goog.string.contains(a.toLowerCase(),b.toLow erCase())};goog.string.countOf=function(a,b){return a&&b?a.split(b).length-1:0}; goog.string.removeAt=function(a,b,c){var d=a;0<=b&&b<a.length&&0<c&&(d=a.substr( 0,b)+a.substr(b+c,a.length-b-c));return d};goog.string.remove=function(a,b){var c=new RegExp(goog.string.regExpEscape(b),"");return a.replace(c,"")}; 69 goog.string.contains=function(a,b){return-1!=a.indexOf(b)};goog.string.caseInsen sitiveContains=function(a,b){return goog.string.contains(a.toLowerCase(),b.toLow erCase())};goog.string.countOf=function(a,b){return a&&b?a.split(b).length-1:0}; goog.string.removeAt=function(a,b,c){var d=a;0<=b&&b<a.length&&0<c&&(d=a.substr( 0,b)+a.substr(b+c,a.length-b-c));return d};goog.string.remove=function(a,b){var c=new RegExp(goog.string.regExpEscape(b),"");return a.replace(c,"")};
70 goog.string.removeAll=function(a,b){var c=new RegExp(goog.string.regExpEscape(b) ,"g");return a.replace(c,"")};goog.string.regExpEscape=function(a){return String (a).replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")};go og.string.repeat=function(a,b){return Array(b+1).join(a)};goog.string.padNumber= function(a,b,c){a=goog.isDef(c)?a.toFixed(c):String(a);c=a.indexOf(".");-1==c&&( c=a.length);return goog.string.repeat("0",Math.max(0,b-c))+a}; 70 goog.string.removeAll=function(a,b){var c=new RegExp(goog.string.regExpEscape(b) ,"g");return a.replace(c,"")};goog.string.regExpEscape=function(a){return String (a).replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")};go og.string.repeat=function(a,b){return Array(b+1).join(a)};goog.string.padNumber= function(a,b,c){a=goog.isDef(c)?a.toFixed(c):String(a);c=a.indexOf(".");-1==c&&( c=a.length);return goog.string.repeat("0",Math.max(0,b-c))+a};
71 goog.string.makeSafe=function(a){return null==a?"":String(a)};goog.string.buildS tring=function(a){return Array.prototype.join.call(arguments,"")};goog.string.ge tRandomString=function(){var a=2147483648;return Math.floor(Math.random()*a).toS tring(36)+Math.abs(Math.floor(Math.random()*a)^goog.now()).toString(36)}; 71 goog.string.makeSafe=function(a){return null==a?"":String(a)};goog.string.buildS tring=function(a){return Array.prototype.join.call(arguments,"")};goog.string.ge tRandomString=function(){var a=2147483648;return Math.floor(Math.random()*a).toS tring(36)+Math.abs(Math.floor(Math.random()*a)^goog.now()).toString(36)};
72 goog.string.compareVersions=function(a,b){for(var c=0,d=goog.string.trim(String( a)).split("."),e=goog.string.trim(String(b)).split("."),f=Math.max(d.length,e.le ngth),g=0;0==c&&g<f;g++){var h=d[g]||"",k=e[g]||"",l=/(\d*)(\D*)/g,n=/(\d*)(\D*) /g;do{var p=l.exec(h)||["","",""],q=n.exec(k)||["","",""];if(0==p[0].length&&0== q[0].length)break;var c=0==p[1].length?0:parseInt(p[1],10),m=0==q[1].length?0:pa rseInt(q[1],10),c=goog.string.compareElements_(c,m)||goog.string.compareElements _(0==p[2].length,0==q[2].length)|| 72 goog.string.compareVersions=function(a,b){for(var c=0,d=goog.string.trim(String( a)).split("."),e=goog.string.trim(String(b)).split("."),f=Math.max(d.length,e.le ngth),g=0;0==c&&g<f;g++){var h=d[g]||"",k=e[g]||"",l=/(\d*)(\D*)/g,n=/(\d*)(\D*) /g;do{var p=l.exec(h)||["","",""],q=n.exec(k)||["","",""];if(0==p[0].length&&0== q[0].length)break;var c=0==p[1].length?0:parseInt(p[1],10),m=0==q[1].length?0:pa rseInt(q[1],10),c=goog.string.compareElements_(c,m)||goog.string.compareElements _(0==p[2].length,0==q[2].length)||
73 goog.string.compareElements_(p[2],q[2])}while(0==c)}return c};goog.string.compar eElements_=function(a,b){return a<b?-1:a>b?1:0};goog.string.HASHCODE_MAX_=429496 7296;goog.string.hashCode=function(a){for(var b=0,c=0;c<a.length;++c)b=31*b+a.ch arCodeAt(c),b%=goog.string.HASHCODE_MAX_;return b};goog.string.uniqueStringCount er_=2147483648*Math.random()|0;goog.string.createUniqueString=function(){return" goog_"+goog.string.uniqueStringCounter_++}; 73 goog.string.compareElements_(p[2],q[2])}while(0==c)}return c};goog.string.compar eElements_=function(a,b){return a<b?-1:a>b?1:0};goog.string.HASHCODE_MAX_=429496 7296;goog.string.hashCode=function(a){for(var b=0,c=0;c<a.length;++c)b=31*b+a.ch arCodeAt(c),b%=goog.string.HASHCODE_MAX_;return b};goog.string.uniqueStringCount er_=2147483648*Math.random()|0;goog.string.createUniqueString=function(){return" goog_"+goog.string.uniqueStringCounter_++};
74 goog.string.toNumber=function(a){var b=Number(a);return 0==b&&goog.string.isEmpt y(a)?NaN:b};goog.string.isLowerCamelCase=function(a){return/^[a-z]+([A-Z][a-z]*) *$/.test(a)};goog.string.isUpperCamelCase=function(a){return/^([A-Z][a-z]*)+$/.t est(a)};goog.string.toCamelCase=function(a){return String(a).replace(/\-([a-z])/ g,function(a,c){return c.toUpperCase()})};goog.string.toSelectorCase=function(a) {return String(a).replace(/([A-Z])/g,"-$1").toLowerCase()}; 74 goog.string.toNumber=function(a){var b=Number(a);return 0==b&&goog.string.isEmpt y(a)?NaN:b};goog.string.isLowerCamelCase=function(a){return/^[a-z]+([A-Z][a-z]*) *$/.test(a)};goog.string.isUpperCamelCase=function(a){return/^([A-Z][a-z]*)+$/.t est(a)};goog.string.toCamelCase=function(a){return String(a).replace(/\-([a-z])/ g,function(a,c){return c.toUpperCase()})};goog.string.toSelectorCase=function(a) {return String(a).replace(/([A-Z])/g,"-$1").toLowerCase()};
75 goog.string.toTitleCase=function(a,b){var c=goog.isString(b)?goog.string.regExpE scape(b):"\\s",c=c?"|["+c+"]+":"",c=new RegExp("(^"+c+")([a-z])","g");return a.r eplace(c,function(a,b,c){return b+c.toUpperCase()})};goog.string.parseInt=functi on(a){isFinite(a)&&(a=String(a));return goog.isString(a)?/^\s*-?0x/i.test(a)?par seInt(a,16):parseInt(a,10):NaN};goog.string.splitLimit=function(a,b,c){a=a.split (b);for(var d=[];0<c&&a.length;)d.push(a.shift()),c--;a.length&&d.push(a.join(b) );return d};goog.asserts={};goog.asserts.ENABLE_ASSERTS=goog.DEBUG;goog.asserts. AssertionError=function(a,b){b.unshift(a);goog.debug.Error.call(this,goog.string .subs.apply(null,b));b.shift()};goog.inherits(goog.asserts.AssertionError,goog.d ebug.Error);goog.asserts.AssertionError.prototype.name="AssertionError";goog.ass erts.doAssertFailure_=function(a,b,c,d){var e="Assertion failed";if(c)var e=e+(" : "+c),f=d;else a&&(e+=": "+a,f=b);throw new goog.asserts.AssertionError(""+e,f| |[]);}; 75 goog.string.toTitleCase=function(a,b){var c=goog.isString(b)?goog.string.regExpE scape(b):"\\s",c=c?"|["+c+"]+":"",c=new RegExp("(^"+c+")([a-z])","g");return a.r eplace(c,function(a,b,c){return b+c.toUpperCase()})};goog.string.parseInt=functi on(a){isFinite(a)&&(a=String(a));return goog.isString(a)?/^\s*-?0x/i.test(a)?par seInt(a,16):parseInt(a,10):NaN};goog.string.splitLimit=function(a,b,c){a=a.split (b);for(var d=[];0<c&&a.length;)d.push(a.shift()),c--;a.length&&d.push(a.join(b) );return d};goog.asserts={};goog.asserts.ENABLE_ASSERTS=goog.DEBUG;goog.asserts. AssertionError=function(a,b){b.unshift(a);goog.debug.Error.call(this,goog.string .subs.apply(null,b));b.shift()};goog.inherits(goog.asserts.AssertionError,goog.d ebug.Error);goog.asserts.AssertionError.prototype.name="AssertionError";goog.ass erts.doAssertFailure_=function(a,b,c,d){var e="Assertion failed";if(c)var e=e+(" : "+c),f=d;else a&&(e+=": "+a,f=b);throw new goog.asserts.AssertionError(""+e,f| |[]);};
76 goog.asserts.assert=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!a&&goog.assert s.doAssertFailure_("",null,b,Array.prototype.slice.call(arguments,2));return a}; goog.asserts.fail=function(a,b){if(goog.asserts.ENABLE_ASSERTS)throw new goog.as serts.AssertionError("Failure"+(a?": "+a:""),Array.prototype.slice.call(argument s,1));}; 76 goog.asserts.assert=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!a&&goog.assert s.doAssertFailure_("",null,b,Array.prototype.slice.call(arguments,2));return a}; goog.asserts.fail=function(a,b){if(goog.asserts.ENABLE_ASSERTS)throw new goog.as serts.AssertionError("Failure"+(a?": "+a:""),Array.prototype.slice.call(argument s,1));};
77 goog.asserts.assertNumber=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isN umber(a)&&goog.asserts.doAssertFailure_("Expected number but got %s: %s.",[goog. typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.a ssertString=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isString(a)&&goog .asserts.doAssertFailure_("Expected string but got %s: %s.",[goog.typeOf(a),a],b ,Array.prototype.slice.call(arguments,2));return a}; 77 goog.asserts.assertNumber=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isN umber(a)&&goog.asserts.doAssertFailure_("Expected number but got %s: %s.",[goog. typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.a ssertString=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isString(a)&&goog .asserts.doAssertFailure_("Expected string but got %s: %s.",[goog.typeOf(a),a],b ,Array.prototype.slice.call(arguments,2));return a};
78 goog.asserts.assertFunction=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.i sFunction(a)&&goog.asserts.doAssertFailure_("Expected function but got %s: %s.", [goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.ass erts.assertObject=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isObject(a) &&goog.asserts.doAssertFailure_("Expected object but got %s: %s.",[goog.typeOf(a ),a],b,Array.prototype.slice.call(arguments,2));return a}; 78 goog.asserts.assertFunction=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.i sFunction(a)&&goog.asserts.doAssertFailure_("Expected function but got %s: %s.", [goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.ass erts.assertObject=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isObject(a) &&goog.asserts.doAssertFailure_("Expected object but got %s: %s.",[goog.typeOf(a ),a],b,Array.prototype.slice.call(arguments,2));return a};
79 goog.asserts.assertArray=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isAr ray(a)&&goog.asserts.doAssertFailure_("Expected array but got %s: %s.",[goog.typ eOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.asse rtBoolean=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isBoolean(a)&&goog. asserts.doAssertFailure_("Expected boolean but got %s: %s.",[goog.typeOf(a),a],b ,Array.prototype.slice.call(arguments,2));return a}; 79 goog.asserts.assertArray=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isAr ray(a)&&goog.asserts.doAssertFailure_("Expected array but got %s: %s.",[goog.typ eOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.asse rtBoolean=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isBoolean(a)&&goog. asserts.doAssertFailure_("Expected boolean but got %s: %s.",[goog.typeOf(a),a],b ,Array.prototype.slice.call(arguments,2));return a};
80 goog.asserts.assertElement=function(a,b,c){!goog.asserts.ENABLE_ASSERTS||goog.is Object(a)&&a.nodeType==goog.dom.NodeType.ELEMENT||goog.asserts.doAssertFailure_( "Expected Element but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.ca ll(arguments,2));return a};goog.asserts.assertInstanceof=function(a,b,c,d){!goog .asserts.ENABLE_ASSERTS||a instanceof b||goog.asserts.doAssertFailure_("instance of check failed.",null,c,Array.prototype.slice.call(arguments,3));return a}; 80 goog.asserts.assertElement=function(a,b,c){!goog.asserts.ENABLE_ASSERTS||goog.is Object(a)&&a.nodeType==goog.dom.NodeType.ELEMENT||goog.asserts.doAssertFailure_( "Expected Element but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.ca ll(arguments,2));return a};goog.asserts.assertInstanceof=function(a,b,c,d){!goog .asserts.ENABLE_ASSERTS||a instanceof b||goog.asserts.doAssertFailure_("instance of check failed.",null,c,Array.prototype.slice.call(arguments,3));return a};
81 goog.asserts.assertObjectPrototypeIsIntact=function(){for(var a in Object.protot ype)goog.asserts.fail(a+" should not be enumerable in Object.prototype.")};goog. array={};goog.NATIVE_ARRAY_PROTOTYPES=goog.TRUSTED_SITE;goog.array.ASSUME_NATIVE _FUNCTIONS=!1;goog.array.peek=function(a){return a[a.length-1]};goog.array.ARRAY _PROTOTYPE_=Array.prototype; 81 goog.asserts.assertObjectPrototypeIsIntact=function(){for(var a in Object.protot ype)goog.asserts.fail(a+" should not be enumerable in Object.prototype.")};goog. array={};goog.NATIVE_ARRAY_PROTOTYPES=goog.TRUSTED_SITE;goog.array.ASSUME_NATIVE _FUNCTIONS=!1;goog.array.peek=function(a){return a[a.length-1]};goog.array.last= goog.array.peek;goog.array.ARRAY_PROTOTYPE_=Array.prototype;
82 goog.array.indexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCT IONS||goog.array.ARRAY_PROTOTYPE_.indexOf)?function(a,b,c){goog.asserts.assert(n ull!=a.length);return goog.array.ARRAY_PROTOTYPE_.indexOf.call(a,b,c)}:function( a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(goog.isString(a))return goog. isString(b)&&1==b.length?a.indexOf(b,c):-1;for(;c<a.length;c++)if(c in a&&a[c]== =b)return c;return-1}; 82 goog.array.indexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCT IONS||goog.array.ARRAY_PROTOTYPE_.indexOf)?function(a,b,c){goog.asserts.assert(n ull!=a.length);return goog.array.ARRAY_PROTOTYPE_.indexOf.call(a,b,c)}:function( a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(goog.isString(a))return goog. isString(b)&&1==b.length?a.indexOf(b,c):-1;for(;c<a.length;c++)if(c in a&&a[c]== =b)return c;return-1};
83 goog.array.lastIndexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_F UNCTIONS||goog.array.ARRAY_PROTOTYPE_.lastIndexOf)?function(a,b,c){goog.asserts. assert(null!=a.length);c=null==c?a.length-1:c;return goog.array.ARRAY_PROTOTYPE_ .lastIndexOf.call(a,b,c)}:function(a,b,c){c=null==c?a.length-1:c;0>c&&(c=Math.ma x(0,a.length+c));if(goog.isString(a))return goog.isString(b)&&1==b.length?a.last IndexOf(b,c):-1;for(;0<=c;c--)if(c in a&&a[c]===b)return c;return-1}; 83 goog.array.lastIndexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_F UNCTIONS||goog.array.ARRAY_PROTOTYPE_.lastIndexOf)?function(a,b,c){goog.asserts. assert(null!=a.length);c=null==c?a.length-1:c;return goog.array.ARRAY_PROTOTYPE_ .lastIndexOf.call(a,b,c)}:function(a,b,c){c=null==c?a.length-1:c;0>c&&(c=Math.ma x(0,a.length+c));if(goog.isString(a))return goog.isString(b)&&1==b.length?a.last IndexOf(b,c):-1;for(;0<=c;c--)if(c in a&&a[c]===b)return c;return-1};
84 goog.array.forEach=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCT IONS||goog.array.ARRAY_PROTOTYPE_.forEach)?function(a,b,c){goog.asserts.assert(n ull!=a.length);goog.array.ARRAY_PROTOTYPE_.forEach.call(a,b,c)}:function(a,b,c){ for(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c ,e[f],f,a)};goog.array.forEachRight=function(a,b,c){for(var d=a.length,e=goog.is String(a)?a.split(""):a,d=d-1;0<=d;--d)d in e&&b.call(c,e[d],d,a)}; 84 goog.array.forEach=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCT IONS||goog.array.ARRAY_PROTOTYPE_.forEach)?function(a,b,c){goog.asserts.assert(n ull!=a.length);goog.array.ARRAY_PROTOTYPE_.forEach.call(a,b,c)}:function(a,b,c){ for(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c ,e[f],f,a)};goog.array.forEachRight=function(a,b,c){for(var d=a.length,e=goog.is String(a)?a.split(""):a,d=d-1;0<=d;--d)d in e&&b.call(c,e[d],d,a)};
85 goog.array.filter=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTI ONS||goog.array.ARRAY_PROTOTYPE_.filter)?function(a,b,c){goog.asserts.assert(nul l!=a.length);return goog.array.ARRAY_PROTOTYPE_.filter.call(a,b,c)}:function(a,b ,c){for(var d=a.length,e=[],f=0,g=goog.isString(a)?a.split(""):a,h=0;h<d;h++)if( h in g){var k=g[h];b.call(c,k,h,a)&&(e[f++]=k)}return e}; 85 goog.array.filter=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTI ONS||goog.array.ARRAY_PROTOTYPE_.filter)?function(a,b,c){goog.asserts.assert(nul l!=a.length);return goog.array.ARRAY_PROTOTYPE_.filter.call(a,b,c)}:function(a,b ,c){for(var d=a.length,e=[],f=0,g=goog.isString(a)?a.split(""):a,h=0;h<d;h++)if( h in g){var k=g[h];b.call(c,k,h,a)&&(e[f++]=k)}return e};
86 goog.array.map=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS ||goog.array.ARRAY_PROTOTYPE_.map)?function(a,b,c){goog.asserts.assert(null!=a.l ength);return goog.array.ARRAY_PROTOTYPE_.map.call(a,b,c)}:function(a,b,c){for(v ar d=a.length,e=Array(d),f=goog.isString(a)?a.split(""):a,g=0;g<d;g++)g in f&&(e [g]=b.call(c,f[g],g,a));return e}; 86 goog.array.map=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS ||goog.array.ARRAY_PROTOTYPE_.map)?function(a,b,c){goog.asserts.assert(null!=a.l ength);return goog.array.ARRAY_PROTOTYPE_.map.call(a,b,c)}:function(a,b,c){for(v ar d=a.length,e=Array(d),f=goog.isString(a)?a.split(""):a,g=0;g<d;g++)g in f&&(e [g]=b.call(c,f[g],g,a));return e};
87 goog.array.reduce=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTI ONS||goog.array.ARRAY_PROTOTYPE_.reduce)?function(a,b,c,d){goog.asserts.assert(n ull!=a.length);d&&(b=goog.bind(b,d));return goog.array.ARRAY_PROTOTYPE_.reduce.c all(a,b,c)}:function(a,b,c,d){var e=c;goog.array.forEach(a,function(c,g){e=b.cal l(d,e,c,g,a)});return e}; 87 goog.array.reduce=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTI ONS||goog.array.ARRAY_PROTOTYPE_.reduce)?function(a,b,c,d){goog.asserts.assert(n ull!=a.length);d&&(b=goog.bind(b,d));return goog.array.ARRAY_PROTOTYPE_.reduce.c all(a,b,c)}:function(a,b,c,d){var e=c;goog.array.forEach(a,function(c,g){e=b.cal l(d,e,c,g,a)});return e};
88 goog.array.reduceRight=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_F UNCTIONS||goog.array.ARRAY_PROTOTYPE_.reduceRight)?function(a,b,c,d){goog.assert s.assert(null!=a.length);d&&(b=goog.bind(b,d));return goog.array.ARRAY_PROTOTYPE _.reduceRight.call(a,b,c)}:function(a,b,c,d){var e=c;goog.array.forEachRight(a,f unction(c,g){e=b.call(d,e,c,g,a)});return e}; 88 goog.array.reduceRight=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_F UNCTIONS||goog.array.ARRAY_PROTOTYPE_.reduceRight)?function(a,b,c,d){goog.assert s.assert(null!=a.length);d&&(b=goog.bind(b,d));return goog.array.ARRAY_PROTOTYPE _.reduceRight.call(a,b,c)}:function(a,b,c,d){var e=c;goog.array.forEachRight(a,f unction(c,g){e=b.call(d,e,c,g,a)});return e};
89 goog.array.some=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTION S||goog.array.ARRAY_PROTOTYPE_.some)?function(a,b,c){goog.asserts.assert(null!=a .length);return goog.array.ARRAY_PROTOTYPE_.some.call(a,b,c)}:function(a,b,c){fo r(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call( c,e[f],f,a))return!0;return!1}; 89 goog.array.some=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTION S||goog.array.ARRAY_PROTOTYPE_.some)?function(a,b,c){goog.asserts.assert(null!=a .length);return goog.array.ARRAY_PROTOTYPE_.some.call(a,b,c)}:function(a,b,c){fo r(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call( c,e[f],f,a))return!0;return!1};
90 goog.array.every=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIO NS||goog.array.ARRAY_PROTOTYPE_.every)?function(a,b,c){goog.asserts.assert(null! =a.length);return goog.array.ARRAY_PROTOTYPE_.every.call(a,b,c)}:function(a,b,c) {for(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&!b.c all(c,e[f],f,a))return!1;return!0};goog.array.count=function(a,b,c){var d=0;goog .array.forEach(a,function(a,f,g){b.call(c,a,f,g)&&++d},c);return d}; 90 goog.array.every=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIO NS||goog.array.ARRAY_PROTOTYPE_.every)?function(a,b,c){goog.asserts.assert(null! =a.length);return goog.array.ARRAY_PROTOTYPE_.every.call(a,b,c)}:function(a,b,c) {for(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&!b.c all(c,e[f],f,a))return!1;return!0};goog.array.count=function(a,b,c){var d=0;goog .array.forEach(a,function(a,f,g){b.call(c,a,f,g)&&++d},c);return d};
91 goog.array.find=function(a,b,c){b=goog.array.findIndex(a,b,c);return 0>b?null:go og.isString(a)?a.charAt(b):a[b]};goog.array.findIndex=function(a,b,c){for(var d= a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call(c,e[f],f ,a))return f;return-1};goog.array.findRight=function(a,b,c){b=goog.array.findInd exRight(a,b,c);return 0>b?null:goog.isString(a)?a.charAt(b):a[b]}; 91 goog.array.find=function(a,b,c){b=goog.array.findIndex(a,b,c);return 0>b?null:go og.isString(a)?a.charAt(b):a[b]};goog.array.findIndex=function(a,b,c){for(var d= a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call(c,e[f],f ,a))return f;return-1};goog.array.findRight=function(a,b,c){b=goog.array.findInd exRight(a,b,c);return 0>b?null:goog.isString(a)?a.charAt(b):a[b]};
(...skipping 25 matching lines...) Expand all
117 1E12:{other:"0 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"},1E13:{other:"00 \u06 2a\u0631\u064a\u0644\u064a\u0648\u0646"},1E14:{other:"000 \u062a\u0631\u064a\u06 44\u064a\u0648\u0646"}}};goog.i18n.CompactNumberFormatSymbols_ar_001=goog.i18n.C ompactNumberFormatSymbols_ar; 117 1E12:{other:"0 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"},1E13:{other:"00 \u06 2a\u0631\u064a\u0644\u064a\u0648\u0646"},1E14:{other:"000 \u062a\u0631\u064a\u06 44\u064a\u0648\u0646"}}};goog.i18n.CompactNumberFormatSymbols_ar_001=goog.i18n.C ompactNumberFormatSymbols_ar;
118 goog.i18n.CompactNumberFormatSymbols_az={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{ other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other: "000G"},1E12:{other:"0T"}, 118 goog.i18n.CompactNumberFormatSymbols_az={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{ other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other: "000G"},1E12:{other:"0T"},
119 1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumberFormatSymbols_az _Cyrl_AZ=goog.i18n.CompactNumberFormatSymbols_az;goog.i18n.CompactNumberFormatSy mbols_az_Latn_AZ=goog.i18n.CompactNumberFormatSymbols_az; 119 1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumberFormatSymbols_az _Cyrl_AZ=goog.i18n.CompactNumberFormatSymbols_az;goog.i18n.CompactNumberFormatSy mbols_az_Latn_AZ=goog.i18n.CompactNumberFormatSymbols_az;
120 goog.i18n.CompactNumberFormatSymbols_bg={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0\u0445\u0438\u043b."},1E4:{other:"00\u00a0\u0445\u0438\u043b."},1E5:{ other:"000\u00a0\u0445\u0438\u043b."},1E6:{other:"0\u00a0\u043c\u043b\u043d."},1 E7:{other:"00\u00a0\u043c\u043b\u043d."},1E8:{other:"000\u00a0\u043c\u043b\u043d ."},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434."},1E10:{other:"00\u00a0\u043c\u 043b\u0440\u0434."},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434."},1E12:{othe r:"0\u00a0\u0442\u0440\u043b\u043d."}, 120 goog.i18n.CompactNumberFormatSymbols_bg={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0\u0445\u0438\u043b."},1E4:{other:"00\u00a0\u0445\u0438\u043b."},1E5:{ other:"000\u00a0\u0445\u0438\u043b."},1E6:{other:"0\u00a0\u043c\u043b\u043d."},1 E7:{other:"00\u00a0\u043c\u043b\u043d."},1E8:{other:"000\u00a0\u043c\u043b\u043d ."},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434."},1E10:{other:"00\u00a0\u043c\u 043b\u0440\u0434."},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434."},1E12:{othe r:"0\u00a0\u0442\u0440\u043b\u043d."},
121 1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d."},1E14:{other:"000\u00a0\u0442\u0 440\u043b\u043d."}},COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 \u0445\u0438\u04 3b\u044f\u0434\u0438"},1E4:{other:"00 \u0445\u0438\u043b\u044f\u0434\u0438"},1E5 :{other:"000 \u0445\u0438\u043b\u044f\u0434\u0438"},1E6:{other:"0 \u043c\u0438\u 043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u04 3d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E9:{oth er:"0 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"}, 121 1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d."},1E14:{other:"000\u00a0\u0442\u0 440\u043b\u043d."}},COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 \u0445\u0438\u04 3b\u044f\u0434\u0438"},1E4:{other:"00 \u0445\u0438\u043b\u044f\u0434\u0438"},1E5 :{other:"000 \u0445\u0438\u043b\u044f\u0434\u0438"},1E6:{other:"0 \u043c\u0438\u 043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u04 3d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E9:{oth er:"0 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},
122 1E10:{other:"00 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E11:{other:" 000 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E12:{other:"0 \u0442\u04 40\u0438\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043 b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043 e\u043d\u0430"}}};goog.i18n.CompactNumberFormatSymbols_bg_BG=goog.i18n.CompactNu mberFormatSymbols_bg; 122 1E10:{other:"00 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E11:{other:" 000 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E12:{other:"0 \u0442\u04 40\u0438\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043 b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043 e\u043d\u0430"}}};goog.i18n.CompactNumberFormatSymbols_bg_BG=goog.i18n.CompactNu mberFormatSymbols_bg;
123 goog.i18n.CompactNumberFormatSymbols_bn={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"0\u00a0\u09b2\u09be\u0996"},1E6:{other:"0 M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E1 1:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPA CT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 \u09b9\u09be\u099c\u09be\u09b0"},1E4:{oth er:"00 \u09b9\u09be\u099c\u09be\u09b0"},1E5:{other:"0 \u09b2\u09be\u0996"},1E6:{ other:"0 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"}, 123 goog.i18n.CompactNumberFormatSymbols_bn={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"0\u00a0\u09b2\u09be\u0996"},1E6:{other:"0 M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E1 1:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPA CT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 \u09b9\u09be\u099c\u09be\u09b0"},1E4:{oth er:"00 \u09b9\u09be\u099c\u09be\u09b0"},1E5:{other:"0 \u09b2\u09be\u0996"},1E6:{ other:"0 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},
124 1E7:{other:"00 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E8:{other:"000 \u09 ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E9:{other:"0 \u09ac\u09bf\u09b2\u09bf\ u09af\u09bc\u09a8"},1E10:{other:"00 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"} ,1E11:{other:"000 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E12:{other:"0 \u 099f\u09cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E13:{other:"00 \u099f\u0 9cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E14:{other:"000 \u099f\u09cd\u0 9b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"}}}; 124 1E7:{other:"00 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E8:{other:"000 \u09 ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E9:{other:"0 \u09ac\u09bf\u09b2\u09bf\ u09af\u09bc\u09a8"},1E10:{other:"00 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"} ,1E11:{other:"000 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E12:{other:"0 \u 099f\u09cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E13:{other:"00 \u099f\u0 9cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E14:{other:"000 \u099f\u09cd\u0 9b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"}}};
125 goog.i18n.CompactNumberFormatSymbols_bn_BD=goog.i18n.CompactNumberFormatSymbols_ bn;goog.i18n.CompactNumberFormatSymbols_br={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumbe rFormatSymbols_br_FR=goog.i18n.CompactNumberFormatSymbols_br; 125 goog.i18n.CompactNumberFormatSymbols_bn_BD=goog.i18n.CompactNumberFormatSymbols_ bn;goog.i18n.CompactNumberFormatSymbols_br={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumbe rFormatSymbols_br_FR=goog.i18n.CompactNumberFormatSymbols_br;
126 goog.i18n.CompactNumberFormatSymbols_ca={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0m"},1E4:{other:"00m"},1E5:{other:"000m"},1E6:{other:"0M"},1E7:{other:"00\u0 0a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00mM"},1E 11:{other:"000mM"},1E12:{other:"0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u 00a0B"}},COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 milers"},1E4:{other:"00 mil ers"},1E5:{other:"000 milers"},1E6:{other:"0 milions"},1E7:{other:"00 milions"}, 1E8:{other:"000 milions"}, 126 goog.i18n.CompactNumberFormatSymbols_ca={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0m"},1E4:{other:"00m"},1E5:{other:"000m"},1E6:{other:"0M"},1E7:{other:"00\u0 0a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00mM"},1E 11:{other:"000mM"},1E12:{other:"0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u 00a0B"}},COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 milers"},1E4:{other:"00 mil ers"},1E5:{other:"000 milers"},1E6:{other:"0 milions"},1E7:{other:"00 milions"}, 1E8:{other:"000 milions"},
127 1E9:{other:"0 milers de milions"},1E10:{other:"00 milers de milions"},1E11:{othe r:"000 milers de milions"},1E12:{other:"0 bilions"},1E13:{other:"00 bilions"},1E 14:{other:"000 bilions"}}};goog.i18n.CompactNumberFormatSymbols_ca_AD=goog.i18n. CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_ES=goog.i1 8n.CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_FR=goog .i18n.CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_IT=g oog.i18n.CompactNumberFormatSymbols_ca; 127 1E9:{other:"0 milers de milions"},1E10:{other:"00 milers de milions"},1E11:{othe r:"000 milers de milions"},1E12:{other:"0 bilions"},1E13:{other:"00 bilions"},1E 14:{other:"000 bilions"}}};goog.i18n.CompactNumberFormatSymbols_ca_AD=goog.i18n. CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_ES=goog.i1 8n.CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_ES_VALE NCIA=goog.i18n.CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbol s_ca_FR=goog.i18n.CompactNumberFormatSymbols_ca;
128 goog.i18n.CompactNumberFormatSymbols_chr={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ot her:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M" },1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E1 2:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumberF ormatSymbols_chr_US=goog.i18n.CompactNumberFormatSymbols_chr; 128 goog.i18n.CompactNumberFormatSymbols_ca_IT=goog.i18n.CompactNumberFormatSymbols_ ca;goog.i18n.CompactNumberFormatSymbols_chr={COMPACT_DECIMAL_SHORT_PATTERN:{1E3: {other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"0 0M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"}, 1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumb erFormatSymbols_chr_US=goog.i18n.CompactNumberFormatSymbols_chr;
129 goog.i18n.CompactNumberFormatSymbols_cs={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{ot her:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{o ther:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E1 2:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."} },COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 tis\u00edc"},1E4:{other:"00 tis\u0 0edc"},1E5:{other:"000 tis\u00edc"}, 129 goog.i18n.CompactNumberFormatSymbols_cs={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{ot her:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{o ther:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E1 2:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."} },COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 tis\u00edc"},1E4:{other:"00 tis\u0 0edc"},1E5:{other:"000 tis\u00edc"},
130 1E6:{other:"0 milion\u016f"},1E7:{other:"00 milion\u016f"},1E8:{other:"000 milio n\u016f"},1E9:{other:"0 miliard"},1E10:{other:"00 miliard"},1E11:{other:"000 mil iard"},1E12:{other:"0 bilion\u016f"},1E13:{other:"00 bilion\u016f"},1E14:{other: "000 bilion\u016f"}}};goog.i18n.CompactNumberFormatSymbols_cs_CZ=goog.i18n.Compa ctNumberFormatSymbols_cs; 130 1E6:{other:"0 milion\u016f"},1E7:{other:"00 milion\u016f"},1E8:{other:"000 milio n\u016f"},1E9:{other:"0 miliard"},1E10:{other:"00 miliard"},1E11:{other:"000 mil iard"},1E12:{other:"0 bilion\u016f"},1E13:{other:"00 bilion\u016f"},1E14:{other: "000 bilion\u016f"}}};goog.i18n.CompactNumberFormatSymbols_cs_CZ=goog.i18n.Compa ctNumberFormatSymbols_cs;
131 goog.i18n.CompactNumberFormatSymbols_cy={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 miliwn"},1E7:{other:"00 miliwn"},1E8:{other:"000 miliwn"},1E9:{other:"0 biliwn" },1E10:{other:"00 biliwn"}, 131 goog.i18n.CompactNumberFormatSymbols_cy={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 miliwn"},1E7:{other:"00 miliwn"},1E8:{other:"000 miliwn"},1E9:{other:"0 biliwn" },1E10:{other:"00 biliwn"},
132 1E11:{other:"000 biliwn"},1E12:{other:"0 triliwn"},1E13:{other:"00 triliwn"},1E1 4:{other:"000 triliwn"}}};goog.i18n.CompactNumberFormatSymbols_cy_GB=goog.i18n.C ompactNumberFormatSymbols_cy; 132 1E11:{other:"000 biliwn"},1E12:{other:"0 triliwn"},1E13:{other:"00 triliwn"},1E1 4:{other:"000 triliwn"}}};goog.i18n.CompactNumberFormatSymbols_cy_GB=goog.i18n.C ompactNumberFormatSymbols_cy;
133 goog.i18n.CompactNumberFormatSymbols_da={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0td"},1E4:{other:"00\u00a0td"},1E5:{other:"000\u00a0td"},1E6:{other:"0 \u00a0mio"},1E7:{other:"00\u00a0mio"},1E8:{other:"000\u00a0mio"},1E9:{other:"0\u 00a0mia"},1E10:{other:"00\u00a0mia"},1E11:{other:"000\u00a0mia"},1E12:{other:"0\ u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},COMPACT_DE CIMAL_LONG_PATTERN:{1E3:{other:"0 tusind"},1E4:{other:"00 tusind"},1E5:{other:"0 00 tusind"},1E6:{other:"0 millioner"}, 133 goog.i18n.CompactNumberFormatSymbols_da={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0td"},1E4:{other:"00\u00a0td"},1E5:{other:"000\u00a0td"},1E6:{other:"0 \u00a0mio"},1E7:{other:"00\u00a0mio"},1E8:{other:"000\u00a0mio"},1E9:{other:"0\u 00a0mia"},1E10:{other:"00\u00a0mia"},1E11:{other:"000\u00a0mia"},1E12:{other:"0\ u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},COMPACT_DE CIMAL_LONG_PATTERN:{1E3:{other:"0 tusind"},1E4:{other:"00 tusind"},1E5:{other:"0 00 tusind"},1E6:{other:"0 millioner"},
134 1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder" },1E10:{other:"00 milliarder"},1E11:{other:"000 milliarder"},1E12:{other:"0 bill ioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};goog.i18n.Com pactNumberFormatSymbols_da_DK=goog.i18n.CompactNumberFormatSymbols_da;goog.i18n. CompactNumberFormatSymbols_da_GL=goog.i18n.CompactNumberFormatSymbols_da; 134 1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder" },1E10:{other:"00 milliarder"},1E11:{other:"000 milliarder"},1E12:{other:"0 bill ioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};goog.i18n.Com pactNumberFormatSymbols_da_DK=goog.i18n.CompactNumberFormatSymbols_da;goog.i18n. CompactNumberFormatSymbols_da_GL=goog.i18n.CompactNumberFormatSymbols_da;
135 goog.i18n.CompactNumberFormatSymbols_de={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{other :"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{other:" 0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{other: "0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT_DE CIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other: "000 Tausend"},1E6:{other:"0 Millionen"}, 135 goog.i18n.CompactNumberFormatSymbols_de={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{other :"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{other:" 0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{other: "0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT_DE CIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other: "000 Tausend"},1E6:{other:"0 Millionen"},
136 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}}; 136 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};
137 goog.i18n.CompactNumberFormatSymbols_de_AT={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{ot her:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{othe r:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{oth er:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT _DECIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{oth er:"000 Tausend"},1E6:{other:"0 Millionen"}, 137 goog.i18n.CompactNumberFormatSymbols_de_AT={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{ot her:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{othe r:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{oth er:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT _DECIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{oth er:"000 Tausend"},1E6:{other:"0 Millionen"},
138 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};goog.i18n.Com pactNumberFormatSymbols_de_BE=goog.i18n.CompactNumberFormatSymbols_de; 138 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};goog.i18n.Com pactNumberFormatSymbols_de_BE=goog.i18n.CompactNumberFormatSymbols_de;
139 goog.i18n.CompactNumberFormatSymbols_de_CH={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{ot her:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{othe r:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{oth er:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT _DECIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{oth er:"000 Tausend"},1E6:{other:"0 Millionen"}, 139 goog.i18n.CompactNumberFormatSymbols_de_CH={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{ot her:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{othe r:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{oth er:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT _DECIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{oth er:"000 Tausend"},1E6:{other:"0 Millionen"},
140 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};goog.i18n.Com pactNumberFormatSymbols_de_DE=goog.i18n.CompactNumberFormatSymbols_de;goog.i18n. CompactNumberFormatSymbols_de_LU=goog.i18n.CompactNumberFormatSymbols_de; 140 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};goog.i18n.Com pactNumberFormatSymbols_de_DE=goog.i18n.CompactNumberFormatSymbols_de;goog.i18n. CompactNumberFormatSymbols_de_LU=goog.i18n.CompactNumberFormatSymbols_de;
141 goog.i18n.CompactNumberFormatSymbols_el={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0\u03c7\u03b9\u03bb."},1E4:{other:"00\u00a0\u03c7\u03b9\u03bb."},1E5:{ other:"000\u00a0\u03c7\u03b9\u03bb."},1E6:{other:"0\u00a0\u03b5\u03ba."},1E7:{ot her:"00\u00a0\u03b5\u03ba."},1E8:{other:"000\u00a0\u03b5\u03ba."},1E9:{other:"0\ u00a0\u03b4\u03b9\u03c3."},1E10:{other:"00\u00a0\u03b4\u03b9\u03c3."},1E11:{othe r:"000\u00a0\u03b4\u03b9\u03c3."},1E12:{other:"0\u00a0\u03c4\u03c1\u03b9\u03c3." },1E13:{other:"00\u00a0\u03c4\u03c1\u03b9\u03c3."}, 141 goog.i18n.CompactNumberFormatSymbols_el={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0\u03c7\u03b9\u03bb."},1E4:{other:"00\u00a0\u03c7\u03b9\u03bb."},1E5:{ other:"000\u00a0\u03c7\u03b9\u03bb."},1E6:{other:"0\u00a0\u03b5\u03ba."},1E7:{ot her:"00\u00a0\u03b5\u03ba."},1E8:{other:"000\u00a0\u03b5\u03ba."},1E9:{other:"0\ u00a0\u03b4\u03b9\u03c3."},1E10:{other:"00\u00a0\u03b4\u03b9\u03c3."},1E11:{othe r:"000\u00a0\u03b4\u03b9\u03c3."},1E12:{other:"0\u00a0\u03c4\u03c1\u03b9\u03c3." },1E13:{other:"00\u00a0\u03c4\u03c1\u03b9\u03c3."},
142 1E14:{other:"000\u00a0\u03c4\u03c1\u03b9\u03c3."}},COMPACT_DECIMAL_LONG_PATTERN: {1E3:{other:"0 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E4:{other:"00 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E5:{other:"000 \u03c7\u03b9 \u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E6:{other:"0 \u03b5\u03ba\u03b1\u03c4\u0 3bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E7:{other:"00 \u03b5\u03ba\u03b1\u03c 4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E8:{other:"000 \u03b5\u03ba\u03b1 \u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"}, 142 1E14:{other:"000\u00a0\u03c4\u03c1\u03b9\u03c3."}},COMPACT_DECIMAL_LONG_PATTERN: {1E3:{other:"0 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E4:{other:"00 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E5:{other:"000 \u03c7\u03b9 \u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E6:{other:"0 \u03b5\u03ba\u03b1\u03c4\u0 3bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E7:{other:"00 \u03b5\u03ba\u03b1\u03c 4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E8:{other:"000 \u03b5\u03ba\u03b1 \u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},
143 1E9:{other:"0 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd \u03c1\u03b9\u03b1"},1E10:{other:"00 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\ u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E11:{other:"000 \u03b4\u03b9\u03c3\ u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E12:{other: "0 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c 1\u03b9\u03b1"},1E13:{other:"00 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4 \u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"}, 143 1E9:{other:"0 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd \u03c1\u03b9\u03b1"},1E10:{other:"00 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\ u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E11:{other:"000 \u03b4\u03b9\u03c3\ u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E12:{other: "0 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c 1\u03b9\u03b1"},1E13:{other:"00 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4 \u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},
144 1E14:{other:"000 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u0 3bc\u03cd\u03c1\u03b9\u03b1"}}};goog.i18n.CompactNumberFormatSymbols_el_GR=goog. i18n.CompactNumberFormatSymbols_el; 144 1E14:{other:"000 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u0 3bc\u03cd\u03c1\u03b9\u03b1"}}};goog.i18n.CompactNumberFormatSymbols_el_GR=goog. i18n.CompactNumberFormatSymbols_el;
145 goog.i18n.CompactNumberFormatSymbols_en={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand" },1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9 :{other:"0 billion"}, 145 goog.i18n.CompactNumberFormatSymbols_en={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand" },1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9 :{other:"0 billion"},
146 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_001=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNum berFormatSymbols_en_AS=goog.i18n.CompactNumberFormatSymbols_en; 146 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_001=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNum berFormatSymbols_en_AS=goog.i18n.CompactNumberFormatSymbols_en;
147 goog.i18n.CompactNumberFormatSymbols_en_AU={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 147 goog.i18n.CompactNumberFormatSymbols_en_AU={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
148 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_DG=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_Dsrt_US=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Com pactNumberFormatSymbols_en_FM=goog.i18n.CompactNumberFormatSymbols_en; 148 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_DG=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_FM=goog.i18n.CompactNumberFormatSymbols_en;
149 goog.i18n.CompactNumberFormatSymbols_en_GB={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 149 goog.i18n.CompactNumberFormatSymbols_en_GB={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
150 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_GU=goog.i18n.CompactNumberFormatSymbols_en; 150 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_GU=goog.i18n.CompactNumberFormatSymbols_en;
151 goog.i18n.CompactNumberFormatSymbols_en_IE={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 151 goog.i18n.CompactNumberFormatSymbols_en_IE={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
152 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}}; 152 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};
153 goog.i18n.CompactNumberFormatSymbols_en_IN={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 153 goog.i18n.CompactNumberFormatSymbols_en_IN={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
154 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_IO=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_MH=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactN umberFormatSymbols_en_MP=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Compa ctNumberFormatSymbols_en_PR=goog.i18n.CompactNumberFormatSymbols_en; 154 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_IO=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_MH=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactN umberFormatSymbols_en_MP=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Compa ctNumberFormatSymbols_en_PR=goog.i18n.CompactNumberFormatSymbols_en;
155 goog.i18n.CompactNumberFormatSymbols_en_PW=goog.i18n.CompactNumberFormatSymbols_ en; 155 goog.i18n.CompactNumberFormatSymbols_en_PW=goog.i18n.CompactNumberFormatSymbols_ en;
156 goog.i18n.CompactNumberFormatSymbols_en_SG={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 156 goog.i18n.CompactNumberFormatSymbols_en_SG={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
157 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_TC=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_UM=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactN umberFormatSymbols_en_US=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Compa ctNumberFormatSymbols_en_VG=goog.i18n.CompactNumberFormatSymbols_en; 157 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_TC=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_UM=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactN umberFormatSymbols_en_US=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Compa ctNumberFormatSymbols_en_VG=goog.i18n.CompactNumberFormatSymbols_en;
158 goog.i18n.CompactNumberFormatSymbols_en_VI=goog.i18n.CompactNumberFormatSymbols_ en; 158 goog.i18n.CompactNumberFormatSymbols_en_VI=goog.i18n.CompactNumberFormatSymbols_ en;
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 goog.i18n.CompactNumberFormatSymbols_zh_HK={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 \u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{ other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00 \u5104"},1E10:{other:"000\u5104"}, 319 goog.i18n.CompactNumberFormatSymbols_zh_HK={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 \u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{ other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00 \u5104"},1E10:{other:"000\u5104"},
320 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}};goog.i18n.CompactNumberFormatSymbols_zh_Hans_CN=goog.i18n.Co mpactNumberFormatSymbols_zh; 320 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}};goog.i18n.CompactNumberFormatSymbols_zh_Hans_CN=goog.i18n.Co mpactNumberFormatSymbols_zh;
321 goog.i18n.CompactNumberFormatSymbols_zh_TW={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 \u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{ other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00 \u5104"},1E10:{other:"000\u5104"}, 321 goog.i18n.CompactNumberFormatSymbols_zh_TW={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 \u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{ other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00 \u5104"},1E10:{other:"000\u5104"},
322 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}}; 322 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}};
323 goog.i18n.CompactNumberFormatSymbols_zu={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 inkulungwane"},1E4:{other:"00 inkulungwane"},1E5:{other:"000 i nkulungwane"},1E6:{other:"0 isigidi"},1E7:{other:"00 isigidi"},1E8:{other:"000 i sigidi"},1E9:{other:"0 isigidi sezigidi"}, 323 goog.i18n.CompactNumberFormatSymbols_zu={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 inkulungwane"},1E4:{other:"00 inkulungwane"},1E5:{other:"000 i nkulungwane"},1E6:{other:"0 isigidi"},1E7:{other:"00 isigidi"},1E8:{other:"000 i sigidi"},1E9:{other:"0 isigidi sezigidi"},
324 1E10:{other:"00 isigidi sezigidi"},1E11:{other:"000 isigidi sezigidi"},1E12:{oth er:"0 isigidintathu"},1E13:{other:"00 isigidintathu"},1E14:{other:"000 isigidint athu"}}};goog.i18n.CompactNumberFormatSymbols_zu_ZA=goog.i18n.CompactNumberForma tSymbols_zu;goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en;"af"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Comp actNumberFormatSymbols_af); 324 1E10:{other:"00 isigidi sezigidi"},1E11:{other:"000 isigidi sezigidi"},1E12:{oth er:"0 isigidintathu"},1E13:{other:"00 isigidintathu"},1E14:{other:"000 isigidint athu"}}};goog.i18n.CompactNumberFormatSymbols_zu_ZA=goog.i18n.CompactNumberForma tSymbols_zu;goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en;"af"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Comp actNumberFormatSymbols_af);
325 if("af_ZA"==goog.LOCALE||"af-ZA"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_af;"am"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_am);if("am_ET"==goog.LO CALE||"am-ET"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_am;"ar"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_ar); 325 if("af_ZA"==goog.LOCALE||"af-ZA"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_af;"am"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_am);if("am_ET"==goog.LO CALE||"am-ET"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_am;"ar"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_ar);
326 if("ar_001"==goog.LOCALE||"ar-001"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_ar;"az"==goog.LOCALE&&(goog.i18n.Compa ctNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_az);if("az_Cyrl_AZ"== goog.LOCALE||"az-Cyrl-AZ"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog .i18n.CompactNumberFormatSymbols_az;if("az_Latn_AZ"==goog.LOCALE||"az-Latn-AZ"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_az; 326 if("ar_001"==goog.LOCALE||"ar-001"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_ar;"az"==goog.LOCALE&&(goog.i18n.Compa ctNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_az);if("az_Cyrl_AZ"== goog.LOCALE||"az-Cyrl-AZ"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog .i18n.CompactNumberFormatSymbols_az;if("az_Latn_AZ"==goog.LOCALE||"az-Latn-AZ"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_az;
327 "bg"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_bg);if("bg_BG"==goog.LOCALE||"bg-BG"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_bg;"bn"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_bn);i f("bn_BD"==goog.LOCALE||"bn-BD"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_bn;"br"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_br); 327 "bg"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_bg);if("bg_BG"==goog.LOCALE||"bg-BG"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_bg;"bn"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_bn);i f("bn_BD"==goog.LOCALE||"bn-BD"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_bn;"br"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_br);
328 if("br_FR"==goog.LOCALE||"br-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_br;"ca"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca);if("ca_AD"==goog.LO CALE||"ca-AD"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_ca;if("ca_ES"==goog.LOCALE||"ca-ES"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca; 328 if("br_FR"==goog.LOCALE||"br-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_br;"ca"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca);if("ca_AD"==goog.LO CALE||"ca-AD"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_ca;if("ca_ES"==goog.LOCALE||"ca-ES"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca;
329 if("ca_FR"==goog.LOCALE||"ca-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_ca;if("ca_IT"==goog.LOCALE||"ca-IT"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_ca;"chr"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_chr);if("chr_US"==goog.LOCALE||"chr-US"==goog.LOCALE)goog.i 18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_chr; 329 if("ca_ES_VALENCIA"==goog.LOCALE||"ca-ES-VALENCIA"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca;if("ca_FR"==goog.LO CALE||"ca-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_ca;if("ca_IT"==goog.LOCALE||"ca-IT"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca;"chr"==goog.L OCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbol s_chr);
330 "cs"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_cs);if("cs_CZ"==goog.LOCALE||"cs-CZ"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_cs;"cy"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_cy);i f("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_cy;"da"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_da); 330 if("chr_US"==goog.LOCALE||"chr-US"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_chr;"cs"==goog.LOCALE&&(goog.i18n.Comp actNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_cs);if("cs_CZ"==goog .LOCALE||"cs-CZ"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Com pactNumberFormatSymbols_cs;"cy"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymb ols=goog.i18n.CompactNumberFormatSymbols_cy);
331 if("da_DK"==goog.LOCALE||"da-DK"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_da;if("da_GL"==goog.LOCALE||"da-GL"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_da;"de"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compact NumberFormatSymbols_de);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_de_AT; 331 if("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_cy;"da"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_da);if("da_DK"==goog.LO CALE||"da-DK"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_da;if("da_GL"==goog.LOCALE||"da-GL"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_da;
332 if("de_BE"==goog.LOCALE||"de-BE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_de;if("de_CH"==goog.LOCALE||"de-CH"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_de_CH;if("de_DE"==goog.LOCALE||"de-DE"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_de;if("de_LU"==goog.LOCALE||"de -LU"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_de; 332 "de"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_de);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_de_AT;if("de_BE"==goog .LOCALE||"de-BE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Com pactNumberFormatSymbols_de;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE)goog.i1 8n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_de_CH;
333 "el"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_el);if("el_GR"==goog.LOCALE||"el-GR"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_el;"en"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en);i f("en_001"==goog.LOCALE||"en-001"==goog.LOCALE)goog.i18n.CompactNumberFormatSymb ols=goog.i18n.CompactNumberFormatSymbols_en; 333 if("de_DE"==goog.LOCALE||"de-DE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_de;if("de_LU"==goog.LOCALE||"de-LU"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_de;"el"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compact NumberFormatSymbols_el);if("el_GR"==goog.LOCALE||"el-GR"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_el;
334 if("en_AS"==goog.LOCALE||"en-AS"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_AU"==goog.LOCALE||"en-AU"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en_AU;if("en_DG"==goog.LOCALE||"en-DG"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_Dsrt_US"==goog.LOCALE ||"en-Dsrt-US"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compa ctNumberFormatSymbols_en; 334 "en"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_en);if("en_001"==goog.LOCALE||"en-001"==goog.LOCALE)goog.i18n.Comp actNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_AS"==goog. LOCALE||"en-AS"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Comp actNumberFormatSymbols_en;if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18 n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en_AU;
335 if("en_FM"==goog.LOCALE||"en-FM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_GB"==goog.LOCALE||"en-GB"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en_GB;if("en_GU"==goog.LOCALE||"en-GU"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_IE"==goog.LOCALE||"en -IE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_en_IE; 335 if("en_DG"==goog.LOCALE||"en-DG"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_FM"==goog.LOCALE||"en-FM"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en_GB;if("en_GU"==goog.LOCALE||"en -GU"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_en;
336 if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en_IN;if("en_IO"==goog.LOCALE||"en-IO"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en;if("en_MH"==goog.LOCALE||"en-MH"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_MP"==goog.LOCALE||"en -MP"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_en; 336 if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en_IE;if("en_IN"==goog.LOCALE||"en-IN"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en_IN;if("en_IO"==goog.LOCALE||"en-IO"==goog.LOCALE)goog.i18n.CompactNumbe rFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_MH"==goog.LOCALE|| "en-MH"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumbe rFormatSymbols_en;
337 if("en_PR"==goog.LOCALE||"en-PR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_PW"==goog.LOCALE||"en-PW"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en_SG;if("en_TC"==goog.LOCALE||"en -TC"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_en; 337 if("en_MP"==goog.LOCALE||"en-MP"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_PR"==goog.LOCALE||"en-PR"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_PW"==goog.LOCALE||"en-PW"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_SG"==goog.LOCALE||"en-SG "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_en_SG;
338 if("en_UM"==goog.LOCALE||"en-UM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_US"==goog.LOCALE||"en-US"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_VG"==goog.LOCALE||"en-VG"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_VI"==goog.LOCALE||"en-VI "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_en; 338 if("en_TC"==goog.LOCALE||"en-TC"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_UM"==goog.LOCALE||"en-UM"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_VG"==goog.LOCALE||"en-VG "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_en;
339 if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en_ZA;if("en_ZW"==goog.LOCALE||"en-ZW"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en;"es"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Comp actNumberFormatSymbols_es);if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog. i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_es_419; 339 if("en_VI"==goog.LOCALE||"en-VI"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_ZA"==goog.LOCALE||"en-ZA"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en_ZA;if("en_ZW"==goog.LOCALE||"en-ZW"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_en;"es"==goog.LOCALE&&(goog.i18 n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_es);
340 if("es_EA"==goog.LOCALE||"es-EA"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_es;if("es_ES"==goog.LOCALE||"es-ES"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_es;if("es_IC"==goog.LOCALE||"es-IC"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_es;"et"==goog.LOCALE&&(goog.i18n.C ompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_et); 340 if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_es_419;if("es_EA"==goog.LOCALE||"es-EA "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_es;if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.CompactNumbe rFormatSymbols=goog.i18n.CompactNumberFormatSymbols_es;if("es_IC"==goog.LOCALE|| "es-IC"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumbe rFormatSymbols_es;
341 if("et_EE"==goog.LOCALE||"et-EE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_et;"eu"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_eu);if("eu_ES"==goog.LO CALE||"eu-ES"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_eu;"fa"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_fa); 341 "et"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_et);if("et_EE"==goog.LOCALE||"et-EE"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_et;"eu"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_eu);i f("eu_ES"==goog.LOCALE||"eu-ES"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_eu;"fa"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fa);
342 if("fa_IR"==goog.LOCALE||"fa-IR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fa;"fi"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fi);if("fi_FI"==goog.LO CALE||"fi-FI"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_fi;"fil"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_fil); 342 if("fa_IR"==goog.LOCALE||"fa-IR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fa;"fi"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fi);if("fi_FI"==goog.LO CALE||"fi-FI"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_fi;"fil"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_fil);
343 if("fil_PH"==goog.LOCALE||"fil-PH"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_fil;"fr"==goog.LOCALE&&(goog.i18n.Comp actNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fr);if("fr_BL"==goog .LOCALE||"fr-BL"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Com pactNumberFormatSymbols_fr;if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i1 8n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fr_CA; 343 if("fil_PH"==goog.LOCALE||"fil-PH"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_fil;"fr"==goog.LOCALE&&(goog.i18n.Comp actNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fr);if("fr_BL"==goog .LOCALE||"fr-BL"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Com pactNumberFormatSymbols_fr;if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i1 8n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fr_CA;
344 if("fr_FR"==goog.LOCALE||"fr-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_GF"==goog.LOCALE||"fr-GF"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_fr;if("fr_GP"==goog.LOCALE||"fr-GP"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_MC"==goog.LOCALE||"fr-MC "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_fr; 344 if("fr_FR"==goog.LOCALE||"fr-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_GF"==goog.LOCALE||"fr-GF"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_fr;if("fr_GP"==goog.LOCALE||"fr-GP"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_MC"==goog.LOCALE||"fr-MC "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_fr;
345 if("fr_MF"==goog.LOCALE||"fr-MF"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_MQ"==goog.LOCALE||"fr-MQ"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_fr;if("fr_PM"==goog.LOCALE||"fr-PM"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_RE"==goog.LOCALE||"fr-RE "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_fr; 345 if("fr_MF"==goog.LOCALE||"fr-MF"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_MQ"==goog.LOCALE||"fr-MQ"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_fr;if("fr_PM"==goog.LOCALE||"fr-PM"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_RE"==goog.LOCALE||"fr-RE "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_fr;
346 if("fr_YT"==goog.LOCALE||"fr-YT"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;"gl"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_gl);if("gl_ES"==goog.LO CALE||"gl-ES"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_gl;"gsw"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_gsw); 346 if("fr_YT"==goog.LOCALE||"fr-YT"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;"gl"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_gl);if("gl_ES"==goog.LO CALE||"gl-ES"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_gl;"gsw"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_gsw);
347 if("gsw_CH"==goog.LOCALE||"gsw-CH"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_gsw;if("gsw_LI"==goog.LOCALE||"gsw-LI" ==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormat Symbols_gsw;"gu"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.C ompactNumberFormatSymbols_gu);if("gu_IN"==goog.LOCALE||"gu-IN"==goog.LOCALE)goog .i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_gu; 347 if("gsw_CH"==goog.LOCALE||"gsw-CH"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_gsw;if("gsw_LI"==goog.LOCALE||"gsw-LI" ==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormat Symbols_gsw;"gu"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.C ompactNumberFormatSymbols_gu);if("gu_IN"==goog.LOCALE||"gu-IN"==goog.LOCALE)goog .i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_gu;
348 "haw"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumbe rFormatSymbols_haw);if("haw_US"==goog.LOCALE||"haw-US"==goog.LOCALE)goog.i18n.Co mpactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_haw;"he"==goog.LOC ALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ he);if("he_IL"==goog.LOCALE||"he-IL"==goog.LOCALE)goog.i18n.CompactNumberFormatS ymbols=goog.i18n.CompactNumberFormatSymbols_he; 348 "haw"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumbe rFormatSymbols_haw);if("haw_US"==goog.LOCALE||"haw-US"==goog.LOCALE)goog.i18n.Co mpactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_haw;"he"==goog.LOC ALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ he);if("he_IL"==goog.LOCALE||"he-IL"==goog.LOCALE)goog.i18n.CompactNumberFormatS ymbols=goog.i18n.CompactNumberFormatSymbols_he;
349 "hi"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_hi);if("hi_IN"==goog.LOCALE||"hi-IN"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hi;"hr"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hr);i f("hr_HR"==goog.LOCALE||"hr-HR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_hr;"hu"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hu); 349 "hi"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_hi);if("hi_IN"==goog.LOCALE||"hi-IN"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hi;"hr"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hr);i f("hr_HR"==goog.LOCALE||"hr-HR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_hr;"hu"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hu);
350 if("hu_HU"==goog.LOCALE||"hu-HU"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_hu;"hy"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hy);if("hy_AM"==goog.LO CALE||"hy-AM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_hy;"id"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_id); 350 if("hu_HU"==goog.LOCALE||"hu-HU"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_hu;"hy"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hy);if("hy_AM"==goog.LO CALE||"hy-AM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_hy;"id"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_id);
351 if("id_ID"==goog.LOCALE||"id-ID"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_id;"in"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_in);"is"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_is);i f("is_IS"==goog.LOCALE||"is-IS"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_is;"it"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_it); 351 if("id_ID"==goog.LOCALE||"id-ID"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_id;"in"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_in);"is"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_is);i f("is_IS"==goog.LOCALE||"is-IS"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_is;"it"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_it);
(...skipping 29 matching lines...) Expand all
381 "kn","kn"],HUF:[0,"Ft","Ft"],IDR:[0,"Rp","Rp"],ILS:[2,"\u20aa","IL\u20aa"],INR:[ 2,"\u20b9","Rs"],IRR:[0,"Rial","IRR"],ISK:[0,"kr","kr"],JMD:[2,"$","JA$"],JPY:[0 ,"\u00a5","JP\u00a5"],KRW:[0,"\u20a9","KR\u20a9"],LKR:[2,"Rs","SLRs"],LTL:[2,"Lt ","Lt"],LVL:[2,"Ls","Ls"],MNT:[0,"\u20ae","MN\u20ae"],MXN:[2,"$","Mex$"],MYR:[2, "RM","RM"],NOK:[50,"kr","NOkr"],PAB:[2,"B/.","B/."],PEN:[2,"S/.","S/."],PHP:[2," \u20b1","Php"],PKR:[0,"Rs","PKRs."],PLN:[50,"z\u0142","z\u0142"],RON:[2,"RON","R ON"],RSD:[0,"din","RSD"], 381 "kn","kn"],HUF:[0,"Ft","Ft"],IDR:[0,"Rp","Rp"],ILS:[2,"\u20aa","IL\u20aa"],INR:[ 2,"\u20b9","Rs"],IRR:[0,"Rial","IRR"],ISK:[0,"kr","kr"],JMD:[2,"$","JA$"],JPY:[0 ,"\u00a5","JP\u00a5"],KRW:[0,"\u20a9","KR\u20a9"],LKR:[2,"Rs","SLRs"],LTL:[2,"Lt ","Lt"],LVL:[2,"Ls","Ls"],MNT:[0,"\u20ae","MN\u20ae"],MXN:[2,"$","Mex$"],MYR:[2, "RM","RM"],NOK:[50,"kr","NOkr"],PAB:[2,"B/.","B/."],PEN:[2,"S/.","S/."],PHP:[2," \u20b1","Php"],PKR:[0,"Rs","PKRs."],PLN:[50,"z\u0142","z\u0142"],RON:[2,"RON","R ON"],RSD:[0,"din","RSD"],
382 RUB:[50,"\u0440\u0443\u0431.","\u0440\u0443\u0431."],SAR:[2,"Rial","Rial"],SEK:[ 2,"kr","kr"],SGD:[2,"$","S$"],THB:[2,"\u0e3f","THB"],TRY:[2,"TL","YTL"],TWD:[2," NT$","NT$"],TZS:[0,"TSh","TSh"],UAH:[2,"\u20b4","UAH"],USD:[2,"$","US$"],UYU:[2, "$","$U"],VND:[0,"\u20ab","VN\u20ab"],YER:[0,"Rial","Rial"],ZAR:[2,"R","ZAR"]}; 382 RUB:[50,"\u0440\u0443\u0431.","\u0440\u0443\u0431."],SAR:[2,"Rial","Rial"],SEK:[ 2,"kr","kr"],SGD:[2,"$","S$"],THB:[2,"\u0e3f","THB"],TRY:[2,"TL","YTL"],TWD:[2," NT$","NT$"],TZS:[0,"TSh","TSh"],UAH:[2,"\u20b4","UAH"],USD:[2,"$","US$"],UYU:[2, "$","$U"],VND:[0,"\u20ab","VN\u20ab"],YER:[0,"Rial","Rial"],ZAR:[2,"R","ZAR"]};
383 goog.i18n.currency.CurrencyInfoTier2={AFN:[48,"Af.","AFN"],AMD:[0,"Dram","dram"] ,AOA:[2,"Kz","Kz"],ARS:[2,"$","AR$"],AWG:[2,"Afl.","Afl."],AZN:[2,"man.","man."] ,BAM:[2,"KM","KM"],BBD:[2,"$","Bds$"],BHD:[3,"din","din"],BIF:[0,"FBu","FBu"],BM D:[2,"$","BD$"],BND:[2,"$","B$"],BOB:[2,"Bs","Bs"],BSD:[2,"$","BS$"],BTN:[2,"Nu. ","Nu."],BWP:[2,"P","pula"],BYR:[0,"BYR","BYR"],BZD:[2,"$","BZ$"],CUC:[1,"$","CU C$"],CUP:[2,"$","CU$"],CVE:[2,"CVE","Esc"],DJF:[0,"Fdj","Fdj"],DZD:[2,"din","din "],ERN:[2,"Nfk","Nfk"], 383 goog.i18n.currency.CurrencyInfoTier2={AFN:[48,"Af.","AFN"],AMD:[0,"Dram","dram"] ,AOA:[2,"Kz","Kz"],ARS:[2,"$","AR$"],AWG:[2,"Afl.","Afl."],AZN:[2,"man.","man."] ,BAM:[2,"KM","KM"],BBD:[2,"$","Bds$"],BHD:[3,"din","din"],BIF:[0,"FBu","FBu"],BM D:[2,"$","BD$"],BND:[2,"$","B$"],BOB:[2,"Bs","Bs"],BSD:[2,"$","BS$"],BTN:[2,"Nu. ","Nu."],BWP:[2,"P","pula"],BYR:[0,"BYR","BYR"],BZD:[2,"$","BZ$"],CUC:[1,"$","CU C$"],CUP:[2,"$","CU$"],CVE:[2,"CVE","Esc"],DJF:[0,"Fdj","Fdj"],DZD:[2,"din","din "],ERN:[2,"Nfk","Nfk"],
384 FJD:[2,"$","FJ$"],FKP:[2,"\u00a3","FK\u00a3"],GEL:[2,"GEL","GEL"],GHS:[2,"GHS"," GHS"],GIP:[2,"\u00a3","GI\u00a3"],GMD:[2,"GMD","GMD"],GNF:[0,"FG","FG"],GTQ:[2," Q","GTQ"],GYD:[0,"$","GY$"],HNL:[2,"L","HNL"],HTG:[2,"HTG","HTG"],IQD:[0,"din"," IQD"],JOD:[3,"din","JOD"],KES:[2,"Ksh","Ksh"],KGS:[2,"KGS","KGS"],KHR:[2,"Riel", "KHR"],KMF:[0,"CF","KMF"],KPW:[0,"\u20a9KP","KPW"],KWD:[3,"din","KWD"],KYD:[2,"$ ","KY$"],KZT:[2,"\u20b8","KZT"],LAK:[0,"\u20ad","\u20ad"],LBP:[0,"L\u00a3","LBP" ],LRD:[2,"$","L$"],LSL:[2, 384 FJD:[2,"$","FJ$"],FKP:[2,"\u00a3","FK\u00a3"],GEL:[2,"GEL","GEL"],GHS:[2,"GHS"," GHS"],GIP:[2,"\u00a3","GI\u00a3"],GMD:[2,"GMD","GMD"],GNF:[0,"FG","FG"],GTQ:[2," Q","GTQ"],GYD:[0,"$","GY$"],HNL:[2,"L","HNL"],HTG:[2,"HTG","HTG"],IQD:[0,"din"," IQD"],JOD:[3,"din","JOD"],KES:[2,"Ksh","Ksh"],KGS:[2,"KGS","KGS"],KHR:[2,"Riel", "KHR"],KMF:[0,"CF","KMF"],KPW:[0,"\u20a9KP","KPW"],KWD:[3,"din","KWD"],KYD:[2,"$ ","KY$"],KZT:[2,"\u20b8","KZT"],LAK:[0,"\u20ad","\u20ad"],LBP:[0,"L\u00a3","LBP" ],LRD:[2,"$","L$"],LSL:[2,
385 "LSL","LSL"],LYD:[3,"din","LD"],MAD:[2,"dh","MAD"],MDL:[2,"MDL","MDL"],MGA:[0,"A r","MGA"],MKD:[2,"din","MKD"],MMK:[0,"K","MMK"],MOP:[2,"MOP","MOP$"],MRO:[0,"MRO ","MRO"],MUR:[0,"MURs","MURs"],MWK:[2,"MWK","MWK"],MZN:[2,"MTn","MTn"],NAD:[2,"$ ","N$"],NGN:[2,"\u20a6","NG\u20a6"],NIO:[2,"C$","C$"],NPR:[2,"Rs","NPRs"],NZD:[2 ,"$","NZ$"],OMR:[3,"Rial","OMR"],PGK:[2,"PGK","PGK"],PYG:[0,"Gs","PYG"],QAR:[2," Rial","QR"],RWF:[0,"RF","RF"],SBD:[2,"$","SI$"],SCR:[2,"SCR","SCR"],SDG:[2,"SDG" ,"SDG"],SHP:[2,"\u00a3", 385 "LSL","LSL"],LYD:[3,"din","LD"],MAD:[2,"dh","MAD"],MDL:[2,"MDL","MDL"],MGA:[0,"A r","MGA"],MKD:[2,"din","MKD"],MMK:[0,"K","MMK"],MOP:[2,"MOP","MOP$"],MRO:[0,"MRO ","MRO"],MUR:[0,"MURs","MURs"],MWK:[2,"MWK","MWK"],MZN:[2,"MTn","MTn"],NAD:[2,"$ ","N$"],NGN:[2,"\u20a6","NG\u20a6"],NIO:[2,"C$","C$"],NPR:[2,"Rs","NPRs"],NZD:[2 ,"$","NZ$"],OMR:[3,"Rial","OMR"],PGK:[2,"PGK","PGK"],PYG:[0,"Gs","PYG"],QAR:[2," Rial","QR"],RWF:[0,"RF","RF"],SBD:[2,"$","SI$"],SCR:[2,"SCR","SCR"],SDG:[2,"SDG" ,"SDG"],SHP:[2,"\u00a3",
386 "SH\u00a3"],SLL:[0,"SLL","SLL"],SOS:[0,"SOS","SOS"],SRD:[2,"$","SR$"],STD:[0,"Db ","Db"],SYP:[0,"\u00a3","SY\u00a3"],SZL:[2,"SZL","SZL"],TJS:[2,"Som","TJS"],TND: [3,"din","DT"],TOP:[2,"T$","T$"],TTD:[2,"$","TT$"],UGX:[0,"UGX","UGX"],UZS:[0,"s o\u02bcm","UZS"],VEF:[2,"Bs","Bs"],VUV:[0,"VUV","VUV"],WST:[2,"WST","WST"],XAF:[ 0,"FCFA","FCFA"],XCD:[2,"$","EC$"],XOF:[0,"CFA","CFA"],XPF:[0,"FCFP","FCFP"],ZMK :[0,"ZMK","ZMK"]};goog.i18n.NumberFormatSymbols_af={DECIMAL_SEP:",",GROUP_SEP:"\ u00a0",PERCENT:"%",ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PE RMILL:"\u2030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFI C_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_C URRENCY_CODE:"ZAR"};goog.i18n.NumberFormatSymbols_af_ZA=goog.i18n.NumberFormatSy mbols_af; 386 "SH\u00a3"],SLL:[0,"SLL","SLL"],SOS:[0,"SOS","SOS"],SRD:[2,"$","SR$"],STD:[0,"Db ","Db"],SYP:[0,"\u00a3","SY\u00a3"],SZL:[2,"SZL","SZL"],TJS:[2,"Som","TJS"],TND: [3,"din","DT"],TOP:[2,"T$","T$"],TTD:[2,"$","TT$"],UGX:[0,"UGX","UGX"],UZS:[0,"s o\u02bcm","UZS"],VEF:[2,"Bs","Bs"],VUV:[0,"VUV","VUV"],WST:[2,"WST","WST"],XAF:[ 0,"FCFA","FCFA"],XCD:[2,"$","EC$"],XOF:[0,"CFA","CFA"],XPF:[0,"FCFP","FCFP"],ZMK :[0,"ZMK","ZMK"]};goog.i18n.NumberFormatSymbols_af={DECIMAL_SEP:",",GROUP_SEP:"\ u00a0",PERCENT:"%",ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PE RMILL:"\u2030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFI C_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_C URRENCY_CODE:"ZAR"};goog.i18n.NumberFormatSymbols_af_ZA=goog.i18n.NumberFormatSy mbols_af;
387 goog.i18n.NumberFormatSymbols_am={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ETB"};goo g.i18n.NumberFormatSymbols_am_ET=goog.i18n.NumberFormatSymbols_am; 387 goog.i18n.NumberFormatSymbols_am={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ETB"};goo g.i18n.NumberFormatSymbols_am_ET=goog.i18n.NumberFormatSymbols_am;
388 goog.i18n.NumberFormatSymbols_ar={DECIMAL_SEP:"\u066b",GROUP_SEP:"\u066c",PERCEN T:"\u066a",ZERO_DIGIT:"\u0660",PLUS_SIGN:"\u200f+",MINUS_SIGN:"\u200f-",EXP_SYMB OL:"\u0627\u0633",PERMILL:"\u0609",INFINITY:"\u221e",NAN:"\u0644\u064a\u0633\u00 a0\u0631\u0642\u0645",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCE NT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"E GP"};goog.i18n.NumberFormatSymbols_ar_001=goog.i18n.NumberFormatSymbols_ar; 388 goog.i18n.NumberFormatSymbols_ar={DECIMAL_SEP:"\u066b",GROUP_SEP:"\u066c",PERCEN T:"\u066a",ZERO_DIGIT:"\u0660",PLUS_SIGN:"\u200f+",MINUS_SIGN:"\u200f-",EXP_SYMB OL:"\u0627\u0633",PERMILL:"\u0609",INFINITY:"\u221e",NAN:"\u0644\u064a\u0633\u00 a0\u0631\u0642\u0645",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCE NT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"E GP"};goog.i18n.NumberFormatSymbols_ar_001=goog.i18n.NumberFormatSymbols_ar;
389 goog.i18n.NumberFormatSymbols_az={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"AZN "};goog.i18n.NumberFormatSymbols_az_Cyrl_AZ=goog.i18n.NumberFormatSymbols_az;goo g.i18n.NumberFormatSymbols_az_Latn_AZ=goog.i18n.NumberFormatSymbols_az; 389 goog.i18n.NumberFormatSymbols_az={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"AZN "};goog.i18n.NumberFormatSymbols_az_Cyrl_AZ=goog.i18n.NumberFormatSymbols_az;goo g.i18n.NumberFormatSymbols_az_Latn_AZ=goog.i18n.NumberFormatSymbols_az;
390 goog.i18n.NumberFormatSymbols_bg={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"BGN"};goog.i18n.NumberFormatSymbols_bg_BG=goog.i18n.NumberFormatSymbols_bg; 390 goog.i18n.NumberFormatSymbols_bg={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"BGN"};goog.i18n.NumberFormatSymbols_bg_BG=goog.i18n.NumberFormatSymbols_bg;
391 goog.i18n.NumberFormatSymbols_bn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u09e6",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u09b8\u0982\u0996\u09cd\u09af\u09be\u00a0\u09a8\u09be",DECI MAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##,##0%", CURRENCY_PATTERN:"#,##,##0.00\u00a4;(#,##,##0.00\u00a4)",DEF_CURRENCY_CODE:"BDT" };goog.i18n.NumberFormatSymbols_bn_BD=goog.i18n.NumberFormatSymbols_bn; 391 goog.i18n.NumberFormatSymbols_bn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u09e6",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u09b8\u0982\u0996\u09cd\u09af\u09be\u00a0\u09a8\u09be",DECI MAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##,##0%", CURRENCY_PATTERN:"#,##,##0.00\u00a4",DEF_CURRENCY_CODE:"BDT"};goog.i18n.NumberFo rmatSymbols_bn_BD=goog.i18n.NumberFormatSymbols_bn;
392 goog.i18n.NumberFormatSymbols_br={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE :"EUR"};goog.i18n.NumberFormatSymbols_br_FR=goog.i18n.NumberFormatSymbols_br; 392 goog.i18n.NumberFormatSymbols_br={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE :"EUR"};goog.i18n.NumberFormatSymbols_br_FR=goog.i18n.NumberFormatSymbols_br;
393 goog.i18n.NumberFormatSymbols_ca={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_ca_AD=goog.i18n.NumberFormatSymbols_ca;goog.i18 n.NumberFormatSymbols_ca_ES=goog.i18n.NumberFormatSymbols_ca;goog.i18n.NumberFor matSymbols_ca_FR=goog.i18n.NumberFormatSymbols_ca; 393 goog.i18n.NumberFormatSymbols_ca={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_ca_AD=goog.i18n.NumberFormatSymbols_ca;goog.i18 n.NumberFormatSymbols_ca_ES=goog.i18n.NumberFormatSymbols_ca;
394 goog.i18n.NumberFormatSymbols_ca_IT=goog.i18n.NumberFormatSymbols_ca;goog.i18n.N umberFormatSymbols_chr={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO_DIGIT:"0" ,PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY:"\u221e", NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:" #,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"USD"};goog.i18n.Num berFormatSymbols_chr_US=goog.i18n.NumberFormatSymbols_chr; 394 goog.i18n.NumberFormatSymbols_ca_ES_VALENCIA=goog.i18n.NumberFormatSymbols_ca;go og.i18n.NumberFormatSymbols_ca_FR=goog.i18n.NumberFormatSymbols_ca;goog.i18n.Num berFormatSymbols_ca_IT=goog.i18n.NumberFormatSymbols_ca;
395 goog.i18n.NumberFormatSymbols_chr={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZER O_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINIT Y:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCEN T_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"USD"};go og.i18n.NumberFormatSymbols_chr_US=goog.i18n.NumberFormatSymbols_chr;
395 goog.i18n.NumberFormatSymbols_cs={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENC Y_CODE:"CZK"};goog.i18n.NumberFormatSymbols_cs_CZ=goog.i18n.NumberFormatSymbols_ cs; 396 goog.i18n.NumberFormatSymbols_cs={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENC Y_CODE:"CZK"};goog.i18n.NumberFormatSymbols_cs_CZ=goog.i18n.NumberFormatSymbols_ cs;
396 goog.i18n.NumberFormatSymbols_cy={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"GBP"};goo g.i18n.NumberFormatSymbols_cy_GB=goog.i18n.NumberFormatSymbols_cy; 397 goog.i18n.NumberFormatSymbols_cy={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"GBP"};goo g.i18n.NumberFormatSymbols_cy_GB=goog.i18n.NumberFormatSymbols_cy;
397 goog.i18n.NumberFormatSymbols_da={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"DKK"};goog.i18n.NumberFormatSymbols_da_DK=goog.i18n.NumberFormatSymbols_da;go og.i18n.NumberFormatSymbols_da_GL=goog.i18n.NumberFormatSymbols_da; 398 goog.i18n.NumberFormatSymbols_da={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"DKK"};goog.i18n.NumberFormatSymbols_da_DK=goog.i18n.NumberFormatSymbols_da;go og.i18n.NumberFormatSymbols_da_GL=goog.i18n.NumberFormatSymbols_da;
398 goog.i18n.NumberFormatSymbols_de={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"EUR"}; 399 goog.i18n.NumberFormatSymbols_de={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"EUR"};
399 goog.i18n.NumberFormatSymbols_de_AT={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_ CODE:"EUR"};goog.i18n.NumberFormatSymbols_de_BE=goog.i18n.NumberFormatSymbols_de ; 400 goog.i18n.NumberFormatSymbols_de_AT={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_ CODE:"EUR"};goog.i18n.NumberFormatSymbols_de_BE=goog.i18n.NumberFormatSymbols_de ;
400 goog.i18n.NumberFormatSymbols_de_CH={DECIMAL_SEP:".",GROUP_SEP:"'",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00;\u00a4-#,##0.0 0",DEF_CURRENCY_CODE:"CHF"};goog.i18n.NumberFormatSymbols_de_DE=goog.i18n.Number FormatSymbols_de;goog.i18n.NumberFormatSymbols_de_LU=goog.i18n.NumberFormatSymbo ls_de; 401 goog.i18n.NumberFormatSymbols_de_CH={DECIMAL_SEP:".",GROUP_SEP:"'",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00;\u00a4-#,##0.0 0",DEF_CURRENCY_CODE:"CHF"};goog.i18n.NumberFormatSymbols_de_DE=goog.i18n.Number FormatSymbols_de;goog.i18n.NumberFormatSymbols_de_LU=goog.i18n.NumberFormatSymbo ls_de;
401 goog.i18n.NumberFormatSymbols_el={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"e",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_el_GR=goog.i18n.NumberFormatSymbols_el; 402 goog.i18n.NumberFormatSymbols_el={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"e",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_el_GR=goog.i18n.NumberFormatSymbols_el;
402 goog.i18n.NumberFormatSymbols_en={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"USD"};goo g.i18n.NumberFormatSymbols_en_001=goog.i18n.NumberFormatSymbols_en;goog.i18n.Num berFormatSymbols_en_AS=goog.i18n.NumberFormatSymbols_en; 403 goog.i18n.NumberFormatSymbols_en={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"USD"};goo g.i18n.NumberFormatSymbols_en_001=goog.i18n.NumberFormatSymbols_en;goog.i18n.Num berFormatSymbols_en_AS=goog.i18n.NumberFormatSymbols_en;
403 goog.i18n.NumberFormatSymbols_en_AU={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"AUD"}; goog.i18n.NumberFormatSymbols_en_DG=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_Dsrt_US=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberF ormatSymbols_en_FM=goog.i18n.NumberFormatSymbols_en; 404 goog.i18n.NumberFormatSymbols_en_AU={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"AUD"}; goog.i18n.NumberFormatSymbols_en_DG=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_FM=goog.i18n.NumberFormatSymbols_en;
404 goog.i18n.NumberFormatSymbols_en_GB={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"GBP"}; goog.i18n.NumberFormatSymbols_en_GU=goog.i18n.NumberFormatSymbols_en; 405 goog.i18n.NumberFormatSymbols_en_GB={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"GBP"}; goog.i18n.NumberFormatSymbols_en_GU=goog.i18n.NumberFormatSymbols_en;
405 goog.i18n.NumberFormatSymbols_en_IE={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"EUR"}; 406 goog.i18n.NumberFormatSymbols_en_IE={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"EUR"};
406 goog.i18n.NumberFormatSymbols_en_IN={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",P ERCENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURREN CY_CODE:"INR"};goog.i18n.NumberFormatSymbols_en_IO=goog.i18n.NumberFormatSymbols _en;goog.i18n.NumberFormatSymbols_en_MH=goog.i18n.NumberFormatSymbols_en; 407 goog.i18n.NumberFormatSymbols_en_IN={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",P ERCENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURREN CY_CODE:"INR"};goog.i18n.NumberFormatSymbols_en_IO=goog.i18n.NumberFormatSymbols _en;goog.i18n.NumberFormatSymbols_en_MH=goog.i18n.NumberFormatSymbols_en;
407 goog.i18n.NumberFormatSymbols_en_MP=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_PR=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_PW=goog.i18n.NumberFormatSymbols_en; 408 goog.i18n.NumberFormatSymbols_en_MP=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_PR=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_PW=goog.i18n.NumberFormatSymbols_en;
408 goog.i18n.NumberFormatSymbols_en_SG={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"SGD"}; goog.i18n.NumberFormatSymbols_en_TC=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_UM=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_US=goog.i18n.NumberFormatSymbols_en; 409 goog.i18n.NumberFormatSymbols_en_SG={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"SGD"}; goog.i18n.NumberFormatSymbols_en_TC=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_UM=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_US=goog.i18n.NumberFormatSymbols_en;
409 goog.i18n.NumberFormatSymbols_en_VG=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_VI=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_ZA={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%",ZERO_DIGIT:"0",PLU S_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY:"\u221e",NAN: "NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,## 0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ZAR"};goog.i18n.NumberF ormatSymbols_en_ZW=goog.i18n.NumberFormatSymbols_en; 410 goog.i18n.NumberFormatSymbols_en_VG=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_VI=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_ZA={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%",ZERO_DIGIT:"0",PLU S_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY:"\u221e",NAN: "NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,## 0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ZAR"};goog.i18n.NumberF ormatSymbols_en_ZW=goog.i18n.NumberFormatSymbols_en;
410 goog.i18n.NumberFormatSymbols_es={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "}; 411 goog.i18n.NumberFormatSymbols_es={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};
411 goog.i18n.NumberFormatSymbols_es_419={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%", ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFI NITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PER CENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"MXN"} ;goog.i18n.NumberFormatSymbols_es_EA=goog.i18n.NumberFormatSymbols_es;goog.i18n. NumberFormatSymbols_es_ES=goog.i18n.NumberFormatSymbols_es;goog.i18n.NumberForma tSymbols_es_IC=goog.i18n.NumberFormatSymbols_es; 412 goog.i18n.NumberFormatSymbols_es_419={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%", ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFI NITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PER CENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"MXN"} ;goog.i18n.NumberFormatSymbols_es_EA=goog.i18n.NumberFormatSymbols_es;goog.i18n. NumberFormatSymbols_es_ES=goog.i18n.NumberFormatSymbols_es;goog.i18n.NumberForma tSymbols_es_IC=goog.i18n.NumberFormatSymbols_es;
412 goog.i18n.NumberFormatSymbols_et={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u00d710^",PERMILL:"\u2 030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN: "#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRE NCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_et_EE=goog.i18n.NumberFormatSymbol s_et; 413 goog.i18n.NumberFormatSymbols_et={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u00d710^",PERMILL:"\u2 030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN: "#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRE NCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_et_EE=goog.i18n.NumberFormatSymbol s_et;
413 goog.i18n.NumberFormatSymbols_eu={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"%\u00a0#,##0",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"EUR"};goog.i18n.NumberFormatSymbols_eu_ES=goog.i18n.NumberFormatSymbols_eu; 414 goog.i18n.NumberFormatSymbols_eu={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"%\u00a0#,##0",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"EUR"};goog.i18n.NumberFormatSymbols_eu_ES=goog.i18n.NumberFormatSymbols_eu;
(...skipping 15 matching lines...) Expand all
429 goog.i18n.NumberFormatSymbols_id={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IDR"};goo g.i18n.NumberFormatSymbols_id_ID=goog.i18n.NumberFormatSymbols_id; 430 goog.i18n.NumberFormatSymbols_id={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IDR"};goo g.i18n.NumberFormatSymbols_id_ID=goog.i18n.NumberFormatSymbols_id;
430 goog.i18n.NumberFormatSymbols_in={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IDR"}; 431 goog.i18n.NumberFormatSymbols_in={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IDR"};
431 goog.i18n.NumberFormatSymbols_is={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"ISK "};goog.i18n.NumberFormatSymbols_is_IS=goog.i18n.NumberFormatSymbols_is; 432 goog.i18n.NumberFormatSymbols_is={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"ISK "};goog.i18n.NumberFormatSymbols_is_IS=goog.i18n.NumberFormatSymbols_is;
432 goog.i18n.NumberFormatSymbols_it={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_it_IT=goog.i18n.NumberFormatSymbols_it;goog.i18 n.NumberFormatSymbols_it_SM=goog.i18n.NumberFormatSymbols_it; 433 goog.i18n.NumberFormatSymbols_it={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_it_IT=goog.i18n.NumberFormatSymbols_it;goog.i18 n.NumberFormatSymbols_it_SM=goog.i18n.NumberFormatSymbols_it;
433 goog.i18n.NumberFormatSymbols_iw={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"\u200e+",MINUS_SIGN:"\u200e-",EXP_SYMBOL:"E",PERMILL:"\u20 30",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:" #E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURREN CY_CODE:"ILS"}; 434 goog.i18n.NumberFormatSymbols_iw={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"\u200e+",MINUS_SIGN:"\u200e-",EXP_SYMBOL:"E",PERMILL:"\u20 30",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:" #E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURREN CY_CODE:"ILS"};
434 goog.i18n.NumberFormatSymbols_ja={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"JPY"};goo g.i18n.NumberFormatSymbols_ja_JP=goog.i18n.NumberFormatSymbols_ja; 435 goog.i18n.NumberFormatSymbols_ja={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"JPY"};goo g.i18n.NumberFormatSymbols_ja_JP=goog.i18n.NumberFormatSymbols_ja;
435 goog.i18n.NumberFormatSymbols_ka={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u10d0\u10e0\u00a0\u10d0\u10e0\u10d8\u10e1\u00a0\u10e0\u10d8 \u10ea\u10ee\u10d5\u10d8",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",P ERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURREN CY_CODE:"GEL"};goog.i18n.NumberFormatSymbols_ka_GE=goog.i18n.NumberFormatSymbols _ka; 436 goog.i18n.NumberFormatSymbols_ka={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u10d0\u10e0\u00a0\u10d0\u10e0\u10d8\u10e1\u00a0\u10e0\u10d8 \u10ea\u10ee\u10d5\u10d8",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",P ERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURREN CY_CODE:"GEL"};goog.i18n.NumberFormatSymbols_ka_GE=goog.i18n.NumberFormatSymbols _ka;
436 goog.i18n.NumberFormatSymbols_kk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"KZT"};goog.i18n.NumberFormatSymbols_kk_Cyrl_KZ=goog.i18n.NumberFormatSymbols_k k; 437 goog.i18n.NumberFormatSymbols_kk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"KZT"};goog.i18n.NumberFormatSymbols_kk_Cyrl_KZ=goog.i18n.NumberFormatSymbols_k k;
437 goog.i18n.NumberFormatSymbols_km={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"KHR"};goo g.i18n.NumberFormatSymbols_km_KH=goog.i18n.NumberFormatSymbols_km; 438 goog.i18n.NumberFormatSymbols_km={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"KHR"};goo g.i18n.NumberFormatSymbols_km_KH=goog.i18n.NumberFormatSymbols_km;
438 goog.i18n.NumberFormatSymbols_kn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u0c88",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"INR" };goog.i18n.NumberFormatSymbols_kn_IN=goog.i18n.NumberFormatSymbols_kn; 439 goog.i18n.NumberFormatSymbols_kn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u0c88",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"INR" };goog.i18n.NumberFormatSymbols_kn_IN=goog.i18n.NumberFormatSymbols_kn;
439 goog.i18n.NumberFormatSymbols_ko={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00;(\u00a4#,##0.00)",DEF_CURRENC Y_CODE:"KRW"};goog.i18n.NumberFormatSymbols_ko_KR=goog.i18n.NumberFormatSymbols_ ko; 440 goog.i18n.NumberFormatSymbols_ko={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"KRW"};goo g.i18n.NumberFormatSymbols_ko_KR=goog.i18n.NumberFormatSymbols_ko;
440 goog.i18n.NumberFormatSymbols_ky={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u0441\u0430\u043d\u00a0\u044d\u043c\u0435\u0441",DECIMAL_PA TTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PAT TERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"KGS"};goog.i18n.NumberFormatSymbo ls_ky_Cyrl_KG=goog.i18n.NumberFormatSymbols_ky; 441 goog.i18n.NumberFormatSymbols_ky={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u0441\u0430\u043d\u00a0\u044d\u043c\u0435\u0441",DECIMAL_PA TTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PAT TERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"KGS"};goog.i18n.NumberFormatSymbo ls_ky_Cyrl_KG=goog.i18n.NumberFormatSymbols_ky;
441 goog.i18n.NumberFormatSymbols_ln={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"CDF "};goog.i18n.NumberFormatSymbols_ln_CD=goog.i18n.NumberFormatSymbols_ln; 442 goog.i18n.NumberFormatSymbols_ln={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"CDF "};goog.i18n.NumberFormatSymbols_ln_CD=goog.i18n.NumberFormatSymbols_ln;
442 goog.i18n.NumberFormatSymbols_lo={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"\u0e9a\u0ecd\u0ec8\u0ec1\u0ea1\u0ec8\u0e99\u0ec2\u0e95\u0ec0\u0ea 5\u0e81",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#",PERCENT_PATTERN:"#,# #0%",CURRENCY_PATTERN:"\u00a4#,##0.00;\u00a4-#,##0.00",DEF_CURRENCY_CODE:"LAK"}; goog.i18n.NumberFormatSymbols_lo_LA=goog.i18n.NumberFormatSymbols_lo; 443 goog.i18n.NumberFormatSymbols_lo={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"\u0e9a\u0ecd\u0ec8\u0ec1\u0ea1\u0ec8\u0e99\u0ec2\u0e95\u0ec0\u0ea 5\u0e81",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#",PERCENT_PATTERN:"#,# #0%",CURRENCY_PATTERN:"\u00a4#,##0.00;\u00a4-#,##0.00",DEF_CURRENCY_CODE:"LAK"}; goog.i18n.NumberFormatSymbols_lo_LA=goog.i18n.NumberFormatSymbols_lo;
443 goog.i18n.NumberFormatSymbols_lt={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"\u00d710^",PERMILL :"\u2030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4 ",DEF_CURRENCY_CODE:"LTL"};goog.i18n.NumberFormatSymbols_lt_LT=goog.i18n.NumberF ormatSymbols_lt; 444 goog.i18n.NumberFormatSymbols_lt={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"\u00d710^",PERMILL :"\u2030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4 ",DEF_CURRENCY_CODE:"LTL"};goog.i18n.NumberFormatSymbols_lt_LT=goog.i18n.NumberF ormatSymbols_lt;
444 goog.i18n.NumberFormatSymbols_lv={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"nav\u00a0skaitlis",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PA TTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00;(\u00a4#,# #0.00)",DEF_CURRENCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_lv_LV=goog.i18n.N umberFormatSymbols_lv; 445 goog.i18n.NumberFormatSymbols_lv={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"nav\u00a0skaitlis",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PA TTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRE NCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_lv_LV=goog.i18n.NumberFormatSymbol s_lv;
445 goog.i18n.NumberFormatSymbols_mk={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MKD "};goog.i18n.NumberFormatSymbols_mk_MK=goog.i18n.NumberFormatSymbols_mk; 446 goog.i18n.NumberFormatSymbols_mk={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MKD "};goog.i18n.NumberFormatSymbols_mk_MK=goog.i18n.NumberFormatSymbols_mk;
446 goog.i18n.NumberFormatSymbols_ml={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"#,##,##0.00\u00a4",DEF_CURRENCY_CODE:" INR"};goog.i18n.NumberFormatSymbols_ml_IN=goog.i18n.NumberFormatSymbols_ml; 447 goog.i18n.NumberFormatSymbols_ml={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"#,##,##0.00\u00a4",DEF_CURRENCY_CODE:" INR"};goog.i18n.NumberFormatSymbols_ml_IN=goog.i18n.NumberFormatSymbols_ml;
447 goog.i18n.NumberFormatSymbols_mn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MNT "};goog.i18n.NumberFormatSymbols_mn_Cyrl_MN=goog.i18n.NumberFormatSymbols_mn; 448 goog.i18n.NumberFormatSymbols_mn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MNT "};goog.i18n.NumberFormatSymbols_mn_Cyrl_MN=goog.i18n.NumberFormatSymbols_mn;
448 goog.i18n.NumberFormatSymbols_mr={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u0966",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"[#E0]", PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IN R"};goog.i18n.NumberFormatSymbols_mr_IN=goog.i18n.NumberFormatSymbols_mr; 449 goog.i18n.NumberFormatSymbols_mr={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u0966",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"[#E0]", PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IN R"};goog.i18n.NumberFormatSymbols_mr_IN=goog.i18n.NumberFormatSymbols_mr;
449 goog.i18n.NumberFormatSymbols_ms={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"MYR"};goo g.i18n.NumberFormatSymbols_ms_Latn_MY=goog.i18n.NumberFormatSymbols_ms; 450 goog.i18n.NumberFormatSymbols_ms={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"MYR"};goo g.i18n.NumberFormatSymbols_ms_Latn_MY=goog.i18n.NumberFormatSymbols_ms;
450 goog.i18n.NumberFormatSymbols_mt={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"EUR"};goo g.i18n.NumberFormatSymbols_mt_MT=goog.i18n.NumberFormatSymbols_mt; 451 goog.i18n.NumberFormatSymbols_mt={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"EUR"};goo g.i18n.NumberFormatSymbols_mt_MT=goog.i18n.NumberFormatSymbols_mt;
451 goog.i18n.NumberFormatSymbols_my={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u1040",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u1002\u100f\u1014\u103a\u1038\u1019\u101f\u102f\u1010\u103a \u101e\u1031\u102c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MMK "};goog.i18n.NumberFormatSymbols_my_MM=goog.i18n.NumberFormatSymbols_my; 452 goog.i18n.NumberFormatSymbols_my={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u1040",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u1002\u100f\u1014\u103a\u1038\u1019\u101f\u102f\u1010\u103a \u101e\u1031\u102c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MMK "};goog.i18n.NumberFormatSymbols_my_MM=goog.i18n.NumberFormatSymbols_my;
452 goog.i18n.NumberFormatSymbols_nb={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"E",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E 0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CU RRENCY_CODE:"NOK"};goog.i18n.NumberFormatSymbols_nb_NO=goog.i18n.NumberFormatSym bols_nb;goog.i18n.NumberFormatSymbols_nb_SJ=goog.i18n.NumberFormatSymbols_nb; 453 goog.i18n.NumberFormatSymbols_nb={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"E",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E 0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CU RRENCY_CODE:"NOK"};goog.i18n.NumberFormatSymbols_nb_NO=goog.i18n.NumberFormatSym bols_nb;goog.i18n.NumberFormatSymbols_nb_SJ=goog.i18n.NumberFormatSymbols_nb;
453 goog.i18n.NumberFormatSymbols_ne={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u0966",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"NPR" };goog.i18n.NumberFormatSymbols_ne_NP=goog.i18n.NumberFormatSymbols_ne; 454 goog.i18n.NumberFormatSymbols_ne={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u0966",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"NPR" };goog.i18n.NumberFormatSymbols_ne_NP=goog.i18n.NumberFormatSymbols_ne;
454 goog.i18n.NumberFormatSymbols_nl={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00;\u00a4\u00a0#,##0.00-", DEF_CURRENCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_nl_NL=goog.i18n.NumberFor matSymbols_nl; 455 goog.i18n.NumberFormatSymbols_nl={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00;\u00a4\u00a0#,##0.00-", DEF_CURRENCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_nl_NL=goog.i18n.NumberFor matSymbols_nl;
455 goog.i18n.NumberFormatSymbols_no={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"E",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E 0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CU RRENCY_CODE:"NOK"};goog.i18n.NumberFormatSymbols_no_NO=goog.i18n.NumberFormatSym bols_no; 456 goog.i18n.NumberFormatSymbols_no={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"E",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E 0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CU RRENCY_CODE:"NOK"};goog.i18n.NumberFormatSymbols_no_NO=goog.i18n.NumberFormatSym bols_no;
456 goog.i18n.NumberFormatSymbols_or={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURRENCY_ CODE:"INR"};goog.i18n.NumberFormatSymbols_or_IN=goog.i18n.NumberFormatSymbols_or ; 457 goog.i18n.NumberFormatSymbols_or={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURRENCY_ CODE:"INR"};goog.i18n.NumberFormatSymbols_or_IN=goog.i18n.NumberFormatSymbols_or ;
457 goog.i18n.NumberFormatSymbols_pa={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4#,##,##0.00",DEF_CURRENCY_CODE:" INR"};goog.i18n.NumberFormatSymbols_pa_Guru_IN=goog.i18n.NumberFormatSymbols_pa; 458 goog.i18n.NumberFormatSymbols_pa={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4#,##,##0.00",DEF_CURRENCY_CODE:" INR"};goog.i18n.NumberFormatSymbols_pa_Guru_IN=goog.i18n.NumberFormatSymbols_pa;
458 goog.i18n.NumberFormatSymbols_pl={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"PLN"};goog.i18n.NumberFormatSymbols_pl_PL=goog.i18n.NumberFormatSymbols_pl; 459 goog.i18n.NumberFormatSymbols_pl={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"PLN"};goog.i18n.NumberFormatSymbols_pl_PL=goog.i18n.NumberFormatSymbols_pl;
459 goog.i18n.NumberFormatSymbols_pt={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"BRL"};goo g.i18n.NumberFormatSymbols_pt_BR=goog.i18n.NumberFormatSymbols_pt; 460 goog.i18n.NumberFormatSymbols_pt={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"BRL"};goo g.i18n.NumberFormatSymbols_pt_BR=goog.i18n.NumberFormatSymbols_pt;
460 goog.i18n.NumberFormatSymbols_pt_PT={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT: "%",ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030", INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0" ,PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_C ODE:"EUR"}; 461 goog.i18n.NumberFormatSymbols_pt_PT={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT: "%",ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030", INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0" ,PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_C ODE:"EUR"};
461 goog.i18n.NumberFormatSymbols_ro={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"RON"};goog.i18n.NumberFormatSymbols_ro_RO=goog.i18n.NumberFormatSymbols_ro; 462 goog.i18n.NumberFormatSymbols_ro={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"RON"};goog.i18n.NumberFormatSymbols_ro_RO=goog.i18n.NumberFormatSymbols_ro;
462 goog.i18n.NumberFormatSymbols_ru={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u043d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",DECIMAL_PA TTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURREN CY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"RUB"};goog.i18n.NumberForma tSymbols_ru_RU=goog.i18n.NumberFormatSymbols_ru; 463 goog.i18n.NumberFormatSymbols_ru={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u043d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",DECIMAL_PA TTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURREN CY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"RUB"};goog.i18n.NumberForma tSymbols_ru_RU=goog.i18n.NumberFormatSymbols_ru;
463 goog.i18n.NumberFormatSymbols_si={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"LKR"};goo g.i18n.NumberFormatSymbols_si_LK=goog.i18n.NumberFormatSymbols_si; 464 goog.i18n.NumberFormatSymbols_si={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"LKR"};goo g.i18n.NumberFormatSymbols_si_LK=goog.i18n.NumberFormatSymbols_si;
464 goog.i18n.NumberFormatSymbols_sk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENC Y_CODE:"EUR"};goog.i18n.NumberFormatSymbols_sk_SK=goog.i18n.NumberFormatSymbols_ sk; 465 goog.i18n.NumberFormatSymbols_sk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENC Y_CODE:"EUR"};goog.i18n.NumberFormatSymbols_sk_SK=goog.i18n.NumberFormatSymbols_ sk;
465 goog.i18n.NumberFormatSymbols_sl={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"e",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00;(\u00a4#,##0.00)",DEF_CURRENC Y_CODE:"EUR"};goog.i18n.NumberFormatSymbols_sl_SI=goog.i18n.NumberFormatSymbols_ sl; 466 goog.i18n.NumberFormatSymbols_sl={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"e",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_sl_SI=goog.i18n.NumberFormatSymbols_sl;
466 goog.i18n.NumberFormatSymbols_sq={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"ALL"};goog.i18n.NumberFormatSymbols_sq_AL=goog.i18n.NumberFormatSymbols_sq; 467 goog.i18n.NumberFormatSymbols_sq={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"ALL"};goog.i18n.NumberFormatSymbols_sq_AL=goog.i18n.NumberFormatSymbols_sq;
467 goog.i18n.NumberFormatSymbols_sr={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"RSD "};goog.i18n.NumberFormatSymbols_sr_Cyrl_RS=goog.i18n.NumberFormatSymbols_sr; 468 goog.i18n.NumberFormatSymbols_sr={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"RSD "};goog.i18n.NumberFormatSymbols_sr_Cyrl_RS=goog.i18n.NumberFormatSymbols_sr;
468 goog.i18n.NumberFormatSymbols_sv={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"\u00d710^",PERMILL :"\u2030",INFINITY:"\u221e",NAN:"\u00a4\u00a4\u00a4",DECIMAL_PATTERN:"#,##0.###" ,SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0 .00\u00a0\u00a4",DEF_CURRENCY_CODE:"SEK"};goog.i18n.NumberFormatSymbols_sv_SE=go og.i18n.NumberFormatSymbols_sv; 469 goog.i18n.NumberFormatSymbols_sv={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"\u00d710^",PERMILL :"\u2030",INFINITY:"\u221e",NAN:"\u00a4\u00a4\u00a4",DECIMAL_PATTERN:"#,##0.###" ,SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0 .00\u00a0\u00a4",DEF_CURRENCY_CODE:"SEK"};goog.i18n.NumberFormatSymbols_sv_SE=go og.i18n.NumberFormatSymbols_sv;
469 goog.i18n.NumberFormatSymbols_sw={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"TZS"};goo g.i18n.NumberFormatSymbols_sw_TZ=goog.i18n.NumberFormatSymbols_sw; 470 goog.i18n.NumberFormatSymbols_sw={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"TZS"};goo g.i18n.NumberFormatSymbols_sw_TZ=goog.i18n.NumberFormatSymbols_sw;
470 goog.i18n.NumberFormatSymbols_ta={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURRENCY_ CODE:"INR"};goog.i18n.NumberFormatSymbols_ta_IN=goog.i18n.NumberFormatSymbols_ta ; 471 goog.i18n.NumberFormatSymbols_ta={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURRENCY_ CODE:"INR"};goog.i18n.NumberFormatSymbols_ta_IN=goog.i18n.NumberFormatSymbols_ta ;
471 goog.i18n.NumberFormatSymbols_te={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"INR"};goo g.i18n.NumberFormatSymbols_te_IN=goog.i18n.NumberFormatSymbols_te; 472 goog.i18n.NumberFormatSymbols_te={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"INR"};goo g.i18n.NumberFormatSymbols_te_IN=goog.i18n.NumberFormatSymbols_te;
472 goog.i18n.NumberFormatSymbols_th={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"THB"};goo g.i18n.NumberFormatSymbols_th_TH=goog.i18n.NumberFormatSymbols_th; 473 goog.i18n.NumberFormatSymbols_th={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"THB"};goo g.i18n.NumberFormatSymbols_th_TH=goog.i18n.NumberFormatSymbols_th;
473 goog.i18n.NumberFormatSymbols_tl={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"PHP"}; 474 goog.i18n.NumberFormatSymbols_tl={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"PHP"};
474 goog.i18n.NumberFormatSymbols_tr={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"%#,##0",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"TRY "};goog.i18n.NumberFormatSymbols_tr_TR=goog.i18n.NumberFormatSymbols_tr; 475 goog.i18n.NumberFormatSymbols_tr={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"%#,##0",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"TRY "};goog.i18n.NumberFormatSymbols_tr_TR=goog.i18n.NumberFormatSymbols_tr;
475 goog.i18n.NumberFormatSymbols_uk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u0415",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"\u041d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",DECIM AL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENC Y_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"UAH"};goog.i18n.NumberFormat Symbols_uk_UA=goog.i18n.NumberFormatSymbols_uk; 476 goog.i18n.NumberFormatSymbols_uk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u0415",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"\u041d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",DECIM AL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENC Y_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"UAH"};goog.i18n.NumberFormat Symbols_uk_UA=goog.i18n.NumberFormatSymbols_uk;
476 goog.i18n.NumberFormatSymbols_ur={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"\u200e+",MINUS_SIGN:"\u200e-",EXP_SYMBOL:"E",PERMILL:"\u20 30",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:" #E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00\u200e",DEF_CURREN CY_CODE:"PKR"};goog.i18n.NumberFormatSymbols_ur_PK=goog.i18n.NumberFormatSymbols _ur; 477 goog.i18n.NumberFormatSymbols_ur={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"\u200e+",MINUS_SIGN:"\u200e-",EXP_SYMBOL:"E",PERMILL:"\u20 30",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:" #E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00\u200e",DEF_CURREN CY_CODE:"PKR"};goog.i18n.NumberFormatSymbols_ur_PK=goog.i18n.NumberFormatSymbols _ur;
477 goog.i18n.NumberFormatSymbols_uz={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE :"UZS"};goog.i18n.NumberFormatSymbols_uz_Latn_UZ=goog.i18n.NumberFormatSymbols_u z; 478 goog.i18n.NumberFormatSymbols_uz={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE :"UZS"};goog.i18n.NumberFormatSymbols_uz_Latn_UZ=goog.i18n.NumberFormatSymbols_u z;
478 goog.i18n.NumberFormatSymbols_vi={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"VND "};goog.i18n.NumberFormatSymbols_vi_VN=goog.i18n.NumberFormatSymbols_vi; 479 goog.i18n.NumberFormatSymbols_vi={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"VND "};goog.i18n.NumberFormatSymbols_vi_VN=goog.i18n.NumberFormatSymbols_vi;
479 goog.i18n.NumberFormatSymbols_zh={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"CNY "};goog.i18n.NumberFormatSymbols_zh_CN=goog.i18n.NumberFormatSymbols_zh; 480 goog.i18n.NumberFormatSymbols_zh={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"CNY "};goog.i18n.NumberFormatSymbols_zh_CN=goog.i18n.NumberFormatSymbols_zh;
480 goog.i18n.NumberFormatSymbols_zh_HK={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"\u975e\u6578\u503c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURREN CY_CODE:"HKD"};goog.i18n.NumberFormatSymbols_zh_Hans_CN=goog.i18n.NumberFormatSy mbols_zh; 481 goog.i18n.NumberFormatSymbols_zh_HK={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"\u975e\u6578\u503c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURREN CY_CODE:"HKD"};goog.i18n.NumberFormatSymbols_zh_Hans_CN=goog.i18n.NumberFormatSy mbols_zh;
481 goog.i18n.NumberFormatSymbols_zh_TW={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"\u975e\u6578\u503c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURREN CY_CODE:"TWD"}; 482 goog.i18n.NumberFormatSymbols_zh_TW={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"\u975e\u6578\u503c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURREN CY_CODE:"TWD"};
482 goog.i18n.NumberFormatSymbols_zu={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"I-NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCE NT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ZAR"};g oog.i18n.NumberFormatSymbols_zu_ZA=goog.i18n.NumberFormatSymbols_zu;goog.i18n.Nu mberFormatSymbols=goog.i18n.NumberFormatSymbols_en; 483 goog.i18n.NumberFormatSymbols_zu={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"I-NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCE NT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ZAR"};g oog.i18n.NumberFormatSymbols_zu_ZA=goog.i18n.NumberFormatSymbols_zu;goog.i18n.Nu mberFormatSymbols=goog.i18n.NumberFormatSymbols_en;
483 "af"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ af);if("af_ZA"==goog.LOCALE||"af-ZA"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_af;"am"==goog.LOCALE&&(goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_am);if("am_ET"==goog.LOCALE||"am-ET"==goog.LOCA LE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_am;"ar"==goog.LOC ALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ar); 484 "af"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ af);if("af_ZA"==goog.LOCALE||"af-ZA"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_af;"am"==goog.LOCALE&&(goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_am);if("am_ET"==goog.LOCALE||"am-ET"==goog.LOCA LE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_am;"ar"==goog.LOC ALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ar);
484 if("ar_001"==goog.LOCALE||"ar-001"==goog.LOCALE)goog.i18n.NumberFormatSymbols=go og.i18n.NumberFormatSymbols_ar;"az"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols =goog.i18n.NumberFormatSymbols_az);if("az_Cyrl_AZ"==goog.LOCALE||"az-Cyrl-AZ"==g oog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_az;if("az _Latn_AZ"==goog.LOCALE||"az-Latn-AZ"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_az;"bg"==goog.LOCALE&&(goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_bg); 485 if("ar_001"==goog.LOCALE||"ar-001"==goog.LOCALE)goog.i18n.NumberFormatSymbols=go og.i18n.NumberFormatSymbols_ar;"az"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols =goog.i18n.NumberFormatSymbols_az);if("az_Cyrl_AZ"==goog.LOCALE||"az-Cyrl-AZ"==g oog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_az;if("az _Latn_AZ"==goog.LOCALE||"az-Latn-AZ"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_az;"bg"==goog.LOCALE&&(goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_bg);
485 if("bg_BG"==goog.LOCALE||"bg-BG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_bg;"bn"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_bn);if("bn_BD"==goog.LOCALE||"bn-BD"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_bn;"br"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_br);if("br_FR"==go og.LOCALE||"br-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_br; 486 if("bg_BG"==goog.LOCALE||"bg-BG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_bg;"bn"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_bn);if("bn_BD"==goog.LOCALE||"bn-BD"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_bn;"br"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_br);if("br_FR"==go og.LOCALE||"br-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_br;
486 "ca"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ ca);if("ca_AD"==goog.LOCALE||"ca-AD"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_ca;if("ca_ES"==goog.LOCALE||"ca-ES"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ca;if("ca_FR"==goog.L OCALE||"ca-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_ca;if("ca_IT"==goog.LOCALE||"ca-IT"==goog.LOCALE)goog.i18n.NumberFormatS ymbols=goog.i18n.NumberFormatSymbols_ca; 487 "ca"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ ca);if("ca_AD"==goog.LOCALE||"ca-AD"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_ca;if("ca_ES"==goog.LOCALE||"ca-ES"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ca;if("ca_ES_VALENCIA "==goog.LOCALE||"ca-ES-VALENCIA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_ca;
487 "chr"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols _chr);if("chr_US"==goog.LOCALE||"chr-US"==goog.LOCALE)goog.i18n.NumberFormatSymb ols=goog.i18n.NumberFormatSymbols_chr;"cs"==goog.LOCALE&&(goog.i18n.NumberFormat Symbols=goog.i18n.NumberFormatSymbols_cs);if("cs_CZ"==goog.LOCALE||"cs-CZ"==goog .LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_cs;"cy"==goo g.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_cy); 488 if("ca_FR"==goog.LOCALE||"ca-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_ca;if("ca_IT"==goog.LOCALE||"ca-IT"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ca;"chr"==goog.LOCALE&&(g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_chr);if("chr_US"==goo g.LOCALE||"chr-US"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_chr;"cs"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.Numb erFormatSymbols_cs);
488 if("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_cy;"da"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_da);if("da_DK"==goog.LOCALE||"da-DK"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_da;if("da_GL"==goog.L OCALE||"da-GL"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_da;"de"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_de); 489 if("cs_CZ"==goog.LOCALE||"cs-CZ"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_cs;"cy"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_cy);if("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_cy;"da"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_da);if("da_DK"==go og.LOCALE||"da-DK"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_da;
489 if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_de_AT;if("de_BE"==goog.LOCALE||"de-BE"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_de;if("de_CH"==goog.LO CALE||"de-CH"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_de_CH;if("de_DE"==goog.LOCALE||"de-DE"==goog.LOCALE)goog.i18n.NumberForma tSymbols=goog.i18n.NumberFormatSymbols_de; 490 if("da_GL"==goog.LOCALE||"da-GL"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_da;"de"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_de);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_de_AT;if("de_BE"==goo g.LOCALE||"de-BE"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_de;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE)goog.i18n.NumberForm atSymbols=goog.i18n.NumberFormatSymbols_de_CH;
490 if("de_LU"==goog.LOCALE||"de-LU"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_de;"el"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_el);if("el_GR"==goog.LOCALE||"el-GR"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_el;"en"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en);if("en_001"==g oog.LOCALE||"en-001"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.Number FormatSymbols_en; 491 if("de_DE"==goog.LOCALE||"de-DE"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_de;if("de_LU"==goog.LOCALE||"de-LU"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_de;"el"==goog.LOCALE&&(go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_el);if("el_GR"==goog.L OCALE||"el-GR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_el;"en"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_en);
491 if("en_AS"==goog.LOCALE||"en-AS"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en_AU;if("en_DG"==goog.LO CALE||"en-DG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_Dsrt_US"==goog.LOCALE||"en-Dsrt-US"==goog.LOCALE)goog.i18n.Numb erFormatSymbols=goog.i18n.NumberFormatSymbols_en; 492 if("en_001"==goog.LOCALE||"en-001"==goog.LOCALE)goog.i18n.NumberFormatSymbols=go og.i18n.NumberFormatSymbols_en;if("en_AS"==goog.LOCALE||"en-AS"==goog.LOCALE)goo g.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_AU"==goog.LOC ALE||"en-AU"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSy mbols_en_AU;if("en_DG"==goog.LOCALE||"en-DG"==goog.LOCALE)goog.i18n.NumberFormat Symbols=goog.i18n.NumberFormatSymbols_en;
492 if("en_FM"==goog.LOCALE||"en-FM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en_GB;if("en_GU"==goog.LO CALE||"en-GU"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en_IE; 493 if("en_FM"==goog.LOCALE||"en-FM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en_GB;if("en_GU"==goog.LO CALE||"en-GU"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en_IE;
493 if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en_IN;if("en_IO"==goog.LOCALE||"en-IO"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_MH"==goog.LO CALE||"en-MH"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_MP"==goog.LOCALE||"en-MP"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en; 494 if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en_IN;if("en_IO"==goog.LOCALE||"en-IO"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_MH"==goog.LO CALE||"en-MH"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_MP"==goog.LOCALE||"en-MP"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en;
494 if("en_PR"==goog.LOCALE||"en-PR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_PW"==goog.LOCALE||"en-PW"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_SG"==goog.LOCAL E||"en-SG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_en_SG;if("en_TC"==goog.LOCALE||"en-TC"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en; 495 if("en_PR"==goog.LOCALE||"en-PR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_PW"==goog.LOCALE||"en-PW"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_SG"==goog.LOCAL E||"en-SG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_en_SG;if("en_TC"==goog.LOCALE||"en-TC"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en;
495 if("en_UM"==goog.LOCALE||"en-UM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_VG"==goog.LOCAL E||"en-VG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_en;if("en_VI"==goog.LOCALE||"en-VI"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_en; 496 if("en_UM"==goog.LOCALE||"en-UM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_VG"==goog.LOCAL E||"en-VG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_en;if("en_VI"==goog.LOCALE||"en-VI"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_en;
496 if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en_ZA;if("en_ZW"==goog.LOCALE||"en-ZW"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;"es"==goog.LOCALE&& (goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_es);if("es_419"==go og.LOCALE||"es-419"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberF ormatSymbols_es_419;if("es_EA"==goog.LOCALE||"es-EA"==goog.LOCALE)goog.i18n.Numb erFormatSymbols=goog.i18n.NumberFormatSymbols_es; 497 if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en_ZA;if("en_ZW"==goog.LOCALE||"en-ZW"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;"es"==goog.LOCALE&& (goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_es);if("es_419"==go og.LOCALE||"es-419"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberF ormatSymbols_es_419;if("es_EA"==goog.LOCALE||"es-EA"==goog.LOCALE)goog.i18n.Numb erFormatSymbols=goog.i18n.NumberFormatSymbols_es;
497 if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_es;if("es_IC"==goog.LOCALE||"es-IC"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_es;"et"==goog.LOCALE&&(go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_et);if("et_EE"==goog.L OCALE||"et-EE"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_et;"eu"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_eu); 498 if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_es;if("es_IC"==goog.LOCALE||"es-IC"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_es;"et"==goog.LOCALE&&(go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_et);if("et_EE"==goog.L OCALE||"et-EE"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_et;"eu"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_eu);
498 if("eu_ES"==goog.LOCALE||"eu-ES"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_eu;"fa"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_fa);if("fa_IR"==goog.LOCALE||"fa-IR"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fa;"fi"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fi);if("fi_FI"==go og.LOCALE||"fi-FI"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_fi; 499 if("eu_ES"==goog.LOCALE||"eu-ES"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_eu;"fa"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_fa);if("fa_IR"==goog.LOCALE||"fa-IR"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fa;"fi"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fi);if("fi_FI"==go og.LOCALE||"fi-FI"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_fi;
499 "fil"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols _fil);if("fil_PH"==goog.LOCALE||"fil-PH"==goog.LOCALE)goog.i18n.NumberFormatSymb ols=goog.i18n.NumberFormatSymbols_fil;"fr"==goog.LOCALE&&(goog.i18n.NumberFormat Symbols=goog.i18n.NumberFormatSymbols_fr);if("fr_BL"==goog.LOCALE||"fr-BL"==goog .LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_CA "==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.Num berFormatSymbols_fr_CA; 500 "fil"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols _fil);if("fil_PH"==goog.LOCALE||"fil-PH"==goog.LOCALE)goog.i18n.NumberFormatSymb ols=goog.i18n.NumberFormatSymbols_fil;"fr"==goog.LOCALE&&(goog.i18n.NumberFormat Symbols=goog.i18n.NumberFormatSymbols_fr);if("fr_BL"==goog.LOCALE||"fr-BL"==goog .LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_CA "==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.Num berFormatSymbols_fr_CA;
500 if("fr_FR"==goog.LOCALE||"fr-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_fr;if("fr_GF"==goog.LOCALE||"fr-GF"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_GP"==goog.LOCAL E||"fr-GP"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_fr;if("fr_MC"==goog.LOCALE||"fr-MC"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_fr; 501 if("fr_FR"==goog.LOCALE||"fr-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_fr;if("fr_GF"==goog.LOCALE||"fr-GF"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_GP"==goog.LOCAL E||"fr-GP"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_fr;if("fr_MC"==goog.LOCALE||"fr-MC"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_fr;
501 if("fr_MF"==goog.LOCALE||"fr-MF"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_fr;if("fr_MQ"==goog.LOCALE||"fr-MQ"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_PM"==goog.LOCAL E||"fr-PM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_fr;if("fr_RE"==goog.LOCALE||"fr-RE"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_fr; 502 if("fr_MF"==goog.LOCALE||"fr-MF"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_fr;if("fr_MQ"==goog.LOCALE||"fr-MQ"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_PM"==goog.LOCAL E||"fr-PM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_fr;if("fr_RE"==goog.LOCALE||"fr-RE"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_fr;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 case goog.i18n.NumberFormat.PATTERN_PERCENT_:if(1!=this.multiplier_)throw Error( "Too many percent/permill");this.multiplier_=100;c+=goog.i18n.NumberFormatSymbol s.PERCENT;break;case goog.i18n.NumberFormat.PATTERN_PER_MILLE_:if(1!=this.multip lier_)throw Error("Too many percent/permill");this.multiplier_=1E3;c+=goog.i18n. NumberFormatSymbols.PERMILL;break;default:c+=f}}return c}; 551 case goog.i18n.NumberFormat.PATTERN_PERCENT_:if(1!=this.multiplier_)throw Error( "Too many percent/permill");this.multiplier_=100;c+=goog.i18n.NumberFormatSymbol s.PERCENT;break;case goog.i18n.NumberFormat.PATTERN_PER_MILLE_:if(1!=this.multip lier_)throw Error("Too many percent/permill");this.multiplier_=1E3;c+=goog.i18n. NumberFormatSymbols.PERMILL;break;default:c+=f}}return c};
551 goog.i18n.NumberFormat.prototype.parseTrunk_=function(a,b){for(var c=-1,d=0,e=0, f=0,g=-1,h=a.length,k=!0;b[0]<h&&k;b[0]++){var l=a.charAt(b[0]);switch(l){case g oog.i18n.NumberFormat.PATTERN_DIGIT_:0<e?f++:d++;0<=g&&0>c&&g++;break;case goog. i18n.NumberFormat.PATTERN_ZERO_DIGIT_:if(0<f)throw Error('Unexpected "0" in patt ern "'+a+'"');e++;0<=g&&0>c&&g++;break;case goog.i18n.NumberFormat.PATTERN_GROUP ING_SEPARATOR_:g=0;break;case goog.i18n.NumberFormat.PATTERN_DECIMAL_SEPARATOR_: if(0<=c)throw Error('Multiple decimal separators in pattern "'+ 552 goog.i18n.NumberFormat.prototype.parseTrunk_=function(a,b){for(var c=-1,d=0,e=0, f=0,g=-1,h=a.length,k=!0;b[0]<h&&k;b[0]++){var l=a.charAt(b[0]);switch(l){case g oog.i18n.NumberFormat.PATTERN_DIGIT_:0<e?f++:d++;0<=g&&0>c&&g++;break;case goog. i18n.NumberFormat.PATTERN_ZERO_DIGIT_:if(0<f)throw Error('Unexpected "0" in patt ern "'+a+'"');e++;0<=g&&0>c&&g++;break;case goog.i18n.NumberFormat.PATTERN_GROUP ING_SEPARATOR_:g=0;break;case goog.i18n.NumberFormat.PATTERN_DECIMAL_SEPARATOR_: if(0<=c)throw Error('Multiple decimal separators in pattern "'+
552 a+'"');c=d+e+f;break;case goog.i18n.NumberFormat.PATTERN_EXPONENT_:if(this.useEx ponentialNotation_)throw Error('Multiple exponential symbols in pattern "'+a+'"' );this.useExponentialNotation_=!0;this.minExponentDigits_=0;b[0]+1<h&&a.charAt(b [0]+1)==goog.i18n.NumberFormat.PATTERN_PLUS_&&(b[0]++,this.useSignForPositiveExp onent_=!0);for(;b[0]+1<h&&a.charAt(b[0]+1)==goog.i18n.NumberFormat.PATTERN_ZERO_ DIGIT_;)b[0]++,this.minExponentDigits_++;if(1>d+e||1>this.minExponentDigits_)thr ow Error('Malformed exponential pattern "'+ 553 a+'"');c=d+e+f;break;case goog.i18n.NumberFormat.PATTERN_EXPONENT_:if(this.useEx ponentialNotation_)throw Error('Multiple exponential symbols in pattern "'+a+'"' );this.useExponentialNotation_=!0;this.minExponentDigits_=0;b[0]+1<h&&a.charAt(b [0]+1)==goog.i18n.NumberFormat.PATTERN_PLUS_&&(b[0]++,this.useSignForPositiveExp onent_=!0);for(;b[0]+1<h&&a.charAt(b[0]+1)==goog.i18n.NumberFormat.PATTERN_ZERO_ DIGIT_;)b[0]++,this.minExponentDigits_++;if(1>d+e||1>this.minExponentDigits_)thr ow Error('Malformed exponential pattern "'+
553 a+'"');k=!1;break;default:b[0]--,k=!1}}0==e&&0<d&&0<=c&&(e=c,0==e&&e++,f=d-e,d=e -1,e=1);if(0>c&&0<f||0<=c&&(c<d||c>d+e)||0==g)throw Error('Malformed pattern "'+ a+'"');f=d+e+f;this.maximumFractionDigits_=0<=c?f-c:0;0<=c&&(this.minimumFractio nDigits_=d+e-c,0>this.minimumFractionDigits_&&(this.minimumFractionDigits_=0));e =0<=c?c:f;this.minimumIntegerDigits_=e-d;this.useExponentialNotation_&&(this.max imumIntegerDigits_=d+this.minimumIntegerDigits_,0==this.maximumFractionDigits_&& 0==this.minimumIntegerDigits_&& 554 a+'"');k=!1;break;default:b[0]--,k=!1}}0==e&&0<d&&0<=c&&(e=c,0==e&&e++,f=d-e,d=e -1,e=1);if(0>c&&0<f||0<=c&&(c<d||c>d+e)||0==g)throw Error('Malformed pattern "'+ a+'"');f=d+e+f;this.maximumFractionDigits_=0<=c?f-c:0;0<=c&&(this.minimumFractio nDigits_=d+e-c,0>this.minimumFractionDigits_&&(this.minimumFractionDigits_=0));e =0<=c?c:f;this.minimumIntegerDigits_=e-d;this.useExponentialNotation_&&(this.max imumIntegerDigits_=d+this.minimumIntegerDigits_,0==this.maximumFractionDigits_&& 0==this.minimumIntegerDigits_&&
554 (this.minimumIntegerDigits_=1));this.groupingSize_=Math.max(0,g);this.decimalSep aratorAlwaysShown_=0==c||c==f};goog.i18n.NumberFormat.NULL_UNIT_={prefix:"",suff ix:"",divisorBase:0}; 555 (this.minimumIntegerDigits_=1));this.groupingSize_=Math.max(0,g);this.decimalSep aratorAlwaysShown_=0==c||c==f};goog.i18n.NumberFormat.NULL_UNIT_={prefix:"",suff ix:"",divisorBase:0};
555 goog.i18n.NumberFormat.prototype.getUnitFor_=function(a,b){var c=this.compactSty le_==goog.i18n.NumberFormat.CompactStyle.SHORT?goog.i18n.CompactNumberFormatSymb ols.COMPACT_DECIMAL_SHORT_PATTERN:goog.i18n.CompactNumberFormatSymbols.COMPACT_D ECIMAL_LONG_PATTERN;if(3>a)return goog.i18n.NumberFormat.NULL_UNIT_;a=Math.min(1 4,a);c=c[Math.pow(10,a)];if(!c)return goog.i18n.NumberFormat.NULL_UNIT_;c=c[b];r eturn c&&"0"!=c?(c=/([^0]*)(0+)(.*)/.exec(c))?{prefix:c[1],suffix:c[3],divisorBa se:a-(c[2].length-1)}: 556 goog.i18n.NumberFormat.prototype.getUnitFor_=function(a,b){var c=this.compactSty le_==goog.i18n.NumberFormat.CompactStyle.SHORT?goog.i18n.CompactNumberFormatSymb ols.COMPACT_DECIMAL_SHORT_PATTERN:goog.i18n.CompactNumberFormatSymbols.COMPACT_D ECIMAL_LONG_PATTERN;if(3>a)return goog.i18n.NumberFormat.NULL_UNIT_;a=Math.min(1 4,a);c=c[Math.pow(10,a)];if(!c)return goog.i18n.NumberFormat.NULL_UNIT_;c=c[b];r eturn c&&"0"!=c?(c=/([^0]*)(0+)(.*)/.exec(c))?{prefix:c[1],suffix:c[3],divisorBa se:a-(c[2].length-1)}:
556 goog.i18n.NumberFormat.NULL_UNIT_:goog.i18n.NumberFormat.NULL_UNIT_}; 557 goog.i18n.NumberFormat.NULL_UNIT_:goog.i18n.NumberFormat.NULL_UNIT_};
557 goog.i18n.NumberFormat.prototype.getUnitAfterRounding_=function(a,b){if(this.com pactStyle_==goog.i18n.NumberFormat.CompactStyle.NONE)return goog.i18n.NumberForm at.NULL_UNIT_;a=Math.abs(a);b=Math.abs(b);var c=this.pluralForm_(a),d=1>=a?0:thi s.intLog10_(a),c=this.getUnitFor_(d,c).divisorBase,d=b/Math.pow(10,c),d=this.rou ndNumber_(d),e=a/Math.pow(10,c),e=this.roundNumber_(e),d=this.pluralForm_(d.intV alue+d.fracValue);return this.getUnitFor_(c+this.intLog10_(e.intValue),d)}; 558 goog.i18n.NumberFormat.prototype.getUnitAfterRounding_=function(a,b){if(this.com pactStyle_==goog.i18n.NumberFormat.CompactStyle.NONE)return goog.i18n.NumberForm at.NULL_UNIT_;a=Math.abs(a);b=Math.abs(b);var c=this.pluralForm_(a),d=1>=a?0:thi s.intLog10_(a),c=this.getUnitFor_(d,c).divisorBase,d=b/Math.pow(10,c),d=this.rou ndNumber_(d),e=a/Math.pow(10,c),e=this.roundNumber_(e),d=this.pluralForm_(d.intV alue+d.fracValue);return this.getUnitFor_(c+this.intLog10_(e.intValue),d)};
558 goog.i18n.NumberFormat.prototype.intLog10_=function(a){for(var b=0;1<=(a/=10);)b ++;return b};goog.i18n.NumberFormat.prototype.roundToSignificantDigits_=function (a,b,c){if(!a)return a;var d=this.intLog10_(a);b=b-d-1;if(b<-c)return c=Math.pow (10,c),Math.round(a/c)*c;c=Math.pow(10,b);a=Math.round(a*c);return a/c};goog.i18 n.NumberFormat.prototype.pluralForm_=function(){return"other"};goog.i18n.ordinal Rules={};goog.i18n.ordinalRules.Keyword={ZERO:"zero",ONE:"one",TWO:"two",FEW:"fe w",MANY:"many",OTHER:"other"};goog.i18n.ordinalRules.defaultSelect_=function(){r eturn goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.decimals_=fun ction(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};goog.i18n.ordina lRules.get_vf_=function(a,b){var c=void 0===b?Math.min(goog.i18n.ordinalRules.de cimals_(a),3):b,d=Math.pow(10,c),d=(a*d|0)%d;return{v:c,f:d}}; 559 goog.i18n.NumberFormat.prototype.intLog10_=function(a){for(var b=0;1<=(a/=10);)b ++;return b};goog.i18n.NumberFormat.prototype.roundToSignificantDigits_=function (a,b,c){if(!a)return a;var d=this.intLog10_(a);b=b-d-1;if(b<-c)return c=Math.pow (10,c),Math.round(a/c)*c;c=Math.pow(10,b);a=Math.round(a*c);return a/c};goog.i18 n.NumberFormat.prototype.pluralForm_=function(){return"other"};goog.i18n.ordinal Rules={};goog.i18n.ordinalRules.Keyword={ZERO:"zero",ONE:"one",TWO:"two",FEW:"fe w",MANY:"many",OTHER:"other"};goog.i18n.ordinalRules.defaultSelect_=function(){r eturn goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.decimals_=fun ction(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};goog.i18n.ordina lRules.get_vf_=function(a,b){var c=void 0===b?Math.min(goog.i18n.ordinalRules.de cimals_(a),3):b,d=Math.pow(10,c),d=(a*d|0)%d;return{v:c,f:d}};
559 goog.i18n.ordinalRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b %10;)b/=10,a--;return{w:a,t:b}};goog.i18n.ordinalRules.enSelect_=function(a){ret urn 1==a%10&&11!=a%100?goog.i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goo g.i18n.ordinalRules.Keyword.TWO:3==a%10&&13!=a%100?goog.i18n.ordinalRules.Keywor d.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.svSelect_=fun ction(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?goog.i18n.ordinalRules.Ke yword.OTHER:goog.i18n.ordinalRules.Keyword.ONE}; 560 goog.i18n.ordinalRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b %10;)b/=10,a--;return{w:a,t:b}};goog.i18n.ordinalRules.enSelect_=function(a){ret urn 1==a%10&&11!=a%100?goog.i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goo g.i18n.ordinalRules.Keyword.TWO:3==a%10&&13!=a%100?goog.i18n.ordinalRules.Keywor d.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.svSelect_=fun ction(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?goog.i18n.ordinalRules.Ke yword.OTHER:goog.i18n.ordinalRules.Keyword.ONE};
560 goog.i18n.ordinalRules.frSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.huSelec t_=function(a){return 1==a||5==a?goog.i18n.ordinalRules.Keyword.ONE:goog.i18n.or dinalRules.Keyword.OTHER};goog.i18n.ordinalRules.zuSelect_=function(a){return 1= =a?goog.i18n.ordinalRules.Keyword.ONE:2<=a&&9>=a?goog.i18n.ordinalRules.Keyword. FEW:10<=a&&19>=a||100<=a&&199>=a||1E3<=a&&1999>=a?goog.i18n.ordinalRules.Keyword .MANY:goog.i18n.ordinalRules.Keyword.OTHER}; 561 goog.i18n.ordinalRules.huSelect_=function(a){return 1==a||5==a?goog.i18n.ordinal Rules.Keyword.ONE:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.k kSelect_=function(a){return 6==a%10||9==a%10||0==a%10&&0!=a?goog.i18n.ordinalRul es.Keyword.MANY:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.mrS elect_=function(a){return 1==a?goog.i18n.ordinalRules.Keyword.ONE:2==a||3==a?goo g.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinalRules.Keyword.FEW:goog.i18 n.ordinalRules.Keyword.OTHER};
561 goog.i18n.ordinalRules.mrSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:2==a||3==a?goog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinal Rules.Keyword.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.c aSelect_=function(a){return 1==a||3==a?goog.i18n.ordinalRules.Keyword.ONE:2==a?g oog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinalRules.Keyword.FEW:goog.i 18n.ordinalRules.Keyword.OTHER}; 562 goog.i18n.ordinalRules.sqSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:4==a%10&&14!=a%100?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ord inalRules.Keyword.OTHER};goog.i18n.ordinalRules.bnSelect_=function(a){return 1== a||5==a||7==a||8==a||9==a||10==a?goog.i18n.ordinalRules.Keyword.ONE:2==a||3==a?g oog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinalRules.Keyword.FEW:6==a?g oog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRules.Keyword.OTHER};
562 goog.i18n.ordinalRules.bnSelect_=function(a){return 1==a||5==a||7==a||8==a||9==a ||10==a?goog.i18n.ordinalRules.Keyword.ONE:2==a||3==a?goog.i18n.ordinalRules.Key word.TWO:4==a?goog.i18n.ordinalRules.Keyword.FEW:6==a?goog.i18n.ordinalRules.Key word.MANY:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.itSelect_ =function(a){return 11==a||8==a||80==a||800==a?goog.i18n.ordinalRules.Keyword.MA NY:goog.i18n.ordinalRules.Keyword.OTHER}; 563 goog.i18n.ordinalRules.guSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:2==a||3==a?goog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinal Rules.Keyword.FEW:6==a?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRule s.Keyword.OTHER};goog.i18n.ordinalRules.kaSelect_=function(a){a|=0;return 1==a?g oog.i18n.ordinalRules.Keyword.ONE:0==a||2<=a%100&&20>=a%100||40==a%100||60==a%10 0||80==a%100?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRules.Keyword. OTHER};
563 goog.i18n.ordinalRules.guSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:2==a||3==a?goog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinal Rules.Keyword.FEW:6==a?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRule s.Keyword.OTHER};goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_; "af"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"am"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_); 564 goog.i18n.ordinalRules.frSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.neSelec t_=function(a){return 1<=a&&4>=a?goog.i18n.ordinalRules.Keyword.ONE:goog.i18n.or dinalRules.Keyword.OTHER};
564 "ar"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"az"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"bg"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"bn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.bnSelect_);"br"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);"ca"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.caSelect_); 565 goog.i18n.ordinalRules.cySelect_=function(a){return 0==a||7==a||8==a||9==a?goog. i18n.ordinalRules.Keyword.ZERO:1==a?goog.i18n.ordinalRules.Keyword.ONE:2==a?goog .i18n.ordinalRules.Keyword.TWO:3==a||4==a?goog.i18n.ordinalRules.Keyword.FEW:5== a||6==a?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRules.Keyword.OTHER };
565 "chr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaul tSelect_);"cs"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRul es.defaultSelect_);"cy"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.o rdinalRules.defaultSelect_);"da"==goog.LOCALE&&(goog.i18n.ordinalRules.select=go og.i18n.ordinalRules.defaultSelect_);"de"==goog.LOCALE&&(goog.i18n.ordinalRules. select=goog.i18n.ordinalRules.defaultSelect_); 566 goog.i18n.ordinalRules.azSelect_=function(a){a|=0;return 1==a%10||2==a%10||5==a% 10||7==a%10||8==a%10||20==a%100||50==a%100||70==a%100||80==a%100?goog.i18n.ordin alRules.Keyword.ONE:3==a%10||4==a%10||100==a%1E3||200==a%1E3||300==a%1E3||400==a %1E3||500==a%1E3||600==a%1E3||700==a%1E3||800==a%1E3||900==a%1E3?goog.i18n.ordin alRules.Keyword.FEW:0==a||6==a%10||40==a%100||60==a%100||90==a%100?goog.i18n.ord inalRules.Keyword.MANY:goog.i18n.ordinalRules.Keyword.OTHER};
567 goog.i18n.ordinalRules.caSelect_=function(a){return 1==a||3==a?goog.i18n.ordinal Rules.Keyword.ONE:2==a?goog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinal Rules.Keyword.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.i tSelect_=function(a){return 11==a||8==a||80==a||800==a?goog.i18n.ordinalRules.Ke yword.MANY:goog.i18n.ordinalRules.Keyword.OTHER};
568 goog.i18n.ordinalRules.mkSelect_=function(a){a|=0;return 1==a%10&&11!=a%100?goog .i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goog.i18n.ordinalRules.Keyword .TWO:7!=a%10&&8!=a%10||17==a%100||18==a%100?goog.i18n.ordinalRules.Keyword.OTHER :goog.i18n.ordinalRules.Keyword.MANY};goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.enSelect_;"af"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n .ordinalRules.defaultSelect_);"am"==goog.LOCALE&&(goog.i18n.ordinalRules.select= goog.i18n.ordinalRules.defaultSelect_);
569 "ar"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"az"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.azSelect_);"bg"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinal Rules.defaultSelect_);"bn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.bnSelect_);"br"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_);"ca"==goog.LOCALE&&(goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.caSelect_);
570 "chr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaul tSelect_);"cs"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRul es.defaultSelect_);"cy"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.o rdinalRules.cySelect_);"da"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i1 8n.ordinalRules.defaultSelect_);"de"==goog.LOCALE&&(goog.i18n.ordinalRules.selec t=goog.i18n.ordinalRules.defaultSelect_);
566 if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;"el"==goog.L OCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"en "==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_) ;if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.enSelect_; 571 if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;"el"==goog.L OCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"en "==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_) ;if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.enSelect_;
567 if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.enSelect_;if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog. i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_;if("en_IN"==goog.LOCAL E||"en-IN"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enS elect_;if("en_ISO"==goog.LOCALE||"en-ISO"==goog.LOCALE)goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.enSelect_; 572 if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.enSelect_;if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog. i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_;if("en_IN"==goog.LOCAL E||"en-IN"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enS elect_;if("en_ISO"==goog.LOCALE||"en-ISO"==goog.LOCALE)goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.enSelect_;
568 if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.enSelect_;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog. i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_;if("en_ZA"==goog.LOCAL E||"en-ZA"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enS elect_;"es"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules. defaultSelect_);if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.ordina lRules.select=goog.i18n.ordinalRules.defaultSelect_; 573 if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.enSelect_;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog. i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_;if("en_ZA"==goog.LOCAL E||"en-ZA"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enS elect_;"es"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules. defaultSelect_);if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.ordina lRules.select=goog.i18n.ordinalRules.defaultSelect_;
569 if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;"et"==goog.LOCALE&&(goog.i18n.ordinalRules.sel ect=goog.i18n.ordinalRules.defaultSelect_);"eu"==goog.LOCALE&&(goog.i18n.ordinal Rules.select=goog.i18n.ordinalRules.defaultSelect_);"fa"==goog.LOCALE&&(goog.i18 n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"fi"==goog.LOCALE&& (goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_); 574 if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;"et"==goog.LOCALE&&(goog.i18n.ordinalRules.sel ect=goog.i18n.ordinalRules.defaultSelect_);"eu"==goog.LOCALE&&(goog.i18n.ordinal Rules.select=goog.i18n.ordinalRules.defaultSelect_);"fa"==goog.LOCALE&&(goog.i18 n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"fi"==goog.LOCALE&& (goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);
570 "fil"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSele ct_);"fr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.fr Select_);if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.frSelect_;"gl"==goog.LOCALE&&(goog.i18n.ordinalRules .select=goog.i18n.ordinalRules.defaultSelect_);"gsw"==goog.LOCALE&&(goog.i18n.or dinalRules.select=goog.i18n.ordinalRules.defaultSelect_); 575 "fil"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSele ct_);"fr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.fr Select_);if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.frSelect_;"gl"==goog.LOCALE&&(goog.i18n.ordinalRules .select=goog.i18n.ordinalRules.defaultSelect_);"gsw"==goog.LOCALE&&(goog.i18n.or dinalRules.select=goog.i18n.ordinalRules.defaultSelect_);
571 "gu"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.guSelec t_);"haw"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.de faultSelect_);"he"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordina lRules.defaultSelect_);"hi"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i1 8n.ordinalRules.guSelect_);"hr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"hu"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.huSelect_); 576 "gu"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.guSelec t_);"haw"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.de faultSelect_);"he"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordina lRules.defaultSelect_);"hi"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i1 8n.ordinalRules.guSelect_);"hr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"hu"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.huSelect_);
572 "hy"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"id"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"in"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"is"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"it"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.itSelect_);"iw"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.defaultSelect_); 577 "hy"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSelec t_);"id"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.def aultSelect_);"in"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinal Rules.defaultSelect_);"is"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.defaultSelect_);"it"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.itSelect_);"iw"==goog.LOCALE&&(goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.defaultSelect_);
573 "ja"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ka"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"kk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"km"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"kn"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.defaultSelect_);"ko"==goog.LOCALE&&(goog.i18n.ordin alRules.select=goog.i18n.ordinalRules.defaultSelect_); 578 "ja"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ka"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.kaSelect_);"kk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinal Rules.kkSelect_);"km"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ord inalRules.defaultSelect_);"kn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_);"ko"==goog.LOCALE&&(goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.defaultSelect_);
574 "ky"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ln"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"lo"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"lt"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"lv"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.defaultSelect_);"mk"==goog.LOCALE&&(goog.i18n.ordin alRules.select=goog.i18n.ordinalRules.defaultSelect_); 579 "ky"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ln"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"lo"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.frSelect_);"lt"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.defaultSelect_);"lv"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);"mk"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.mkSelect_);
575 "ml"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"mn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"mo"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.frSelect_);"mr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.mrSelect_);"ms"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.frSelect_);"mt"==goog.LOCALE&&(goog.i18n.ordinalRules.select= goog.i18n.ordinalRules.defaultSelect_); 580 "ml"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"mn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"mo"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.frSelect_);"mr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.mrSelect_);"ms"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.frSelect_);"mt"==goog.LOCALE&&(goog.i18n.ordinalRules.select= goog.i18n.ordinalRules.defaultSelect_);
576 "my"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"nb"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"ne"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"nl"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"no"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.defaultSelect_); 581 "my"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"nb"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"ne"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.neSelect_);"nl"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.defaultSelect_);"no"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);
577 if("no_NO"==goog.LOCALE||"no-NO"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;"or"==goog.LOCALE&&(goog.i18n.ordinalRules.sel ect=goog.i18n.ordinalRules.defaultSelect_);"pa"==goog.LOCALE&&(goog.i18n.ordinal Rules.select=goog.i18n.ordinalRules.defaultSelect_);"pl"==goog.LOCALE&&(goog.i18 n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"pt"==goog.LOCALE&& (goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_); 582 if("no_NO"==goog.LOCALE||"no-NO"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;"or"==goog.LOCALE&&(goog.i18n.ordinalRules.sel ect=goog.i18n.ordinalRules.defaultSelect_);"pa"==goog.LOCALE&&(goog.i18n.ordinal Rules.select=goog.i18n.ordinalRules.defaultSelect_);"pl"==goog.LOCALE&&(goog.i18 n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"pt"==goog.LOCALE&& (goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);
578 if("pt_BR"==goog.LOCALE||"pt-BR"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("pt_PT"==goog.LOCALE||"pt-PT"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;"ro"==goog.L OCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSelect_);"ru"==go og.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_) ;"sh"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaul tSelect_); 583 if("pt_BR"==goog.LOCALE||"pt-BR"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("pt_PT"==goog.LOCALE||"pt-PT"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;"ro"==goog.L OCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSelect_);"ru"==go og.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_) ;"sh"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaul tSelect_);
579 "si"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"sk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"sl"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"sq"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"sr"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.defaultSelect_);"sv"==goog.LOCALE&&(goog.i18n.ordin alRules.select=goog.i18n.ordinalRules.svSelect_); 584 "si"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"sk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"sl"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"sq"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.sqSelect_);"sr"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);"sv"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.svSelect_);
580 "sw"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ta"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"te"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"th"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"tl"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.frSelect_);"tr"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.defaultSelect_); 585 "sw"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ta"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"te"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"th"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"tl"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.frSelect_);"tr"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.defaultSelect_);
581 "uk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ur"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"uz"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"vi"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.frSelect_);"zh"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_); 586 "uk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ur"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"uz"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"vi"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.frSelect_);"zh"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);
582 if("zh_CN"==goog.LOCALE||"zh-CN"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("zh_HK"==goog.LOCALE||"zh-HK"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;if("zh_TW"== goog.LOCALE||"zh-TW"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordina lRules.defaultSelect_;"zu"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.zuSelect_);goog.i18n.pluralRules={};goog.i18n.pluralRules.Keyword ={ZERO:"zero",ONE:"one",TWO:"two",FEW:"few",MANY:"many",OTHER:"other"};goog.i18n .pluralRules.defaultSelect_=function(){return goog.i18n.pluralRules.Keyword.OTHE R};goog.i18n.pluralRules.decimals_=function(a){a+="";var b=a.indexOf(".");return -1==b?0:a.length-b-1};goog.i18n.pluralRules.get_vf_=function(a,b){var c=void 0== =b?Math.min(goog.i18n.pluralRules.decimals_(a),3):b,d=Math.pow(10,c),d=(a*d|0)%d ;return{v:c,f:d}}; 587 if("zh_CN"==goog.LOCALE||"zh-CN"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("zh_HK"==goog.LOCALE||"zh-HK"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;if("zh_TW"== goog.LOCALE||"zh-TW"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordina lRules.defaultSelect_;"zu"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.defaultSelect_);goog.i18n.pluralRules={};goog.i18n.pluralRules.Ke yword={ZERO:"zero",ONE:"one",TWO:"two",FEW:"few",MANY:"many",OTHER:"other"};goog .i18n.pluralRules.defaultSelect_=function(){return goog.i18n.pluralRules.Keyword .OTHER};goog.i18n.pluralRules.decimals_=function(a){a+="";var b=a.indexOf(".");r eturn-1==b?0:a.length-b-1};goog.i18n.pluralRules.get_vf_=function(a,b){var c=voi d 0===b?Math.min(goog.i18n.pluralRules.decimals_(a),3):b,d=Math.pow(10,c),d=(a*d |0)%d;return{v:c,f:d}};
583 goog.i18n.pluralRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b% 10;)b/=10,a--;return{w:a,t:b}};goog.i18n.pluralRules.gaSelect_=function(a){retur n 1==a?goog.i18n.pluralRules.Keyword.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO: 3<=a&&6>=a?goog.i18n.pluralRules.Keyword.FEW:7<=a&&10>=a?goog.i18n.pluralRules.K eyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 588 goog.i18n.pluralRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b% 10;)b/=10,a--;return{w:a,t:b}};goog.i18n.pluralRules.gaSelect_=function(a){retur n 1==a?goog.i18n.pluralRules.Keyword.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO: 3<=a&&6>=a?goog.i18n.pluralRules.Keyword.FEW:7<=a&&10>=a?goog.i18n.pluralRules.K eyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
584 goog.i18n.pluralRules.roSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:0!=d.v||0==a| |1!=a&&1<=a%100&&19>=a%100?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRul es.Keyword.OTHER};goog.i18n.pluralRules.frSelect_=function(a){a|=0;return 0==a|| 1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER}; 589 goog.i18n.pluralRules.roSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:0!=d.v||0==a| |1!=a&&1<=a%100&&19>=a%100?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRul es.Keyword.OTHER};goog.i18n.pluralRules.filSelect_=function(a,b){var c=a|0,d=goo g.i18n.pluralRules.get_vf_(a,b);return 0==d.v&&(1==c||2==c||3==c)||0==d.v&&4!=c% 10&&6!=c%10&&9!=c%10||0!=d.v&&4!=d.f%10&&6!=d.f%10&&9!=d.f%10?goog.i18n.pluralRu les.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};
585 goog.i18n.pluralRules.enSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plu ralRules.Keyword.OTHER};goog.i18n.pluralRules.mtSelect_=function(a){return 1==a? goog.i18n.pluralRules.Keyword.ONE:0==a||2<=a%100&&10>=a%100?goog.i18n.pluralRule s.Keyword.FEW:11<=a%100&&19>=a%100?goog.i18n.pluralRules.Keyword.MANY:goog.i18n. pluralRules.Keyword.OTHER}; 590 goog.i18n.pluralRules.frSelect_=function(a){a|=0;return 0==a||1==a?goog.i18n.plu ralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules. enSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b);return 1= =c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER };
586 goog.i18n.pluralRules.daSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b),d=goog.i18n.pluralRules.get_wt_(d.v,d.f);return 1==a||0!=d.t&&(0==c ||1==c)?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};g oog.i18n.pluralRules.cySelect_=function(a){return 0==a?goog.i18n.pluralRules.Key word.ZERO:1==a?goog.i18n.pluralRules.Keyword.ONE:2==a?goog.i18n.pluralRules.Keyw ord.TWO:3==a?goog.i18n.pluralRules.Keyword.FEW:6==a?goog.i18n.pluralRules.Keywor d.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 591 goog.i18n.pluralRules.mtSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:0==a||2<=a%100&&10>=a%100?goog.i18n.pluralRules.Keyword.FEW:11<=a%100& &19>=a%100?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHE R};goog.i18n.pluralRules.daSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRul es.get_vf_(a,b),d=goog.i18n.pluralRules.get_wt_(d.v,d.f);return 1==a||0!=d.t&&(0 ==c||1==c)?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER };
592 goog.i18n.pluralRules.gvSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2= =c%10?goog.i18n.pluralRules.Keyword.TWO:0!=d.v||0!=c%100&&20!=c%100&&40!=c%100&& 60!=c%100&&80!=c%100?0!=d.v?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralR ules.Keyword.OTHER:goog.i18n.pluralRules.Keyword.FEW};
593 goog.i18n.pluralRules.cySelect_=function(a){return 0==a?goog.i18n.pluralRules.Ke yword.ZERO:1==a?goog.i18n.pluralRules.Keyword.ONE:2==a?goog.i18n.pluralRules.Key word.TWO:3==a?goog.i18n.pluralRules.Keyword.FEW:6==a?goog.i18n.pluralRules.Keywo rd.MANY:goog.i18n.pluralRules.Keyword.OTHER};
587 goog.i18n.pluralRules.brSelect_=function(a){return 1==a%10&&11!=a%100&&71!=a%100 &&91!=a%100?goog.i18n.pluralRules.Keyword.ONE:2==a%10&&12!=a%100&&72!=a%100&&92! =a%100?goog.i18n.pluralRules.Keyword.TWO:(3<=a%10&&4>=a%10||9==a%10)&&(10>a%100| |19<a%100)&&(70>a%100||79<a%100)&&(90>a%100||99<a%100)?goog.i18n.pluralRules.Key word.FEW:0!=a&&0==a%1E6?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules .Keyword.OTHER}; 594 goog.i18n.pluralRules.brSelect_=function(a){return 1==a%10&&11!=a%100&&71!=a%100 &&91!=a%100?goog.i18n.pluralRules.Keyword.ONE:2==a%10&&12!=a%100&&72!=a%100&&92! =a%100?goog.i18n.pluralRules.Keyword.TWO:(3<=a%10&&4>=a%10||9==a%10)&&(10>a%100| |19<a%100)&&(70>a%100||79<a%100)&&(90>a%100||99<a%100)?goog.i18n.pluralRules.Key word.FEW:0!=a&&0==a%1E6?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules .Keyword.OTHER};
588 goog.i18n.pluralRules.esSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.siSelect_=f unction(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b);return 0==a||1==a||0 ==c&&1==d.f?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHE R}; 595 goog.i18n.pluralRules.esSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.siSelect_=f unction(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b);return 0==a||1==a||0 ==c&&1==d.f?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHE R};
589 goog.i18n.pluralRules.slSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%100?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2 ==c%100?goog.i18n.pluralRules.Keyword.TWO:0==d.v&&3<=c%100&&4>=c%100||0!=d.v?goo g.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pl uralRules.tzmSelect_=function(a){return 0<=a&&1>=a||11<=a&&99>=a?goog.i18n.plura lRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER}; 596 goog.i18n.pluralRules.slSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%100?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2 ==c%100?goog.i18n.pluralRules.Keyword.TWO:0==d.v&&3<=c%100&&4>=c%100||0!=d.v?goo g.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pl uralRules.tzmSelect_=function(a){return 0<=a&&1>=a||11<=a&&99>=a?goog.i18n.plura lRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};
590 goog.i18n.pluralRules.srSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10&&11!=c%100||1==d.f%10&&11!=d.f%100?goog.i18n .pluralRules.Keyword.ONE:0==d.v&&2<=c%10&&4>=c%10&&(12>c%100||14<c%100)||2<=d.f% 10&&4>=d.f%10&&(12>d.f%100||14<d.f%100)?goog.i18n.pluralRules.Keyword.FEW:goog.i 18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.hiSelect_=function(a){var b =a|0;return 0==b||1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.K eyword.OTHER}; 597 goog.i18n.pluralRules.srSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10&&11!=c%100||1==d.f%10&&11!=d.f%100?goog.i18n .pluralRules.Keyword.ONE:0==d.v&&2<=c%10&&4>=c%10&&(12>c%100||14<c%100)||2<=d.f% 10&&4>=d.f%10&&(12>d.f%100||14<d.f%100)?goog.i18n.pluralRules.Keyword.FEW:goog.i 18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.hiSelect_=function(a){var b =a|0;return 0==b||1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.K eyword.OTHER};
591 goog.i18n.pluralRules.mkSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10||1==d.f%10?goog.i18n.pluralRules.Keyword.ONE :goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.arSelect_=function(a ){return 0==a?goog.i18n.pluralRules.Keyword.ZERO:1==a?goog.i18n.pluralRules.Keyw ord.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO:3<=a%100&&10>=a%100?goog.i18n.plu ralRules.Keyword.FEW:11<=a%100&&99>=a%100?goog.i18n.pluralRules.Keyword.MANY:goo g.i18n.pluralRules.Keyword.OTHER}; 598 goog.i18n.pluralRules.mkSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10||1==d.f%10?goog.i18n.pluralRules.Keyword.ONE :goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.arSelect_=function(a ){return 0==a?goog.i18n.pluralRules.Keyword.ZERO:1==a?goog.i18n.pluralRules.Keyw ord.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO:3<=a%100&&10>=a%100?goog.i18n.plu ralRules.Keyword.FEW:11<=a%100&&99>=a%100?goog.i18n.pluralRules.Keyword.MANY:goo g.i18n.pluralRules.Keyword.OTHER};
592 goog.i18n.pluralRules.iuSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO:goog.i18n.pluralRules.Keyword.O THER};goog.i18n.pluralRules.csSelect_=function(a,b){var c=a|0,d=goog.i18n.plural Rules.get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:2<=c&&4 >=c&&0==d.v?goog.i18n.pluralRules.Keyword.FEW:0!=d.v?goog.i18n.pluralRules.Keywo rd.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 599 goog.i18n.pluralRules.iuSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO:goog.i18n.pluralRules.Keyword.O THER};goog.i18n.pluralRules.csSelect_=function(a,b){var c=a|0,d=goog.i18n.plural Rules.get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:2<=c&&4 >=c&&0==d.v?goog.i18n.pluralRules.Keyword.FEW:0!=d.v?goog.i18n.pluralRules.Keywo rd.MANY:goog.i18n.pluralRules.Keyword.OTHER};
593 goog.i18n.pluralRules.pt_PTSelect_=function(a,b){var c=goog.i18n.pluralRules.get _vf_(a,b);return 1==a&&0==c.v?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plural Rules.Keyword.OTHER};goog.i18n.pluralRules.beSelect_=function(a){return 1==a%10& &11!=a%100?goog.i18n.pluralRules.Keyword.ONE:2<=a%10&&4>=a%10&&(12>a%100||14<a%1 00)?goog.i18n.pluralRules.Keyword.FEW:0==a%10||5<=a%10&&9>=a%10||11<=a%100&&14>= a%100?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 600 goog.i18n.pluralRules.pt_PTSelect_=function(a,b){var c=goog.i18n.pluralRules.get _vf_(a,b);return 1==a&&0==c.v?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plural Rules.Keyword.OTHER};goog.i18n.pluralRules.beSelect_=function(a){return 1==a%10& &11!=a%100?goog.i18n.pluralRules.Keyword.ONE:2<=a%10&&4>=a%10&&(12>a%100||14<a%1 00)?goog.i18n.pluralRules.Keyword.FEW:0==a%10||5<=a%10&&9>=a%10||11<=a%100&&14>= a%100?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
594 goog.i18n.pluralRules.akSelect_=function(a){return 0<=a&&1>=a?goog.i18n.pluralRu les.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.ptSel ect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b),e=goog.i18n.pl uralRules.get_wt_(d.v,d.f);return 1==c&&0==d.v||0==c&&1==e.t?goog.i18n.pluralRul es.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER}; 601 goog.i18n.pluralRules.akSelect_=function(a){return 0<=a&&1>=a?goog.i18n.pluralRu les.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.ptSel ect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b),e=goog.i18n.pl uralRules.get_wt_(d.v,d.f);return 1==c&&0==d.v||0==c&&1==e.t?goog.i18n.pluralRul es.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};
595 goog.i18n.pluralRules.plSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2<=c% 10&&4>=c%10&&(12>c%100||14<c%100)?goog.i18n.pluralRules.Keyword.FEW:0==d.v&&1!=c &&0<=c%10&&1>=c%10||0==d.v&&5<=c%10&&9>=c%10||0==d.v&&12<=c%100&&14>=c%100?goog. i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 602 goog.i18n.pluralRules.plSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2<=c% 10&&4>=c%10&&(12>c%100||14<c%100)?goog.i18n.pluralRules.Keyword.FEW:0==d.v&&1!=c &&0<=c%10&&1>=c%10||0==d.v&&5<=c%10&&9>=c%10||0==d.v&&12<=c%100&&14>=c%100?goog. i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
596 goog.i18n.pluralRules.ruSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10&&11!=c%100?goog.i18n.pluralRules.Keyword.ONE :0==d.v&&2<=c%10&&4>=c%10&&(12>c%100||14<c%100)?goog.i18n.pluralRules.Keyword.FE W:0==d.v&&0==c%10||0==d.v&&5<=c%10&&9>=c%10||0==d.v&&11<=c%100&&14>=c%100?goog.i 18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 603 goog.i18n.pluralRules.ruSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10&&11!=c%100?goog.i18n.pluralRules.Keyword.ONE :0==d.v&&2<=c%10&&4>=c%10&&(12>c%100||14<c%100)?goog.i18n.pluralRules.Keyword.FE W:0==d.v&&0==c%10||0==d.v&&5<=c%10&&9>=c%10||0==d.v&&11<=c%100&&14>=c%100?goog.i 18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
597 goog.i18n.pluralRules.gvSelect_=function(a){return 1==a%10?goog.i18n.pluralRules .Keyword.ONE:2==a%10?goog.i18n.pluralRules.Keyword.TWO:0==a%100||20==a%100||40== a%100||60==a%100?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword .OTHER};goog.i18n.pluralRules.lagSelect_=function(a){var b=a|0;return 0==a?goog. i18n.pluralRules.Keyword.ZERO:0!=b&&1!=b||0==a?goog.i18n.pluralRules.Keyword.OTH ER:goog.i18n.pluralRules.Keyword.ONE}; 604 goog.i18n.pluralRules.lagSelect_=function(a){var b=a|0;return 0==a?goog.i18n.plu ralRules.Keyword.ZERO:0!=b&&1!=b||0==a?goog.i18n.pluralRules.Keyword.OTHER:goog. i18n.pluralRules.Keyword.ONE};goog.i18n.pluralRules.shiSelect_=function(a){var b =a|0;return 0==b||1==a?goog.i18n.pluralRules.Keyword.ONE:2<=a&&10>=a?goog.i18n.p luralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER};
598 goog.i18n.pluralRules.shiSelect_=function(a){var b=a|0;return 0==b||1==a?goog.i1 8n.pluralRules.Keyword.ONE:2<=a&&10>=a?goog.i18n.pluralRules.Keyword.FEW:goog.i1 8n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.heSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralR ules.Keyword.ONE:2==c&&0==d.v?goog.i18n.pluralRules.Keyword.TWO:0==d.v&&(0>a||10 <a)&&0==a%10?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OT HER}; 605 goog.i18n.pluralRules.heSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:2==c&&0==d.v? goog.i18n.pluralRules.Keyword.TWO:0==d.v&&(0>a||10<a)&&0==a%10?goog.i18n.pluralR ules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
599 goog.i18n.pluralRules.isSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b),d=goog.i18n.pluralRules.get_wt_(d.v,d.f);return 0==d.t&&1==c%10&&11 !=c%100||0!=d.t?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword. OTHER}; 606 goog.i18n.pluralRules.isSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b),d=goog.i18n.pluralRules.get_wt_(d.v,d.f);return 0==d.t&&1==c%10&&11 !=c%100||0!=d.t?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword. OTHER};
600 goog.i18n.pluralRules.ltSelect_=function(a,b){var c=goog.i18n.pluralRules.get_vf _(a,b);return 1==a%10&&(11>a%100||19<a%100)?goog.i18n.pluralRules.Keyword.ONE:2< =a%10&&9>=a%10&&(11>a%100||19<a%100)?goog.i18n.pluralRules.Keyword.FEW:0!=c.f?go og.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 607 goog.i18n.pluralRules.ltSelect_=function(a,b){var c=goog.i18n.pluralRules.get_vf _(a,b);return 1==a%10&&(11>a%100||19<a%100)?goog.i18n.pluralRules.Keyword.ONE:2< =a%10&&9>=a%10&&(11>a%100||19<a%100)?goog.i18n.pluralRules.Keyword.FEW:0!=c.f?go og.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
601 goog.i18n.pluralRules.gdSelect_=function(a){return 1==a||11==a?goog.i18n.pluralR ules.Keyword.ONE:2==a||12==a?goog.i18n.pluralRules.Keyword.TWO:3<=a&&10>=a||13<= a&&19>=a?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER}; goog.i18n.pluralRules.filSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules .get_vf_(a,b);return 0<=c&&1>=c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:goog.i 18n.pluralRules.Keyword.OTHER}; 608 goog.i18n.pluralRules.gdSelect_=function(a){return 1==a||11==a?goog.i18n.pluralR ules.Keyword.ONE:2==a||12==a?goog.i18n.pluralRules.Keyword.TWO:3<=a&&10>=a||13<= a&&19>=a?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER};
602 goog.i18n.pluralRules.lvSelect_=function(a,b){var c=goog.i18n.pluralRules.get_vf _(a,b);return 0==a%10||11<=a%100&&19>=a%100||2==c.v&&11<=c.f%100&&19>=c.f%100?go og.i18n.pluralRules.Keyword.ZERO:1==a%10&&11!=a%100||2==c.v&&1==c.f%10&&11!=c.f% 100||2!=c.v&&1==c.f%10?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.K eyword.OTHER};goog.i18n.pluralRules.kshSelect_=function(a){return 0==a?goog.i18n .pluralRules.Keyword.ZERO:1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plura lRules.Keyword.OTHER}; 609 goog.i18n.pluralRules.lvSelect_=function(a,b){var c=goog.i18n.pluralRules.get_vf _(a,b);return 0==a%10||11<=a%100&&19>=a%100||2==c.v&&11<=c.f%100&&19>=c.f%100?go og.i18n.pluralRules.Keyword.ZERO:1==a%10&&11!=a%100||2==c.v&&1==c.f%10&&11!=c.f% 100||2!=c.v&&1==c.f%10?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.K eyword.OTHER};goog.i18n.pluralRules.kshSelect_=function(a){return 0==a?goog.i18n .pluralRules.Keyword.ZERO:1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plura lRules.Keyword.OTHER};
603 goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;"af"==goog.LOCALE&& (goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"am"==goog.LOCALE &&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_);"ar"==goog.LOCA LE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.arSelect_);"az"==goog.LO CALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"bg"==goog. LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_); 610 goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;"af"==goog.LOCALE&& (goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"am"==goog.LOCALE &&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_);"ar"==goog.LOCA LE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.arSelect_);"az"==goog.LO CALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"bg"==goog. LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);
604 "bn"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_ );"br"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.brSelec t_);"ca"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSel ect_);"chr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.es Select_);"cs"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. csSelect_);"cy"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRule s.cySelect_); 611 "bn"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_ );"br"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.brSelec t_);"ca"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSel ect_);"chr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.es Select_);"cs"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. csSelect_);"cy"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRule s.cySelect_);
605 "da"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.daSelect_ );"de"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.pluralRules.select=g oog.i18n.pluralRules.enSelect_;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE)goo g.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;"el"==goog.LOCALE&&(go og.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_); 612 "da"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.daSelect_ );"de"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.pluralRules.select=g oog.i18n.pluralRules.enSelect_;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE)goo g.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;"el"==goog.LOCALE&&(go og.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);
606 "en"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_ );if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.enSelect_;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;if("en_IE"==goog.LOCALE| |"en-IE"==goog.LOCALE)goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_;if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.pluralRules.select=go og.i18n.pluralRules.enSelect_; 613 "en"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_ );if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.enSelect_;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;if("en_IE"==goog.LOCALE| |"en-IE"==goog.LOCALE)goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_;if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.pluralRules.select=go og.i18n.pluralRules.enSelect_;
607 if("en_ISO"==goog.LOCALE||"en-ISO"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.enSelect_;if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;if("en_US"==goog.LOCALE| |"en-US"==goog.LOCALE)goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_;if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.pluralRules.select=go og.i18n.pluralRules.enSelect_;"es"==goog.LOCALE&&(goog.i18n.pluralRules.select=g oog.i18n.pluralRules.esSelect_); 614 if("en_ISO"==goog.LOCALE||"en-ISO"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.enSelect_;if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;if("en_US"==goog.LOCALE| |"en-US"==goog.LOCALE)goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_;if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.pluralRules.select=go og.i18n.pluralRules.enSelect_;"es"==goog.LOCALE&&(goog.i18n.pluralRules.select=g oog.i18n.pluralRules.esSelect_);
608 if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.esSelect_;if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_;"et"==goog.LOCALE&&(goog .i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_);"eu"==goog.LOCALE&&(go og.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"fa"==goog.LOCALE&&( goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_); 615 if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.esSelect_;if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_;"et"==goog.LOCALE&&(goog .i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_);"eu"==goog.LOCALE&&(go og.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"fa"==goog.LOCALE&&( goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_);
609 "fi"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_ );"fil"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.filSel ect_);"fr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.frS elect_);if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.pluralRules.sele ct=goog.i18n.pluralRules.frSelect_;"gl"==goog.LOCALE&&(goog.i18n.pluralRules.sel ect=goog.i18n.pluralRules.enSelect_);"gsw"==goog.LOCALE&&(goog.i18n.pluralRules. select=goog.i18n.pluralRules.esSelect_); 616 "fi"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_ );"fil"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.filSel ect_);"fr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.frS elect_);if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.pluralRules.sele ct=goog.i18n.pluralRules.frSelect_;"gl"==goog.LOCALE&&(goog.i18n.pluralRules.sel ect=goog.i18n.pluralRules.enSelect_);"gsw"==goog.LOCALE&&(goog.i18n.pluralRules. select=goog.i18n.pluralRules.esSelect_);
610 "gu"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_ );"haw"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSele ct_);"he"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.heSe lect_);"hi"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hi Select_);"hr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. srSelect_);"hu"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRule s.esSelect_); 617 "gu"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_ );"haw"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSele ct_);"he"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.heSe lect_);"hi"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hi Select_);"hr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. srSelect_);"hu"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRule s.esSelect_);
611 "hy"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.frSelect_ );"id"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.default Select_);"in"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. defaultSelect_);"is"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.plura lRules.isSelect_);"it"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.plu ralRules.enSelect_);"iw"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.p luralRules.heSelect_); 618 "hy"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.frSelect_ );"id"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.default Select_);"in"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. defaultSelect_);"is"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.plura lRules.isSelect_);"it"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.plu ralRules.enSelect_);"iw"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.p luralRules.heSelect_);
(...skipping 18 matching lines...) Expand all
630 b=a.substring(b);""!=b&&d.push({type:goog.i18n.MessageFormat.Element_.STRING,val ue:b});return d};goog.i18n.MessageFormat.PLURAL_BLOCK_RE_=/^\s*(\w+)\s*,\s*plura l\s*,(?:\s*offset:(\d+))?/;goog.i18n.MessageFormat.ORDINAL_BLOCK_RE_=/^\s*(\w+)\ s*,\s*selectordinal\s*,/;goog.i18n.MessageFormat.SELECT_BLOCK_RE_=/^\s*(\w+)\s*, \s*select\s*,/; 637 b=a.substring(b);""!=b&&d.push({type:goog.i18n.MessageFormat.Element_.STRING,val ue:b});return d};goog.i18n.MessageFormat.PLURAL_BLOCK_RE_=/^\s*(\w+)\s*,\s*plura l\s*,(?:\s*offset:(\d+))?/;goog.i18n.MessageFormat.ORDINAL_BLOCK_RE_=/^\s*(\w+)\ s*,\s*selectordinal\s*,/;goog.i18n.MessageFormat.SELECT_BLOCK_RE_=/^\s*(\w+)\s*, \s*select\s*,/;
631 goog.i18n.MessageFormat.prototype.parseBlockType_=function(a){return goog.i18n.M essageFormat.PLURAL_BLOCK_RE_.test(a)?goog.i18n.MessageFormat.BlockType_.PLURAL: goog.i18n.MessageFormat.ORDINAL_BLOCK_RE_.test(a)?goog.i18n.MessageFormat.BlockT ype_.ORDINAL:goog.i18n.MessageFormat.SELECT_BLOCK_RE_.test(a)?goog.i18n.MessageF ormat.BlockType_.SELECT:/^\s*\w+\s*/.test(a)?goog.i18n.MessageFormat.BlockType_. SIMPLE:goog.i18n.MessageFormat.BlockType_.UNKNOWN}; 638 goog.i18n.MessageFormat.prototype.parseBlockType_=function(a){return goog.i18n.M essageFormat.PLURAL_BLOCK_RE_.test(a)?goog.i18n.MessageFormat.BlockType_.PLURAL: goog.i18n.MessageFormat.ORDINAL_BLOCK_RE_.test(a)?goog.i18n.MessageFormat.BlockT ype_.ORDINAL:goog.i18n.MessageFormat.SELECT_BLOCK_RE_.test(a)?goog.i18n.MessageF ormat.BlockType_.SELECT:/^\s*\w+\s*/.test(a)?goog.i18n.MessageFormat.BlockType_. SIMPLE:goog.i18n.MessageFormat.BlockType_.UNKNOWN};
632 goog.i18n.MessageFormat.prototype.parseBlock_=function(a){var b=[];a=this.extrac tParts_(a);for(var c=0;c<a.length;c++){var d={};if(goog.i18n.MessageFormat.Eleme nt_.STRING==a[c].type)d.type=goog.i18n.MessageFormat.BlockType_.STRING,d.value=a [c].value;else if(goog.i18n.MessageFormat.Element_.BLOCK==a[c].type){var e=this. parseBlockType_(a[c].value);switch(e){case goog.i18n.MessageFormat.BlockType_.SE LECT:d.type=goog.i18n.MessageFormat.BlockType_.SELECT;d.value=this.parseSelectBl ock_(a[c].value);break; 639 goog.i18n.MessageFormat.prototype.parseBlock_=function(a){var b=[];a=this.extrac tParts_(a);for(var c=0;c<a.length;c++){var d={};if(goog.i18n.MessageFormat.Eleme nt_.STRING==a[c].type)d.type=goog.i18n.MessageFormat.BlockType_.STRING,d.value=a [c].value;else if(goog.i18n.MessageFormat.Element_.BLOCK==a[c].type){var e=this. parseBlockType_(a[c].value);switch(e){case goog.i18n.MessageFormat.BlockType_.SE LECT:d.type=goog.i18n.MessageFormat.BlockType_.SELECT;d.value=this.parseSelectBl ock_(a[c].value);break;
633 case goog.i18n.MessageFormat.BlockType_.PLURAL:d.type=goog.i18n.MessageFormat.Bl ockType_.PLURAL;d.value=this.parsePluralBlock_(a[c].value);break;case goog.i18n. MessageFormat.BlockType_.ORDINAL:d.type=goog.i18n.MessageFormat.BlockType_.ORDIN AL;d.value=this.parseOrdinalBlock_(a[c].value);break;case goog.i18n.MessageForma t.BlockType_.SIMPLE:d.type=goog.i18n.MessageFormat.BlockType_.SIMPLE;d.value=a[c ].value;break;default:goog.asserts.fail("Unknown block type.")}}else goog.assert s.fail("Unknown part of the pattern."); 640 case goog.i18n.MessageFormat.BlockType_.PLURAL:d.type=goog.i18n.MessageFormat.Bl ockType_.PLURAL;d.value=this.parsePluralBlock_(a[c].value);break;case goog.i18n. MessageFormat.BlockType_.ORDINAL:d.type=goog.i18n.MessageFormat.BlockType_.ORDIN AL;d.value=this.parseOrdinalBlock_(a[c].value);break;case goog.i18n.MessageForma t.BlockType_.SIMPLE:d.type=goog.i18n.MessageFormat.BlockType_.SIMPLE;d.value=a[c ].value;break;default:goog.asserts.fail("Unknown block type.")}}else goog.assert s.fail("Unknown part of the pattern.");
634 b.push(d)}return b}; 641 b.push(d)}return b};
635 goog.i18n.MessageFormat.prototype.parseSelectBlock_=function(a){var b="",c=goog. i18n.MessageFormat.SELECT_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c ={};c.argumentIndex=b;a=this.extractParts_(a);for(var d=0;d<a.length;){var e=a[d ].value;goog.asserts.assertString(e,"Missing select key element.");d++;goog.asse rts.assert(d<a.length,"Missing or invalid select value element.");if(goog.i18n.M essageFormat.Element_.BLOCK==a[d].type)var f=this.parseBlock_(a[d].value);else g oog.asserts.fail("Expected block type.");c[e.replace(/\s/g, 642 goog.i18n.MessageFormat.prototype.parseSelectBlock_=function(a){var b="",c=goog. i18n.MessageFormat.SELECT_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c ={};c.argumentIndex=b;a=this.extractParts_(a);for(var d=0;d<a.length;){var e=a[d ].value;goog.asserts.assertString(e,"Missing select key element.");d++;goog.asse rts.assert(d<a.length,"Missing or invalid select value element.");if(goog.i18n.M essageFormat.Element_.BLOCK==a[d].type)var f=this.parseBlock_(a[d].value);else g oog.asserts.fail("Expected block type.");c[e.replace(/\s/g,
636 "")]=f;d++}goog.asserts.assertArray(c[goog.i18n.MessageFormat.OTHER_],"Missing o ther key in select statement.");return c}; 643 "")]=f;d++}goog.asserts.assertArray(c[goog.i18n.MessageFormat.OTHER_],"Missing o ther key in select statement.");return c};
637 goog.i18n.MessageFormat.prototype.parsePluralBlock_=function(a){var b="",c=0,d=g oog.i18n.MessageFormat.PLURAL_BLOCK_RE_;a=a.replace(d,function(a,d,e){b=d;e&&(c= parseInt(e,10));return""});d={};d.argumentIndex=b;d.argumentOffset=c;a=this.extr actParts_(a);for(var e=0;e<a.length;){var f=a[e].value;goog.asserts.assertString (f,"Missing plural key element.");e++;goog.asserts.assert(e<a.length,"Missing or invalid plural value element.");if(goog.i18n.MessageFormat.Element_.BLOCK==a[e] .type)var g=this.parseBlock_(a[e].value); 644 goog.i18n.MessageFormat.prototype.parsePluralBlock_=function(a){var b="",c=0,d=g oog.i18n.MessageFormat.PLURAL_BLOCK_RE_;a=a.replace(d,function(a,d,e){b=d;e&&(c= parseInt(e,10));return""});d={};d.argumentIndex=b;d.argumentOffset=c;a=this.extr actParts_(a);for(var e=0;e<a.length;){var f=a[e].value;goog.asserts.assertString (f,"Missing plural key element.");e++;goog.asserts.assert(e<a.length,"Missing or invalid plural value element.");if(goog.i18n.MessageFormat.Element_.BLOCK==a[e] .type)var g=this.parseBlock_(a[e].value);
638 else goog.asserts.fail("Expected block type.");d[f.replace(/\s*(?:=)?(\w+)\s*/," $1")]=g;e++}goog.asserts.assertArray(d[goog.i18n.MessageFormat.OTHER_],"Missing other key in plural statement.");return d}; 645 else goog.asserts.fail("Expected block type.");d[f.replace(/\s*(?:=)?(\w+)\s*/," $1")]=g;e++}goog.asserts.assertArray(d[goog.i18n.MessageFormat.OTHER_],"Missing other key in plural statement.");return d};
639 goog.i18n.MessageFormat.prototype.parseOrdinalBlock_=function(a){var b="",c=goog .i18n.MessageFormat.ORDINAL_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""}) ;c={};c.argumentIndex=b;c.argumentOffset=0;a=this.extractParts_(a);for(var d=0;d <a.length;){var e=a[d].value;goog.asserts.assertString(e,"Missing ordinal key el ement.");d++;goog.asserts.assert(d<a.length,"Missing or invalid ordinal value el ement.");if(goog.i18n.MessageFormat.Element_.BLOCK==a[d].type)var f=this.parseBl ock_(a[d].value);else goog.asserts.fail("Expected block type."); 646 goog.i18n.MessageFormat.prototype.parseOrdinalBlock_=function(a){var b="",c=goog .i18n.MessageFormat.ORDINAL_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""}) ;c={};c.argumentIndex=b;c.argumentOffset=0;a=this.extractParts_(a);for(var d=0;d <a.length;){var e=a[d].value;goog.asserts.assertString(e,"Missing ordinal key el ement.");d++;goog.asserts.assert(d<a.length,"Missing or invalid ordinal value el ement.");if(goog.i18n.MessageFormat.Element_.BLOCK==a[d].type)var f=this.parseBl ock_(a[d].value);else goog.asserts.fail("Expected block type.");
640 c[e.replace(/\s*(?:=)?(\w+)\s*/,"$1")]=f;d++}goog.asserts.assertArray(c[goog.i18 n.MessageFormat.OTHER_],"Missing other key in selectordinal statement.");return c};goog.i18n.MessageFormat.prototype.buildPlaceholder_=function(a){goog.asserts. assert(0<a.length,"Literal array is empty.");a=(a.length-1).toString(10);return goog.i18n.MessageFormat.LITERAL_PLACEHOLDER_+a+"_"};cvox.TtsCapturingEventListen er=function(){};cvox.TtsInterface=function(){};cvox.TtsInterface.prototype.speak =function(){};cvox.TtsInterface.prototype.isSpeaking=function(){};cvox.TtsInterf ace.prototype.stop=function(){};cvox.TtsInterface.prototype.increaseOrDecreasePr operty=function(){};cvox.TtsInterface.prototype.getDefaultProperty=function(){}; cvox.AbstractTts=function(){this.ttsProperties={};this.propertyDefault={rate:0.5 ,pitch:0.5,volume:0.5};this.propertyMin={rate:0,pitch:0,volume:0};this.propertyM ax={rate:1,pitch:1,volume:1};this.propertyStep={rate:0.1,pitch:0.1,volume:0.1};i f(void 0==cvox.AbstractTts.pronunciationDictionaryRegexp_){var a=[],b;for(b in c vox.AbstractTts.PRONUNCIATION_DICTIONARY)a.push(b);a="\\b("+a.join("|")+")\\b";c vox.AbstractTts.pronunciationDictionaryRegexp_=new RegExp(a,"ig")}if(void 0==cvo x.AbstractTts.substitutionDictionaryRegexp_){var a= 647 c[e.replace(/\s*(?:=)?(\w+)\s*/,"$1")]=f;d++}goog.asserts.assertArray(c[goog.i18 n.MessageFormat.OTHER_],"Missing other key in selectordinal statement.");return c};goog.i18n.MessageFormat.prototype.buildPlaceholder_=function(a){goog.asserts. assert(0<a.length,"Literal array is empty.");a=(a.length-1).toString(10);return goog.i18n.MessageFormat.LITERAL_PLACEHOLDER_+a+"_"};cvox.TtsCapturingEventListen er=function(){};cvox.TtsInterface=function(){};cvox.TtsInterface.prototype.speak =function(){};cvox.TtsInterface.prototype.isSpeaking=function(){};cvox.TtsInterf ace.prototype.stop=function(){};cvox.TtsInterface.prototype.increaseOrDecreasePr operty=function(){};cvox.TtsInterface.prototype.getDefaultProperty=function(){}; cvox.AbstractTts=function(){this.ttsProperties={};this.propertyDefault={rate:.5, pitch:.5,volume:.5};this.propertyMin={rate:0,pitch:0,volume:0};this.propertyMax= {rate:1,pitch:1,volume:1};this.propertyStep={rate:.1,pitch:.1,volume:.1};if(void 0==cvox.AbstractTts.pronunciationDictionaryRegexp_){var a=[],b;for(b in cvox.Ab stractTts.PRONUNCIATION_DICTIONARY)a.push(b);a="\\b("+a.join("|")+")\\b";cvox.Ab stractTts.pronunciationDictionaryRegexp_=new RegExp(a,"ig")}if(void 0==cvox.Abst ractTts.substitutionDictionaryRegexp_){var a=
641 [],c;for(c in cvox.AbstractTts.SUBSTITUTION_DICTIONARY)a.push(c);a="("+a.join("| ")+")";cvox.AbstractTts.substitutionDictionaryRegexp_=new RegExp(a,"ig")}};cvox. AbstractTts.prototype.speak=function(){return this};cvox.AbstractTts.prototype.i sSpeaking=function(){return!1};cvox.AbstractTts.prototype.stop=function(){}; 648 [],c;for(c in cvox.AbstractTts.SUBSTITUTION_DICTIONARY)a.push(c);a="("+a.join("| ")+")";cvox.AbstractTts.substitutionDictionaryRegexp_=new RegExp(a,"ig")}};cvox. AbstractTts.prototype.speak=function(){return this};cvox.AbstractTts.prototype.i sSpeaking=function(){return!1};cvox.AbstractTts.prototype.stop=function(){};
642 cvox.AbstractTts.prototype.increaseOrDecreaseProperty=function(a,b){var c=this.p ropertyMin[a],d=this.propertyMax[a],e=this.propertyStep[a],f=this.ttsProperties[ a],f=b?f+e:f-e;this.ttsProperties[a]=Math.max(Math.min(f,d),c)};cvox.AbstractTts .RATE="rate";cvox.AbstractTts.PITCH="pitch";cvox.AbstractTts.VOLUME="volume";cvo x.AbstractTts.LANG="lang";cvox.AbstractTts.RELATIVE_RATE="relativeRate";cvox.Abs tractTts.RELATIVE_PITCH="relativePitch";cvox.AbstractTts.RELATIVE_VOLUME="relati veVolume"; 649 cvox.AbstractTts.prototype.increaseOrDecreaseProperty=function(a,b){var c=this.p ropertyMin[a],d=this.propertyMax[a],e=this.propertyStep[a],f=this.ttsProperties[ a],f=b?f+e:f-e;this.ttsProperties[a]=Math.max(Math.min(f,d),c)};cvox.AbstractTts .RATE="rate";cvox.AbstractTts.PITCH="pitch";cvox.AbstractTts.VOLUME="volume";cvo x.AbstractTts.LANG="lang";cvox.AbstractTts.RELATIVE_RATE="relativeRate";cvox.Abs tractTts.RELATIVE_PITCH="relativePitch";cvox.AbstractTts.RELATIVE_VOLUME="relati veVolume";
643 cvox.AbstractTts.COLOR="color";cvox.AbstractTts.FONT_WEIGHT="fontWeight";cvox.Ab stractTts.PUNCTUATION_ECHO="punctuationEcho";cvox.AbstractTts.PAUSE="pause";cvox .AbstractTts.PERSONALITY_ANNOTATION={relativePitch:-0.25,color:"yellow",punctuat ionEcho:"none"};cvox.AbstractTts.PERSONALITY_ANNOUNCEMENT={punctuationEcho:"none "};cvox.AbstractTts.PERSONALITY_SYSTEM_ALERT={punctuationEcho:"none",doNotInterr upt:!0};cvox.AbstractTts.PERSONALITY_ASIDE={relativePitch:-0.1,color:"#669"}; 650 cvox.AbstractTts.COLOR="color";cvox.AbstractTts.FONT_WEIGHT="fontWeight";cvox.Ab stractTts.PUNCTUATION_ECHO="punctuationEcho";cvox.AbstractTts.PAUSE="pause";cvox .AbstractTts.PERSONALITY_ANNOTATION={relativePitch:-.25,color:"yellow",punctuati onEcho:"none"};cvox.AbstractTts.PERSONALITY_ANNOUNCEMENT={punctuationEcho:"none" };cvox.AbstractTts.PERSONALITY_SYSTEM_ALERT={punctuationEcho:"none",doNotInterru pt:!0};cvox.AbstractTts.PERSONALITY_ASIDE={relativePitch:-.1,color:"#669"};
644 cvox.AbstractTts.PERSONALITY_CAPITAL={relativePitch:0.6};cvox.AbstractTts.PERSON ALITY_DELETED={punctuationEcho:"none",relativePitch:-0.6};cvox.AbstractTts.PERSO NALITY_QUOTE={relativePitch:0.1,color:"#b6b",fontWeight:"bold"};cvox.AbstractTts .PERSONALITY_STRONG={relativePitch:0.1,color:"#b66",fontWeight:"bold"};cvox.Abst ractTts.PERSONALITY_EMPHASIS={relativeVolume:0.1,relativeRate:-0.1,color:"#6bb", fontWeight:"bold"};cvox.AbstractTts.DEBUG=!0;cvox.AbstractTts.QUEUE_MODE_FLUSH=0 ; 651 cvox.AbstractTts.PERSONALITY_CAPITAL={relativePitch:.6};cvox.AbstractTts.PERSONA LITY_DELETED={punctuationEcho:"none",relativePitch:-.6};cvox.AbstractTts.PERSONA LITY_QUOTE={relativePitch:.1,color:"#b6b",fontWeight:"bold"};cvox.AbstractTts.PE RSONALITY_STRONG={relativePitch:.1,color:"#b66",fontWeight:"bold"};cvox.Abstract Tts.PERSONALITY_EMPHASIS={relativeVolume:.1,relativeRate:-.1,color:"#6bb",fontWe ight:"bold"};cvox.AbstractTts.DEBUG=!0;cvox.AbstractTts.QUEUE_MODE_FLUSH=0;
645 cvox.AbstractTts.QUEUE_MODE_QUEUE=1; 652 cvox.AbstractTts.QUEUE_MODE_QUEUE=1;
646 cvox.AbstractTts.CHARACTER_DICTIONARY={" ":"space","`":"backtick","~":"tilde","! ":"exclamation","@":"at","#":"pound",$:"dollar","%":"percent","^":"caret","&":"a mpersand","*":"asterisk","(":"open_paren",")":"close_paren","-":"dash",_:"unders core","=":"equals","+":"plus","[":"left_bracket","]":"right_bracket","{":"left_b race","}":"right_brace","|":"pipe",";":"semicolon",":":"colon",",":"comma",".":" dot","<":"less_than",">":"greater_than","/":"slash","?":"question_mark",'"':"quo te","'":"apostrophe", 653 cvox.AbstractTts.CHARACTER_DICTIONARY={" ":"space","`":"backtick","~":"tilde","! ":"exclamation","@":"at","#":"pound",$:"dollar","%":"percent","^":"caret","&":"a mpersand","*":"asterisk","(":"open_paren",")":"close_paren","-":"dash",_:"unders core","=":"equals","+":"plus","[":"left_bracket","]":"right_bracket","{":"left_b race","}":"right_brace","|":"pipe",";":"semicolon",":":"colon",",":"comma",".":" dot","<":"less_than",">":"greater_than","/":"slash","?":"question_mark",'"':"quo te","'":"apostrophe",
647 "\t":"tab","\r":"return","\n":"new_line","\\":"backslash"};cvox.AbstractTts.PRON UNCIATION_DICTIONARY={admob:"ad-mob",adsense:"ad-sense",adwords:"ad-words",angul arjs:"angular j s",bcc:"B C C",cc:"C C",chromevox:"chrome vox",cr48:"C R 48",ctr l:"control",doubleclick:"double-click",gmail:"gee mail",gtalk:"gee talk",http:"H T T P",https:"H T T P S",igoogle:"eye google",pagerank:"page-rank",username:"us er-name",www:"W W W",youtube:"you tube"}; 654 "\t":"tab","\r":"return","\n":"new_line","\\":"backslash"};cvox.AbstractTts.PRON UNCIATION_DICTIONARY={admob:"ad-mob",adsense:"ad-sense",adwords:"ad-words",angul arjs:"angular j s",bcc:"B C C",cc:"C C",chromevox:"chrome vox",cr48:"C R 48",ctr l:"control",doubleclick:"double-click",gmail:"gee mail",gtalk:"gee talk",http:"H T T P",https:"H T T P S",igoogle:"eye google",pagerank:"page-rank",username:"us er-name",www:"W W W",youtube:"you tube"};
648 cvox.AbstractTts.SUBSTITUTION_DICTIONARY={"://":"colon slash slash","\u00bc":"on e fourth","\u00bd":"one half","\u2190":"left arrow","\u2191":"up arrow","\u2192" :"right arrow","\u2193":"down arrow","\u21d0":"left double arrow","\u21d1":"up d ouble arrow","\u21d2":"right double arrow","\u21d3":"down double arrow","\u21e6 ":"left arrow","\u21e7":"up arrow","\u21e8":"right arrow","\u21e9":"down arrow", "\u2303":"control","\u2318":"command","\u2325":"option","\u25b2":"up triangle"," \u25b3":"up triangle", 655 cvox.AbstractTts.SUBSTITUTION_DICTIONARY={"://":"colon slash slash","\u00bc":"on e fourth","\u00bd":"one half","\u2190":"left arrow","\u2191":"up arrow","\u2192" :"right arrow","\u2193":"down arrow","\u21d0":"left double arrow","\u21d1":"up d ouble arrow","\u21d2":"right double arrow","\u21d3":"down double arrow","\u21e6 ":"left arrow","\u21e7":"up arrow","\u21e8":"right arrow","\u21e9":"down arrow", "\u2303":"control","\u2318":"command","\u2325":"option","\u25b2":"up triangle"," \u25b3":"up triangle",
649 "\u25b4":"up triangle","\u25b5":"up triangle","\u25b6":"right triangle","\u25b7" :"right triangle","\u25b8":"right triangle","\u25b9":"right triangle","\u25ba":" right pointer","\u25bb":"right pointer","\u25bc":"down triangle","\u25bd":"down triangle","\u25be":"down triangle","\u25bf":"down triangle","\u25c0":"left trian gle","\u25c1":"left triangle","\u25c2":"left triangle","\u25c3":"left triangle", "\u25c4":"left pointer","\u25c5":"left pointer","\uf8ff":"apple"}; 656 "\u25b4":"up triangle","\u25b5":"up triangle","\u25b6":"right triangle","\u25b7" :"right triangle","\u25b8":"right triangle","\u25b9":"right triangle","\u25ba":" right pointer","\u25bb":"right pointer","\u25bc":"down triangle","\u25bd":"down triangle","\u25be":"down triangle","\u25bf":"down triangle","\u25c0":"left trian gle","\u25c1":"left triangle","\u25c2":"left triangle","\u25c3":"left triangle", "\u25c4":"left pointer","\u25c5":"left pointer","\uf8ff":"apple"};
650 cvox.AbstractTts.repetitionRegexp_=/([-\/\\|!@#$%^&*\(\)=_+\[\]\{\}.?;'":<>])\1{ 2,}/g;cvox.AbstractTts.repetitionReplace_=function(a){var b=a.length;return" "+( new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.getMsg(cvox.AbstractTts.CHARACTE R_DICTIONARY[a[0]]))).format({COUNT:b})+" "};cvox.AbstractTts.prototype.getDefau ltProperty=function(a){return this.propertyDefault[a]};cvox.AbstractEarcons=func tion(){this.enabled=!0};cvox.AbstractEarcons.prototype.playEarcon=function(){};c vox.AbstractEarcons.prototype.playEarconByName=function(a){this.playEarcon(this. getEarconId(a))}; 657 cvox.AbstractTts.repetitionRegexp_=/([-\/\\|!@#$%^&*\(\)=_+\[\]\{\}.?;'":<>])\1{ 2,}/g;cvox.AbstractTts.repetitionReplace_=function(a){var b=a.length;return" "+( new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.getMsg(cvox.AbstractTts.CHARACTE R_DICTIONARY[a[0]]))).format({COUNT:b})+" "};cvox.AbstractTts.prototype.getDefau ltProperty=function(a){return this.propertyDefault[a]};cvox.AbstractEarcons=func tion(){this.enabled=!0};cvox.AbstractEarcons.prototype.playEarcon=function(){};c vox.AbstractEarcons.prototype.playEarconByName=function(a){this.playEarcon(this. getEarconId(a))};
651 cvox.AbstractEarcons.prototype.getEarconId=function(a){this.earconNamesToIds||(t his.earconNamesToIds={},this.earconNamesToIds.ALERT_MODAL=cvox.AbstractEarcons.A LERT_MODAL,this.earconNamesToIds.ALERT_NONMODAL=cvox.AbstractEarcons.ALERT_NONMO DAL,this.earconNamesToIds.BULLET=cvox.AbstractEarcons.BULLET,this.earconNamesToI ds.BUSY_PROGRESS_LOOP=cvox.AbstractEarcons.BUSY_PROGRESS_LOOP,this.earconNamesTo Ids.BUSY_WORKING_LOOP=cvox.AbstractEarcons.BUSY_WORKING_LOOP,this.earconNamesToI ds.BUTTON=cvox.AbstractEarcons.BUTTON, 658 cvox.AbstractEarcons.prototype.getEarconId=function(a){this.earconNamesToIds||(t his.earconNamesToIds={},this.earconNamesToIds.ALERT_MODAL=cvox.AbstractEarcons.A LERT_MODAL,this.earconNamesToIds.ALERT_NONMODAL=cvox.AbstractEarcons.ALERT_NONMO DAL,this.earconNamesToIds.BULLET=cvox.AbstractEarcons.BULLET,this.earconNamesToI ds.BUSY_PROGRESS_LOOP=cvox.AbstractEarcons.BUSY_PROGRESS_LOOP,this.earconNamesTo Ids.BUSY_WORKING_LOOP=cvox.AbstractEarcons.BUSY_WORKING_LOOP,this.earconNamesToI ds.BUTTON=cvox.AbstractEarcons.BUTTON,
652 this.earconNamesToIds.CHECK_OFF=cvox.AbstractEarcons.CHECK_OFF,this.earconNamesT oIds.CHECK_ON=cvox.AbstractEarcons.CHECK_ON,this.earconNamesToIds.COLLAPSED=cvox .AbstractEarcons.COLLAPSED,this.earconNamesToIds.EDITABLE_TEXT=cvox.AbstractEarc ons.EDITABLE_TEXT,this.earconNamesToIds.ELLIPSIS=cvox.AbstractEarcons.ELLIPSIS,t his.earconNamesToIds.EXPANDED=cvox.AbstractEarcons.EXPANDED,this.earconNamesToId s.FONT_CHANGE=cvox.AbstractEarcons.FONT_CHANGE,this.earconNamesToIds.INVALID_KEY PRESS=cvox.AbstractEarcons.INVALID_KEYPRESS, 659 this.earconNamesToIds.CHECK_OFF=cvox.AbstractEarcons.CHECK_OFF,this.earconNamesT oIds.CHECK_ON=cvox.AbstractEarcons.CHECK_ON,this.earconNamesToIds.COLLAPSED=cvox .AbstractEarcons.COLLAPSED,this.earconNamesToIds.EDITABLE_TEXT=cvox.AbstractEarc ons.EDITABLE_TEXT,this.earconNamesToIds.ELLIPSIS=cvox.AbstractEarcons.ELLIPSIS,t his.earconNamesToIds.EXPANDED=cvox.AbstractEarcons.EXPANDED,this.earconNamesToId s.FONT_CHANGE=cvox.AbstractEarcons.FONT_CHANGE,this.earconNamesToIds.INVALID_KEY PRESS=cvox.AbstractEarcons.INVALID_KEYPRESS,
653 this.earconNamesToIds.LINK=cvox.AbstractEarcons.LINK,this.earconNamesToIds.LISTB OX=cvox.AbstractEarcons.LISTBOX,this.earconNamesToIds.LIST_ITEM=cvox.AbstractEar cons.LIST_ITEM,this.earconNamesToIds.LONG_DESC=cvox.AbstractEarcons.LONG_DESC,th is.earconNamesToIds.NEW_MAIL=cvox.AbstractEarcons.NEW_MAIL,this.earconNamesToIds .OBJECT_CLOSE=cvox.AbstractEarcons.OBJECT_CLOSE,this.earconNamesToIds.OBJECT_DEL ETE=cvox.AbstractEarcons.OBJECT_DELETE,this.earconNamesToIds.OBJECT_DESELECT=cvo x.AbstractEarcons.OBJECT_DESELECT, 660 this.earconNamesToIds.LINK=cvox.AbstractEarcons.LINK,this.earconNamesToIds.LISTB OX=cvox.AbstractEarcons.LISTBOX,this.earconNamesToIds.LIST_ITEM=cvox.AbstractEar cons.LIST_ITEM,this.earconNamesToIds.LONG_DESC=cvox.AbstractEarcons.LONG_DESC,th is.earconNamesToIds.NEW_MAIL=cvox.AbstractEarcons.NEW_MAIL,this.earconNamesToIds .OBJECT_CLOSE=cvox.AbstractEarcons.OBJECT_CLOSE,this.earconNamesToIds.OBJECT_DEL ETE=cvox.AbstractEarcons.OBJECT_DELETE,this.earconNamesToIds.OBJECT_DESELECT=cvo x.AbstractEarcons.OBJECT_DESELECT,
654 this.earconNamesToIds.OBJECT_ENTER=cvox.AbstractEarcons.OBJECT_ENTER,this.earcon NamesToIds.OBJECT_EXIT=cvox.AbstractEarcons.OBJECT_EXIT,this.earconNamesToIds.OB JECT_OPEN=cvox.AbstractEarcons.OBJECT_OPEN,this.earconNamesToIds.OBJECT_SELECT=c vox.AbstractEarcons.OBJECT_SELECT,this.earconNamesToIds.PARAGRAPH_BREAK=cvox.Abs tractEarcons.PARAGRAPH_BREAK,this.earconNamesToIds.SEARCH_HIT=cvox.AbstractEarco ns.SEARCH_HIT,this.earconNamesToIds.SEARCH_MISS=cvox.AbstractEarcons.SEARCH_MISS ,this.earconNamesToIds.SECTION= 661 this.earconNamesToIds.OBJECT_ENTER=cvox.AbstractEarcons.OBJECT_ENTER,this.earcon NamesToIds.OBJECT_EXIT=cvox.AbstractEarcons.OBJECT_EXIT,this.earconNamesToIds.OB JECT_OPEN=cvox.AbstractEarcons.OBJECT_OPEN,this.earconNamesToIds.OBJECT_SELECT=c vox.AbstractEarcons.OBJECT_SELECT,this.earconNamesToIds.PARAGRAPH_BREAK=cvox.Abs tractEarcons.PARAGRAPH_BREAK,this.earconNamesToIds.SEARCH_HIT=cvox.AbstractEarco ns.SEARCH_HIT,this.earconNamesToIds.SEARCH_MISS=cvox.AbstractEarcons.SEARCH_MISS ,this.earconNamesToIds.SECTION=
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 cvox.NavBraille.fromJson=function(a){if("number"!==typeof a.startIndex||"number" !==typeof a.endIndex)throw"Invalid start or end index in serialized NavBraille: "+a;return new cvox.NavBraille({text:cvox.Spannable.fromJson(a.spannable),startI ndex:a.startIndex,endIndex:a.endIndex})};cvox.NavBraille.prototype.isEmpty=funct ion(){return 0==this.text.getLength()}; 998 cvox.NavBraille.fromJson=function(a){if("number"!==typeof a.startIndex||"number" !==typeof a.endIndex)throw"Invalid start or end index in serialized NavBraille: "+a;return new cvox.NavBraille({text:cvox.Spannable.fromJson(a.spannable),startI ndex:a.startIndex,endIndex:a.endIndex})};cvox.NavBraille.prototype.isEmpty=funct ion(){return 0==this.text.getLength()};
992 cvox.NavBraille.prototype.toString=function(){return'NavBraille(text="'+this.tex t.toString()+'" startIndex="'+this.startIndex+'" endIndex="'+this.endIndex+'") '};cvox.NavBraille.prototype.toJson=function(){return{spannable:this.text.toJson (),startIndex:this.startIndex,endIndex:this.endIndex}};cvox.NavBraille.prototype .write=function(){cvox.ChromeVox.braille.write(this)};cvox.AbstractWalker=functi on(){};cvox.AbstractWalker.prototype.begin=function(a){a=a||{reversed:!1};return this.sync(cvox.CursorSelection.fromBody().setReversed(a.reversed))};cvox.Abstra ctWalker.prototype.hasAction=function(a){return"function"==typeof this[a]};cvox. AbstractWalker.prototype.performAction=function(a,b){return this.hasAction(a)?th is[a](b):null};cvox.AbstractNodeWalker=function(){this.wasBegin_=!1};goog.inheri ts(cvox.AbstractNodeWalker,cvox.AbstractWalker);cvox.AbstractNodeWalker.prototyp e.next=function(a){var b=a.isReversed();a=a.end.node||document.body;do if(a=cvox .DomUtil.directedNextLeafLikeNode(a,b,goog.bind(this.stopNodeDescent,this)),!a)r eturn null;while(a&&!cvox.DomUtil.hasContent(a));return cvox.CursorSelection.fro mNode(a).setReversed(b)}; 999 cvox.NavBraille.prototype.toString=function(){return'NavBraille(text="'+this.tex t.toString()+'" startIndex="'+this.startIndex+'" endIndex="'+this.endIndex+'") '};cvox.NavBraille.prototype.toJson=function(){return{spannable:this.text.toJson (),startIndex:this.startIndex,endIndex:this.endIndex}};cvox.NavBraille.prototype .write=function(){cvox.ChromeVox.braille.write(this)};cvox.AbstractWalker=functi on(){};cvox.AbstractWalker.prototype.begin=function(a){a=a||{reversed:!1};return this.sync(cvox.CursorSelection.fromBody().setReversed(a.reversed))};cvox.Abstra ctWalker.prototype.hasAction=function(a){return"function"==typeof this[a]};cvox. AbstractWalker.prototype.performAction=function(a,b){return this.hasAction(a)?th is[a](b):null};cvox.AbstractNodeWalker=function(){this.wasBegin_=!1};goog.inheri ts(cvox.AbstractNodeWalker,cvox.AbstractWalker);cvox.AbstractNodeWalker.prototyp e.next=function(a){var b=a.isReversed();a=a.end.node||document.body;do if(a=cvox .DomUtil.directedNextLeafLikeNode(a,b,goog.bind(this.stopNodeDescent,this)),!a)r eturn null;while(a&&!cvox.DomUtil.hasContent(a));return cvox.CursorSelection.fro mNode(a).setReversed(b)};
993 cvox.AbstractNodeWalker.prototype.sync=function(a){a=this.privateSync_(a);this.w asBegin_=!1;return a}; 1000 cvox.AbstractNodeWalker.prototype.sync=function(a){a=this.privateSync_(a);this.w asBegin_=!1;return a};
994 cvox.AbstractNodeWalker.prototype.privateSync_=function(a){var b=a.isReversed(); if(a.equals(cvox.CursorSelection.fromBody())){if(this.wasBegin_)return cvox.Curs orSelection.fromBody().setReversed(b);this.wasBegin_=!0}for(a=a.start.node;a!=do cument.body&&a.parentNode&&this.stopNodeDescent(a.parentNode);)a=a.parentNode;fo r(;!this.stopNodeDescent(a);)a=cvox.DomUtil.directedFirstChild(a,b);var c=cvox.C ursorSelection.fromNode(a);cvox.DomUtil.hasContent(a)||(c=this.next(cvox.CursorS election.fromNode(a).setReversed(b))); 1001 cvox.AbstractNodeWalker.prototype.privateSync_=function(a){var b=a.isReversed(); if(a.equals(cvox.CursorSelection.fromBody())){if(this.wasBegin_)return cvox.Curs orSelection.fromBody().setReversed(b);this.wasBegin_=!0}for(a=a.start.node;a!=do cument.body&&a.parentNode&&this.stopNodeDescent(a.parentNode);)a=a.parentNode;fo r(;!this.stopNodeDescent(a);)a=cvox.DomUtil.directedFirstChild(a,b);var c=cvox.C ursorSelection.fromNode(a);cvox.DomUtil.hasContent(a)||(c=this.next(cvox.CursorS election.fromNode(a).setReversed(b)));
995 return c?c.setReversed(b):this.begin({reversed:b})};cvox.BareObjectWalker=functi on(){cvox.AbstractNodeWalker.call(this)};goog.inherits(cvox.BareObjectWalker,cvo x.AbstractNodeWalker);cvox.BareObjectWalker.prototype.stopNodeDescent=function(a ){return cvox.DomUtil.isLeafNode(a)};cvox.AuralStyleConverter={};cvox.AuralStyle Util={}; 1002 return c?c.setReversed(b):this.begin({reversed:b})};cvox.BareObjectWalker=functi on(){cvox.AbstractNodeWalker.call(this)};goog.inherits(cvox.BareObjectWalker,cvo x.AbstractNodeWalker);cvox.BareObjectWalker.prototype.stopNodeDescent=function(a ){return cvox.DomUtil.isLeafNode(a)};cvox.AuralStyleConverter={};cvox.AuralStyle Util={};
996 cvox.AuralProperty={VOLUME:"VOLUME",SPEAK:"SPEAK",PAUSE_BEFORE:"PAUSE_BEFORE",PA USE_AFTER:"PAUSE_AFTER",PAUSE:"PAUSE",CUE_BEFORE:"CUE_BEFORE",CUE_AFTER:"CUE_AFT ER",CUE:"CUE",PLAY_DURING:"PLAY_DURING",AZIMUTH:"AZIMUTH",ELEVATION:"ELEVATION", SPEECH_RATE:"SPEECH_RATE",VOICE_FAMILY:"VOICE_FAMILY",PITCH:"PITCH",PITCH_RANGE: "PITCH_RANGE",STRESS:"STRESS",RICHNESS:"RICHNESS",SPEAK_PUNCTUATION:"SPEAK_PUNCT UATION",SPEAK_NUMERIAL:"SPEAK_NUMERIAL",SPEAK_HEADER:"SPEAK_HEADER",NONE:"NONE"} ; 1003 cvox.AuralProperty={VOLUME:"VOLUME",SPEAK:"SPEAK",PAUSE_BEFORE:"PAUSE_BEFORE",PA USE_AFTER:"PAUSE_AFTER",PAUSE:"PAUSE",CUE_BEFORE:"CUE_BEFORE",CUE_AFTER:"CUE_AFT ER",CUE:"CUE",PLAY_DURING:"PLAY_DURING",AZIMUTH:"AZIMUTH",ELEVATION:"ELEVATION", SPEECH_RATE:"SPEECH_RATE",VOICE_FAMILY:"VOICE_FAMILY",PITCH:"PITCH",PITCH_RANGE: "PITCH_RANGE",STRESS:"STRESS",RICHNESS:"RICHNESS",SPEAK_PUNCTUATION:"SPEAK_PUNCT UATION",SPEAK_NUMERIAL:"SPEAK_NUMERIAL",SPEAK_HEADER:"SPEAK_HEADER",NONE:"NONE"} ;
997 cvox.AuralStyleConverter.identity=function(a){return a};cvox.AuralStyleConverter .propertyTable={VOLUME:"volume",SPEAK:"no-op",PAUSE_BEFORE:"no-op",PAUSE_AFTER:" no-op",PAUSE:"no-op",CUE_BEFORE:"no-op",CUE_AFTER:"no-op",CUE:"no-op",PLAY_DURIN G:"no-op",AZIMUTH:"no-op",ELEVATION:"no-op",SPEECH_RATE:"relativeRate",VOICE_FAM ILY:"no-op",PITCH:"relativePitch",PITCH_RANGE:"no-op",STRESS:"no-op",RICHNESS:"n o-op",SPEAK_PUNCTUATION:"no-op",SPEAK_NUMERIAL:"no-op",SPEAK_HEADER:"no-op",NONE :"no-op"}; 1004 cvox.AuralStyleConverter.identity=function(a){return a};cvox.AuralStyleConverter .propertyTable={VOLUME:"volume",SPEAK:"no-op",PAUSE_BEFORE:"no-op",PAUSE_AFTER:" no-op",PAUSE:"no-op",CUE_BEFORE:"no-op",CUE_AFTER:"no-op",CUE:"no-op",PLAY_DURIN G:"no-op",AZIMUTH:"no-op",ELEVATION:"no-op",SPEECH_RATE:"relativeRate",VOICE_FAM ILY:"no-op",PITCH:"relativePitch",PITCH_RANGE:"no-op",STRESS:"no-op",RICHNESS:"n o-op",SPEAK_PUNCTUATION:"no-op",SPEAK_NUMERIAL:"no-op",SPEAK_HEADER:"no-op",NONE :"no-op"};
998 cvox.AuralStyleConverter.valueTable={VOLUME:cvox.AuralStyleConverter.identity,SP EAK:cvox.AuralStyleConverter.identity,PAUSE_BEFORE:cvox.AuralStyleConverter.iden tity,PAUSE_AFTER:cvox.AuralStyleConverter.identity,PAUSE:cvox.AuralStyleConverte r.identity,CUE_BEFORE:cvox.AuralStyleConverter.identity,CUE_AFTER:cvox.AuralStyl eConverter.identity,CUE:cvox.AuralStyleConverter.identity,PLAY_DURING:cvox.Aural StyleConverter.identity,AZIMUTH:cvox.AuralStyleConverter.identity,ELEVATION:cvox .AuralStyleConverter.identity, 1005 cvox.AuralStyleConverter.valueTable={VOLUME:cvox.AuralStyleConverter.identity,SP EAK:cvox.AuralStyleConverter.identity,PAUSE_BEFORE:cvox.AuralStyleConverter.iden tity,PAUSE_AFTER:cvox.AuralStyleConverter.identity,PAUSE:cvox.AuralStyleConverte r.identity,CUE_BEFORE:cvox.AuralStyleConverter.identity,CUE_AFTER:cvox.AuralStyl eConverter.identity,CUE:cvox.AuralStyleConverter.identity,PLAY_DURING:cvox.Aural StyleConverter.identity,AZIMUTH:cvox.AuralStyleConverter.identity,ELEVATION:cvox .AuralStyleConverter.identity,
999 SPEECH_RATE:cvox.AuralStyleConverter.identity,VOICE_FAMILY:cvox.AuralStyleConver ter.identity,PITCH:cvox.AuralStyleConverter.identity,PITCH_RANGE:cvox.AuralStyle Converter.identity,STRESS:cvox.AuralStyleConverter.identity,RICHNESS:cvox.AuralS tyleConverter.identity,SPEAK_PUNCTUATION:cvox.AuralStyleConverter.identity,SPEAK _NUMERIAL:cvox.AuralStyleConverter.identity,SPEAK_HEADER:cvox.AuralStyleConverte r.identity,NONE:cvox.AuralStyleConverter.identity}; 1006 SPEECH_RATE:cvox.AuralStyleConverter.identity,VOICE_FAMILY:cvox.AuralStyleConver ter.identity,PITCH:cvox.AuralStyleConverter.identity,PITCH_RANGE:cvox.AuralStyle Converter.identity,STRESS:cvox.AuralStyleConverter.identity,RICHNESS:cvox.AuralS tyleConverter.identity,SPEAK_PUNCTUATION:cvox.AuralStyleConverter.identity,SPEAK _NUMERIAL:cvox.AuralStyleConverter.identity,SPEAK_HEADER:cvox.AuralStyleConverte r.identity,NONE:cvox.AuralStyleConverter.identity};
1000 cvox.AuralStyleConverter.convertRule=function(a,b){return{property:cvox.AuralSty leConverter.propertyTable[a],value:cvox.AuralStyleConverter.valueTable[a](b)}};c vox.AuralStyleConverter.convertStyle=function(a){var b={},c;for(c in a){var d=cv ox.AuralStyleConverter.convertRule(c,a[c]);b[d.property]=d.value}return b};cvox. AuralStyleUtil.getStyleForNode=function(a){return(a=cvox.AuralStyleUtil.defaultS tyles[a.tagName])?cvox.AuralStyleConverter.convertStyle(a):null}; 1007 cvox.AuralStyleConverter.convertRule=function(a,b){return{property:cvox.AuralSty leConverter.propertyTable[a],value:cvox.AuralStyleConverter.valueTable[a](b)}};c vox.AuralStyleConverter.convertStyle=function(a){var b={},c;for(c in a){var d=cv ox.AuralStyleConverter.convertRule(c,a[c]);b[d.property]=d.value}return b};cvox. AuralStyleUtil.getStyleForNode=function(a){return(a=cvox.AuralStyleUtil.defaultS tyles[a.tagName])?cvox.AuralStyleConverter.convertStyle(a):null};
1001 cvox.AuralStyleUtil.defaultStyles={ARTICLE:{PITCH:-0.1},ASIDE:{PITCH:-0.1},FOOTE R:{PITCH:-0.1},H1:{PITCH:-0.3},H2:{PITCH:-0.25},H3:{PITCH:-0.2},H4:{PITCH:-0.15} ,H5:{PITCH:-0.1},H6:{PITCH:-0.05},HEADER:{PITCH:-0.1},HGROUP:{PITCH:-0.1},MARK:{ PITCH:-0.1},NAV:{PITCH:-0.1},SECTION:{PITCH:-0.1},TIME:{PITCH:-0.1}};cvox.Earcon Util={}; 1008 cvox.AuralStyleUtil.defaultStyles={ARTICLE:{PITCH:-.1},ASIDE:{PITCH:-.1},FOOTER: {PITCH:-.1},H1:{PITCH:-.3},H2:{PITCH:-.25},H3:{PITCH:-.2},H4:{PITCH:-.15},H5:{PI TCH:-.1},H6:{PITCH:-.05},HEADER:{PITCH:-.1},HGROUP:{PITCH:-.1},MARK:{PITCH:-.1}, NAV:{PITCH:-.1},SECTION:{PITCH:-.1},TIME:{PITCH:-.1}};cvox.EarconUtil={};
1002 cvox.EarconUtil.getEarcon=function(a){var b=cvox.AriaUtil.getEarcon(a);if(null!= b)return b;switch(a.tagName){case "BUTTON":return cvox.AbstractEarcons.BUTTON;ca se "A":if(a.hasAttribute("href"))return cvox.AbstractEarcons.LINK;break;case "IM G":if(cvox.DomUtil.hasLongDesc(a))return cvox.AbstractEarcons.LONG_DESC;break;ca se "LI":return cvox.AbstractEarcons.LIST_ITEM;case "SELECT":return cvox.Abstract Earcons.LISTBOX;case "TEXTAREA":return cvox.AbstractEarcons.EDITABLE_TEXT;case " INPUT":switch(a.type){case "button":case "submit":case "reset":return cvox.Abstr actEarcons.BUTTON;case "checkbox":case "radio":return a.checked? 1009 cvox.EarconUtil.getEarcon=function(a){var b=cvox.AriaUtil.getEarcon(a);if(null!= b)return b;switch(a.tagName){case "BUTTON":return cvox.AbstractEarcons.BUTTON;ca se "A":if(a.hasAttribute("href"))return cvox.AbstractEarcons.LINK;break;case "IM G":if(cvox.DomUtil.hasLongDesc(a))return cvox.AbstractEarcons.LONG_DESC;break;ca se "LI":return cvox.AbstractEarcons.LIST_ITEM;case "SELECT":return cvox.Abstract Earcons.LISTBOX;case "TEXTAREA":return cvox.AbstractEarcons.EDITABLE_TEXT;case " INPUT":switch(a.type){case "button":case "submit":case "reset":return cvox.Abstr actEarcons.BUTTON;case "checkbox":case "radio":return a.checked?
1003 cvox.AbstractEarcons.CHECK_ON:cvox.AbstractEarcons.CHECK_OFF;default:if(cvox.Dom Util.isInputTypeText(a))return cvox.AbstractEarcons.EDITABLE_TEXT}}return null}; cvox.DescriptionUtil={};cvox.DescriptionUtil.COLLECTION_NODE_TYPE={H1:!0,H2:!0,H 3:!0,H4:!0,H5:!0,H6:!0}; 1010 cvox.AbstractEarcons.CHECK_ON:cvox.AbstractEarcons.CHECK_OFF;default:if(cvox.Dom Util.isInputTypeText(a))return cvox.AbstractEarcons.EDITABLE_TEXT}}return null}; cvox.DescriptionUtil={};cvox.DescriptionUtil.COLLECTION_NODE_TYPE={H1:!0,H2:!0,H 3:!0,H4:!0,H5:!0,H6:!0};
1004 cvox.DescriptionUtil.getControlDescription=function(a,b){var c=[a];if(b&&0<b.len gth)c=b;else{var d=cvox.DomUtil.getSurroundingControl(a);d&&(c=[d,a])}c=cvox.Des criptionUtil.getDescriptionFromAncestors(c,!0,cvox.VERBOSITY_VERBOSE);if(d){var e=cvox.DomUtil.getName(d);0==e.length&&(e=cvox.DomUtil.getControlLabelHeuristics (d),0<e.length&&(c.context=e+" "+c.context))}else e=cvox.DomUtil.getName(a),0==e .length&&(e=cvox.DomUtil.getControlLabelHeuristics(a),0<e.length&&(c.text=cvox.D omUtil.collapseWhitespace(e))), 1011 cvox.DescriptionUtil.getControlDescription=function(a,b){var c=[a];if(b&&0<b.len gth)c=b;else{var d=cvox.DomUtil.getSurroundingControl(a);d&&(c=[d,a])}c=cvox.Des criptionUtil.getDescriptionFromAncestors(c,!0,cvox.VERBOSITY_VERBOSE);if(d){var e=cvox.DomUtil.getName(d);0==e.length&&(e=cvox.DomUtil.getControlLabelHeuristics (d),0<e.length&&(c.context=e+" "+c.context))}else e=cvox.DomUtil.getName(a),0==e .length&&(e=cvox.DomUtil.getControlLabelHeuristics(a),0<e.length&&(c.text=cvox.D omUtil.collapseWhitespace(e))),
1005 d=cvox.DomUtil.getValue(a),0<d.length&&(c.userValue=cvox.DomUtil.collapseWhitesp ace(d));return c}; 1012 d=cvox.DomUtil.getValue(a),0<d.length&&(c.userValue=cvox.DomUtil.collapseWhitesp ace(d));return c};
1006 cvox.DescriptionUtil.getDescriptionFromAncestors=function(a,b,c){"undefined"===t ypeof b&&(b=!0);var d=a.length,e="",f="",g="",h="",k=[],l=null,n="";0<d&&(f=cvox .DomUtil.getName(a[d-1],b),g=cvox.DomUtil.getValue(a[d-1]));for(b=d-1;0<=b;b--){ var p=a[b],n=cvox.DomUtil.getHint(p),q=p.getAttribute?p.getAttribute("role"):nul l;if("dialog"!=q&&"alertdialog"!=q){q=cvox.DomUtil.getRole(p,c);l||(l=cvox.Aural StyleUtil.getStyleForNode(p));if(b<d-1&&p.hasAttribute("role")){var m=cvox.DomUt il.getName(p,!1);m&&(q= 1013 cvox.DescriptionUtil.getDescriptionFromAncestors=function(a,b,c){"undefined"===t ypeof b&&(b=!0);var d=a.length,e="",f="",g="",h="",k=[],l=null,n="";0<d&&(f=cvox .DomUtil.getName(a[d-1],b),g=cvox.DomUtil.getValue(a[d-1]));for(b=d-1;0<=b;b--){ var p=a[b],n=cvox.DomUtil.getHint(p),q=p.getAttribute?p.getAttribute("role"):nul l;if("alertdialog"!=q){q=cvox.DomUtil.getRole(p,c);l||(l=cvox.AuralStyleUtil.get StyleForNode(p));if(b<d-1&&p.hasAttribute("role")){var m=cvox.DomUtil.getName(p, !1);m&&(q=m+" "+q)}0<
1007 m+" "+q)}0<q.length&&(0<e.length||0<h.length&&1<p.childElementCount?e=q+" "+cvox .DomUtil.getState(p,!1)+" "+e:h=0<h.length?h+(" "+q+" "+cvox.DomUtil.getState(p, !0)):q+" "+cvox.DomUtil.getState(p,!0));p=cvox.EarconUtil.getEarcon(p);null!=p&& -1==k.indexOf(p)&&k.push(p)}}return new cvox.NavDescription({context:cvox.DomUti l.collapseWhitespace(e),text:cvox.DomUtil.collapseWhitespace(f),userValue:cvox.D omUtil.collapseWhitespace(g),annotation:cvox.DomUtil.collapseWhitespace(h),earco ns:k,personality:l,hint:cvox.DomUtil.collapseWhitespace(n)})}; 1014 q.length&&(0<e.length||0<h.length&&1<p.childElementCount?e=q+" "+cvox.DomUtil.ge tState(p,!1)+" "+e:h=0<h.length?h+(" "+q+" "+cvox.DomUtil.getState(p,!0)):q+" "+ cvox.DomUtil.getState(p,!0));p=cvox.EarconUtil.getEarcon(p);null!=p&&-1==k.index Of(p)&&k.push(p)}}return new cvox.NavDescription({context:cvox.DomUtil.collapseW hitespace(e),text:cvox.DomUtil.collapseWhitespace(f),userValue:cvox.DomUtil.coll apseWhitespace(g),annotation:cvox.DomUtil.collapseWhitespace(h),earcons:k,person ality:l,hint:cvox.DomUtil.collapseWhitespace(n)})};
1008 cvox.DescriptionUtil.getDescriptionFromNavigation=function(a,b,c,d){if(!a||!b)re turn[];if(cvox.DomUtil.isMath(b)&&!cvox.AriaUtil.isMath(b))return cvox.Descripti onUtil.getMathDescription(b);if(cvox.DescriptionUtil.COLLECTION_NODE_TYPE[b.tagN ame])return cvox.DescriptionUtil.getCollectionDescription(cvox.CursorSelection.f romNode(a),cvox.CursorSelection.fromNode(b));var e=cvox.DomUtil.getUniqueAncesto rs(a,b,!0),e=cvox.DescriptionUtil.getDescriptionFromAncestors(e,c,d);a=cvox.DomU til.getUniqueAncestors(b, 1015 cvox.DescriptionUtil.getDescriptionFromNavigation=function(a,b,c,d){if(!a||!b)re turn[];if(cvox.DomUtil.isMath(b)&&!cvox.AriaUtil.isMath(b))return cvox.Descripti onUtil.getMathDescription(b);if(cvox.DescriptionUtil.COLLECTION_NODE_TYPE[b.tagN ame])return cvox.DescriptionUtil.getCollectionDescription(cvox.CursorSelection.f romNode(a),cvox.CursorSelection.fromNode(b));var e=cvox.DomUtil.getUniqueAncesto rs(a,b,!0),e=cvox.DescriptionUtil.getDescriptionFromAncestors(e,c,d);a=cvox.DomU til.getUniqueAncestors(b,
1009 a);cvox.DescriptionUtil.shouldDescribeExit_(a)&&(c=cvox.DescriptionUtil.getDescr iptionFromAncestors(a,c,d),c.context&&!e.context&&(e.context=cvox.ChromeVox.msgs .getMsg("exited_container",[c.context])));return[e]};cvox.DescriptionUtil.getCol lectionDescription=function(a,b){var c=cvox.DescriptionUtil.getRawDescriptions_( a,b);cvox.DescriptionUtil.insertCollectionDescription_(c);return c};cvox.Descrip tionUtil.subWalker_=new cvox.BareObjectWalker; 1016 a);cvox.DescriptionUtil.shouldDescribeExit_(a)&&(c=cvox.DescriptionUtil.getDescr iptionFromAncestors(a,c,d),c.context&&!e.context&&(e.context=cvox.ChromeVox.msgs .getMsg("exited_container",[c.context])));return[e]};cvox.DescriptionUtil.getCol lectionDescription=function(a,b){var c=cvox.DescriptionUtil.getRawDescriptions_( a,b);cvox.DescriptionUtil.insertCollectionDescription_(c);return c};cvox.Descrip tionUtil.subWalker_=new cvox.BareObjectWalker;
1010 cvox.DescriptionUtil.getRawDescriptions_=function(a,b){var c=[];b=b.clone().setR eversed(!1);var d=cvox.DescriptionUtil.subWalker_.sync(b).start.node,e=a.end.nod e,f=cvox.CursorSelection.fromNode(d);if(!f)return[];for(;cvox.DomUtil.isDescenda ntOfNode(d,b.start.node);){e=cvox.DomUtil.getUniqueAncestors(e,d);cvox.DomUtil.i sMath(d)&&!cvox.AriaUtil.isMath(d)?c=c.concat(cvox.DescriptionUtil.getMathDescri ption(d)):(e=cvox.DescriptionUtil.getDescriptionFromAncestors(e,!0,cvox.ChromeVo x.verbosity),c.push(e)); 1017 cvox.DescriptionUtil.getRawDescriptions_=function(a,b){var c=[];b=b.clone().setR eversed(!1);var d=cvox.DescriptionUtil.subWalker_.sync(b).start.node,e=a.end.nod e,f=cvox.CursorSelection.fromNode(d);if(!f)return[];for(;cvox.DomUtil.isDescenda ntOfNode(d,b.start.node);){e=cvox.DomUtil.getUniqueAncestors(e,d);cvox.DomUtil.i sMath(d)&&!cvox.AriaUtil.isMath(d)?c=c.concat(cvox.DescriptionUtil.getMathDescri ption(d)):(e=cvox.DescriptionUtil.getDescriptionFromAncestors(e,!0,cvox.ChromeVo x.verbosity),c.push(e));
1011 f=cvox.DescriptionUtil.subWalker_.next(f);if(!f)break;e=d;d=f.start.node}return c}; 1018 f=cvox.DescriptionUtil.subWalker_.next(f);if(!f)break;e=d;d=f.start.node}return c};
1012 cvox.DescriptionUtil.getFullDescriptionsFromChildren=function(a,b){var c=[];if(! b)return c;var d;if(cvox.DomUtil.isLeafNode(b))return a?d=cvox.DomUtil.getUnique Ancestors(a,b):(d=[],d.push(b)),d=cvox.DescriptionUtil.getDescriptionFromAncesto rs(d,!0,cvox.ChromeVox.verbosity),c.push(d),c;d=b;var e=cvox.CursorSelection.fro mNode(b);if(!e)return c;b=cvox.DescriptionUtil.subWalker_.sync(e).start.node;e=c vox.CursorSelection.fromNode(b);if(!e)return c;for(;cvox.DomUtil.isDescendantOfN ode(b,d);){c=c.concat(cvox.DescriptionUtil.getFullDescriptionsFromChildren(a, 1019 cvox.DescriptionUtil.getFullDescriptionsFromChildren=function(a,b){var c=[];if(! b)return c;var d;if(cvox.DomUtil.isLeafNode(b))return a?d=cvox.DomUtil.getUnique Ancestors(a,b):(d=[],d.push(b)),d=cvox.DescriptionUtil.getDescriptionFromAncesto rs(d,!0,cvox.ChromeVox.verbosity),c.push(d),c;d=b;var e=cvox.CursorSelection.fro mNode(b);if(!e)return c;b=cvox.DescriptionUtil.subWalker_.sync(e).start.node;e=c vox.CursorSelection.fromNode(b);if(!e)return c;for(;cvox.DomUtil.isDescendantOfN ode(b,d);){c=c.concat(cvox.DescriptionUtil.getFullDescriptionsFromChildren(a,
1013 b));e=cvox.DescriptionUtil.subWalker_.next(e);if(!e)break;a=b;b=e.start.node}ret urn c}; 1020 b));e=cvox.DescriptionUtil.subWalker_.next(e);if(!e)break;a=b;b=e.start.node}ret urn c};
1014 cvox.DescriptionUtil.insertCollectionDescription_=function(a){var b=cvox.Descrip tionUtil.getAnnotations_(a);if(3<=a.length&&0==a[0].context.length&&1==b.length& &0<b[0].length&&cvox.DescriptionUtil.isAnnotationCollection_(b[0])){var b=b[0],c =a[0].context;a[0].context="";for(var d=0;d<a.length;d++)a[d].annotation="";a.sp lice(0,0,new cvox.NavDescription({context:c,text:"",annotation:cvox.ChromeVox.ms gs.getMsg("collection",[b,cvox.ChromeVox.msgs.getNumber(a.length)])}))}}; 1021 cvox.DescriptionUtil.insertCollectionDescription_=function(a){var b=cvox.Descrip tionUtil.getAnnotations_(a);if(3<=a.length&&0==a[0].context.length&&1==b.length& &0<b[0].length&&cvox.DescriptionUtil.isAnnotationCollection_(b[0])){var b=b[0],c =a[0].context;a[0].context="";for(var d=0;d<a.length;d++)a[d].annotation="";a.sp lice(0,0,new cvox.NavDescription({context:c,text:"",annotation:cvox.ChromeVox.ms gs.getMsg("collection",[b,cvox.ChromeVox.msgs.getNumber(a.length)])}))}};
1015 cvox.DescriptionUtil.getAnnotations_=function(a){for(var b=[],c=0;c<a.length;++c ){var d=a[c];if(-1==b.indexOf(d.annotation)){var e=cvox.ChromeVox.msgs.getMsg("t ag_link");-1!=d.annotation.toLowerCase().indexOf(e.toLowerCase())?-1==b.indexOf( e)&&b.push(e):b.push(d.annotation)}}return b};cvox.DescriptionUtil.isAnnotationC ollection_=function(a){return a==cvox.ChromeVox.msgs.getMsg("tag_link")};cvox.De scriptionUtil.shouldDescribeExit_=function(a){return a.some(function(a){switch(a .tagName){case "TABLE":case "MATH":return!0}return cvox.AriaUtil.isLandmark(a)}) }; 1022 cvox.DescriptionUtil.getAnnotations_=function(a){for(var b=[],c=0;c<a.length;++c ){var d=a[c];if(-1==b.indexOf(d.annotation)){var e=cvox.ChromeVox.msgs.getMsg("t ag_link");-1!=d.annotation.toLowerCase().indexOf(e.toLowerCase())?-1==b.indexOf( e)&&b.push(e):b.push(d.annotation)}}return b};cvox.DescriptionUtil.isAnnotationC ollection_=function(a){return a==cvox.ChromeVox.msgs.getMsg("tag_link")};cvox.De scriptionUtil.shouldDescribeExit_=function(a){return a.some(function(a){switch(a .tagName){case "TABLE":case "MATH":return!0}return cvox.AriaUtil.isLandmark(a)}) };
1016 cvox.DescriptionUtil.getMathDescription=function(a){var b=cvox.SpeechRuleEngine. getInstance(),c=cvox.TraverseMath.getInstance();b.parameterize(cvox.MathmlStore. getInstance());c.initialize(a);a=b.evaluateNode(c.activeNode);if(a==[])return[ne w cvox.NavDescription({text:"empty math"})];cvox.ChromeVox.verbosity==cvox.VERBO SITY_VERBOSE&&(a[a.length-1].annotation="math");a[0].pushEarcon(cvox.AbstractEar cons.SPECIAL_CONTENT);return a};cvox.FindUtil={};cvox.FindUtil.objectWalker_=new cvox.BareObjectWalker;cvox.FindUtil.findNext=function(a,b,c){var d=a.isReversed ();a=(new cvox.CursorSelection(a.absStart(),a.absStart())).setReversed(d);var e; if(e=b(cvox.DomUtil.getAncestors(a.start.node)))if(a=cvox.CursorSelection.fromNo de(e).setReversed(d),c)return a;for(;a;){a=cvox.FindUtil.objectWalker_.next(a);c =null;if(!a||(c=b(cvox.DomUtil.getAncestors(a.start.node))))return c?cvox.Cursor Selection.fromNode(c):null;if("IFRAME"==a.start.node.tagName)return a}return nul l};cvox.ChromeVoxEventSuspender=function(){};cvox.ChromeVoxEventSuspender.suspen dLevel_=0;cvox.ChromeVoxEventSuspender.enterSuspendEvents=function(){cvox.Chrome VoxEventSuspender.suspendLevel_+=1};cvox.ChromeVoxEventSuspender.exitSuspendEven ts=function(){cvox.ChromeVoxEventSuspender.suspendLevel_-=1};cvox.ChromeVoxEvent Suspender.areEventsSuspended=function(){return 0<cvox.ChromeVoxEventSuspender.su spendLevel_}; 1023 cvox.DescriptionUtil.getMathDescription=function(a){var b=cvox.SpeechRuleEngine. getInstance(),c=cvox.TraverseMath.getInstance();b.parameterize(cvox.MathmlStore. getInstance());c.initialize(a);a=b.evaluateNode(c.activeNode);if(a==[])return[ne w cvox.NavDescription({text:"empty math"})];cvox.ChromeVox.verbosity==cvox.VERBO SITY_VERBOSE&&(a[a.length-1].annotation="math");a[0].pushEarcon(cvox.AbstractEar cons.SPECIAL_CONTENT);return a};cvox.FindUtil={};cvox.FindUtil.objectWalker_=new cvox.BareObjectWalker;cvox.FindUtil.findNext=function(a,b,c){var d=a.isReversed ();a=(new cvox.CursorSelection(a.absStart(),a.absStart())).setReversed(d);var e; if(e=b(cvox.DomUtil.getAncestors(a.start.node)))if(a=cvox.CursorSelection.fromNo de(e).setReversed(d),c)return a;for(;a;){a=cvox.FindUtil.objectWalker_.next(a);c =null;if(!a||(c=b(cvox.DomUtil.getAncestors(a.start.node))))return c?cvox.Cursor Selection.fromNode(c):null;if("IFRAME"==a.start.node.tagName)return a}return nul l};cvox.ChromeVoxEventSuspender=function(){};cvox.ChromeVoxEventSuspender.suspen dLevel_=0;cvox.ChromeVoxEventSuspender.enterSuspendEvents=function(){cvox.Chrome VoxEventSuspender.suspendLevel_+=1};cvox.ChromeVoxEventSuspender.exitSuspendEven ts=function(){cvox.ChromeVoxEventSuspender.suspendLevel_-=1};cvox.ChromeVoxEvent Suspender.areEventsSuspended=function(){return 0<cvox.ChromeVoxEventSuspender.su spendLevel_};
1017 cvox.ChromeVoxEventSuspender.withSuspendedEvents=function(a){return function(){c vox.ChromeVoxEventSuspender.enterSuspendEvents();var b=a.apply(this,arguments);c vox.ChromeVoxEventSuspender.exitSuspendEvents();return b}};cvox.ChromeVoxEventSu spender.makeSuspendableHandler=function(a,b){return function(){return cvox.Chrom eVoxEventSuspender.areEventsSuspended()?b:a()}};cvox.Focuser={}; 1024 cvox.ChromeVoxEventSuspender.withSuspendedEvents=function(a){return function(){c vox.ChromeVoxEventSuspender.enterSuspendEvents();var b=a.apply(this,arguments);c vox.ChromeVoxEventSuspender.exitSuspendEvents();return b}};cvox.ChromeVoxEventSu spender.makeSuspendableHandler=function(a,b){return function(){return cvox.Chrom eVoxEventSuspender.areEventsSuspended()?b:a()}};cvox.Focuser={};
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 window.pageXOffset,e=window.pageYOffset);for(var f=[],g=0;g<c;g++)f.push(this.in set_(a[g],d,e,-d,-e));if(!this.container_||!this.container_.parentElement){g=doc ument.getElementsByClassName("cvox_indicator_container");for(c=0;d=g[c];c++)d.pa rentNode&&d.parentNode.removeChild(d);this.container_=this.createDiv_(document.b ody,"cvox_indicator_container",document.body.firstChild)}g=document.createElemen t("style");g.id="cvox_indicator_style";g.innerHTML=cvox.ActiveIndicator.STYLE;cv ox.DomUtil.addNodeToHead(g, 1156 window.pageXOffset,e=window.pageYOffset);for(var f=[],g=0;g<c;g++)f.push(this.in set_(a[g],d,e,-d,-e));if(!this.container_||!this.container_.parentElement){g=doc ument.getElementsByClassName("cvox_indicator_container");for(c=0;d=g[c];c++)d.pa rentNode&&d.parentNode.removeChild(d);this.container_=this.createDiv_(document.b ody,"cvox_indicator_container",document.body.firstChild)}g=document.createElemen t("style");g.id="cvox_indicator_style";g.innerHTML=cvox.ActiveIndicator.STYLE;cv ox.DomUtil.addNodeToHead(g,
1150 g.id);g=(new Date).getTime();c=g-this.lastMoveTime_;this.container_.className="c vox_indicator_container";document.hasFocus()&&!this.blurred_||this.container_.cl assList.add("cvox_indicator_window_not_focused");c>cvox.ActiveIndicator.NORMAL_A NIM_DELAY_MS?this.container_.classList.add("cvox_indicator_animate_normal"):c>cv ox.ActiveIndicator.QUICK_ANIM_DELAY_MS&&this.container_.classList.add("cvox_indi cator_animate_quick");this.lastMoveTime_=g;this.computeZoomLevel_();for(window.s etTimeout(goog.bind(function(){this.container_.classList.add("cvox_indicator_pul sing")}, 1157 g.id);g=(new Date).getTime();c=g-this.lastMoveTime_;this.container_.className="c vox_indicator_container";document.hasFocus()&&!this.blurred_||this.container_.cl assList.add("cvox_indicator_window_not_focused");c>cvox.ActiveIndicator.NORMAL_A NIM_DELAY_MS?this.container_.classList.add("cvox_indicator_animate_normal"):c>cv ox.ActiveIndicator.QUICK_ANIM_DELAY_MS&&this.container_.classList.add("cvox_indi cator_animate_quick");this.lastMoveTime_=g;this.computeZoomLevel_();for(window.s etTimeout(goog.bind(function(){this.container_.classList.add("cvox_indicator_pul sing")},
1151 this),0);1<this.container_.childElementCount;)this.container_.removeChild(this.c ontainer_.lastElementChild);d=[[f[0]]];e=[f[0]];for(g=1;g<f.length;g++){for(var h=!1,c=0;c<d.length&&!h;c++)this.intersects_(f[g],e[c])&&(d[c].push(f[g]),e[c]=t his.union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.push(f[g]))}do for(f=!1,g=0;g<d .length-1&&!f;g++)for(c=g+1;c<d.length&&!f;c++)this.intersects_(e[g],e[c])&&(d[g ]=d[g].concat(d[c]),e[g]=this.union_(e[g],e[c]),d.splice(c,1),e.splice(c,1),f=!0 );while(f);for(g=0;g< 1158 this),0);1<this.container_.childElementCount;)this.container_.removeChild(this.c ontainer_.lastElementChild);d=[[f[0]]];e=[f[0]];for(g=1;g<f.length;g++){for(var h=!1,c=0;c<d.length&&!h;c++)this.intersects_(f[g],e[c])&&(d[c].push(f[g]),e[c]=t his.union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.push(f[g]))}do for(f=!1,g=0;g<d .length-1&&!f;g++)for(c=g+1;c<d.length&&!f;c++)this.intersects_(e[g],e[c])&&(d[g ]=d[g].concat(d[c]),e[g]=this.union_(e[g],e[c]),d.splice(c,1),e.splice(c,1),f=!0 );while(f);for(g=0;g<
1152 d.length;g++)d[g].sort(function(a,b){return a.top!=b.top?a.top-b.top:a.left-b.le ft});for(g=0;g<d.length;g++)f=null,0==g&&1==this.container_.childElementCount&&6 ==this.container_.children[0].childElementCount&&(f=this.container_.children[0]) ,this.updateIndicatorRegion_(d[g],f,b)}}}; 1159 d.length;g++)d[g].sort(function(a,b){return a.top!=b.top?a.top-b.top:a.left-b.le ft});for(g=0;g<d.length;g++)f=null,0==g&&1==this.container_.childElementCount&&6 ==this.container_.children[0].childElementCount&&(f=this.container_.children[0]) ,this.updateIndicatorRegion_(d[g],f,b)}}};
1153 cvox.ActiveIndicator.prototype.updateIndicatorRegion_=function(a,b,c){if(b)var d =b.children[0],e=b.children[1],f=b.children[2],g=b.children[3],h=b.children[4],k =b.children[5];else b=this.createDiv_(this.container_,"cvox_indicator_region"),w indow.setTimeout(function(){b.classList.add("cvox_indicator_visible")},0),d=this .createDiv_(b,"cvox_indicator_top"),e=this.createDiv_(b,"cvox_indicator_middle_n w"),f=this.createDiv_(b,"cvox_indicator_middle_ne"),g=this.createDiv_(b,"cvox_in dicator_middle_sw"),h= 1160 cvox.ActiveIndicator.prototype.updateIndicatorRegion_=function(a,b,c){if(b)var d =b.children[0],e=b.children[1],f=b.children[2],g=b.children[3],h=b.children[4],k =b.children[5];else b=this.createDiv_(this.container_,"cvox_indicator_region"),w indow.setTimeout(function(){b.classList.add("cvox_indicator_visible")},0),d=this .createDiv_(b,"cvox_indicator_top"),e=this.createDiv_(b,"cvox_indicator_middle_n w"),f=this.createDiv_(b,"cvox_indicator_middle_ne"),g=this.createDiv_(b,"cvox_in dicator_middle_sw"),h=
1154 this.createDiv_(b,"cvox_indicator_middle_se"),k=this.createDiv_(b,"cvox_indicato r_bottom");for(var l=a[0],n=Math.floor((l.top+l.bottom)/2),p=1,q=a.length;p<q&&a [p].top<n;)l=this.union_(l,a[p]),n=Math.floor((l.top+l.bottom)/2),p++;if(p==q)l= this.inset_(l,-c,-c,-c,-c),a=Math.floor((3*l.top+1*l.bottom)/4),c=Math.floor((2* l.top+2*l.bottom)/4),n=Math.floor((1*l.top+3*l.bottom)/4),this.setElementCoords_ (d,l.left,l.top,l.right,a,!0,!0,!0,!1),this.setElementCoords_(e,l.left,a,l.left, c,!0,!0,!1,!1),this.setElementCoords_(g, 1161 this.createDiv_(b,"cvox_indicator_middle_se"),k=this.createDiv_(b,"cvox_indicato r_bottom");for(var l=a[0],n=Math.floor((l.top+l.bottom)/2),p=1,q=a.length;p<q&&a [p].top<n;)l=this.union_(l,a[p]),n=Math.floor((l.top+l.bottom)/2),p++;if(p==q)l= this.inset_(l,-c,-c,-c,-c),a=Math.floor((3*l.top+1*l.bottom)/4),c=Math.floor((2* l.top+2*l.bottom)/4),n=Math.floor((1*l.top+3*l.bottom)/4),this.setElementCoords_ (d,l.left,l.top,l.right,a,!0,!0,!0,!1),this.setElementCoords_(e,l.left,a,l.left, c,!0,!0,!1,!1),this.setElementCoords_(g,
1155 l.left,c,l.left,n,!0,!1,!1,!0),this.setElementCoords_(f,l.right,a,l.right,c,!1,! 0,!0,!1),this.setElementCoords_(h,l.right,c,l.right,n,!1,!1,!0,!0),this.setEleme ntCoords_(k,l.left,n,l.right,l.bottom,!0,!1,!0,!0);else{for(var n=a[q-1],m=Math. floor((n.top+n.bottom)/2),q=q-2;0<=q&&a[q].bottom>m;)n=this.union_(n,a[q]),m=Mat h.floor((n.top+n.bottom)/2),q--;l=this.inset_(l,-c,-c,-c,c);n=this.inset_(n,-c,c ,-c,-c);if(p>q)m=this.union_(l,n),m.top=l.bottom,m.bottom=n.top,m.height=Math.fl oor((m.top+m.bottom)/ 1162 l.left,c,l.left,n,!0,!1,!1,!0),this.setElementCoords_(f,l.right,a,l.right,c,!1,! 0,!0,!1),this.setElementCoords_(h,l.right,c,l.right,n,!1,!1,!0,!0),this.setEleme ntCoords_(k,l.left,n,l.right,l.bottom,!0,!1,!0,!0);else{for(var n=a[q-1],m=Math. floor((n.top+n.bottom)/2),q=q-2;0<=q&&a[q].bottom>m;)n=this.union_(n,a[q]),m=Mat h.floor((n.top+n.bottom)/2),q--;l=this.inset_(l,-c,-c,-c,c);n=this.inset_(n,-c,c ,-c,-c);if(p>q)m=this.union_(l,n),m.top=l.bottom,m.bottom=n.top,m.height=Math.fl oor((m.top+m.bottom)/
1156 2);else{m=a[p];for(p+=1;p<=q;)m=this.union_(m,a[p]),p++;m=this.inset_(m,-c,-c,-c ,-c);m.left=Math.min(m.left,l.left,n.left);m.right=Math.max(m.right,l.right,n.ri ght);m.width=m.right-m.left}l.right>m.right-40&&(l.right=m.right,l.width=l.right -l.left);l.left<m.left+40&&(l.left=m.left,l.width=l.right-l.left);n.right>m.righ t-40&&(n.right=m.right,n.width=n.right-n.left);n.left<m.left+40&&(n.left=m.left, n.width=n.right-n.left);a=Math.floor((m.top+m.bottom)/2);this.setElementRect_(d, l,!0,!0,!0,!1);this.setElementRect_(k, 1163 2);else{m=a[p];for(p+=1;p<=q;)m=this.union_(m,a[p]),p++;m=this.inset_(m,-c,-c,-c ,-c);m.left=Math.min(m.left,l.left,n.left);m.right=Math.max(m.right,l.right,n.ri ght);m.width=m.right-m.left}l.right>m.right-40&&(l.right=m.right,l.width=l.right -l.left);l.left<m.left+40&&(l.left=m.left,l.width=l.right-l.left);n.right>m.righ t-40&&(n.right=m.right,n.width=n.right-n.left);n.left<m.left+40&&(n.left=m.left, n.width=n.right-n.left);a=Math.floor((m.top+m.bottom)/2);this.setElementRect_(d, l,!0,!0,!0,!1);this.setElementRect_(k,
1157 n,!0,!1,!0,!0);this.setElementCoords_(e,m.left,l.bottom,l.left,a,!0,!0,!1,!1);th is.setElementCoords_(f,l.right,l.bottom,m.right,a,!1,!0,!0,!1);this.setElementCo ords_(g,m.left,a,n.left,n.top,!0,!1,!1,!0);this.setElementCoords_(h,n.right,a,m. right,n.top,!1,!1,!0,!0)}};cvox.ActiveIndicator.prototype.intersects_=function(a ,b){var c=2*cvox.ActiveIndicator.MARGIN;return b.left<=a.right+c&&b.right>=a.lef t-c&&b.top<=a.bottom+c&&b.bottom>=a.top-c}; 1164 n,!0,!1,!0,!0);this.setElementCoords_(e,m.left,l.bottom,l.left,a,!0,!0,!1,!1);th is.setElementCoords_(f,l.right,l.bottom,m.right,a,!1,!0,!0,!1);this.setElementCo ords_(g,m.left,a,n.left,n.top,!0,!1,!1,!0);this.setElementCoords_(h,n.right,a,m. right,n.top,!1,!1,!0,!0)}};cvox.ActiveIndicator.prototype.intersects_=function(a ,b){var c=2*cvox.ActiveIndicator.MARGIN;return b.left<=a.right+c&&b.right>=a.lef t-c&&b.top<=a.bottom+c&&b.bottom>=a.top-c};
1158 cvox.ActiveIndicator.prototype.union_=function(a,b){var c={left:Math.min(a.left, b.left),top:Math.min(a.top,b.top),right:Math.max(a.right,b.right),bottom:Math.ma x(a.bottom,b.bottom)};c.width=c.right-c.left;c.height=c.bottom-c.top;return c};c vox.ActiveIndicator.prototype.inset_=function(a,b,c,d,e){a={left:a.left+b,top:a. top+c,right:a.right-d,bottom:a.bottom-e};a.width=a.right-a.left;a.height=a.botto m-a.top;return a}; 1165 cvox.ActiveIndicator.prototype.union_=function(a,b){var c={left:Math.min(a.left, b.left),top:Math.min(a.top,b.top),right:Math.max(a.right,b.right),bottom:Math.ma x(a.bottom,b.bottom)};c.width=c.right-c.left;c.height=c.bottom-c.top;return c};c vox.ActiveIndicator.prototype.inset_=function(a,b,c,d,e){a={left:a.left+b,top:a. top+c,right:a.right-d,bottom:a.bottom-e};a.width=a.right-a.left;a.height=a.botto m-a.top;return a};
1159 cvox.ActiveIndicator.prototype.createDiv_=function(a,b,c){var d=document.createE lement("div");d.className=b;c?a.insertBefore(d,c):a.appendChild(d);return d};cvo x.ActiveIndicator.prototype.fixZoom_=function(a){return(Math.round(a*this.zoom_) +0.1)/this.zoom_};cvox.ActiveIndicator.prototype.fixZoomSum_=function(a,b){var c =Math.round(a*this.zoom_),d=Math.round((a+b)*this.zoom_),c=d-c;return(c+0.1)/thi s.zoom_}; 1166 cvox.ActiveIndicator.prototype.createDiv_=function(a,b,c){var d=document.createE lement("div");d.className=b;c?a.insertBefore(d,c):a.appendChild(d);return d};cvo x.ActiveIndicator.prototype.fixZoom_=function(a){return(Math.round(a*this.zoom_) +.1)/this.zoom_};cvox.ActiveIndicator.prototype.fixZoomSum_=function(a,b){var c= Math.round(a*this.zoom_),d=Math.round((a+b)*this.zoom_),c=d-c;return(c+.1)/this. zoom_};
1160 cvox.ActiveIndicator.prototype.setElementCoords_=function(a,b,c,d,e,f,g,h,k){var l=d-b,n=e-c;d-=b;e-=c;var p=f?-20:0,q=g?-20:0,m=h?20:0,s=k?20:0;0==d&&(h?(b-=5, d+=5):f&&(d+=10),s=q=10,c-=10,e+=20);k||(e+=5);g||(c-=5,e+=5,q+=5,s+=5);m=0==m&& 0==l?1:this.fixZoomSum_(b,m+l);s=this.fixZoomSum_(c,s+n);a.style.left=this.fixZo om_(b)+"px";a.style.top=this.fixZoom_(c)+"px";a.style.width=this.fixZoomSum_(b,d )+"px";a.style.height=this.fixZoomSum_(c,e)+"px";a.style.clip="rect("+[q,m,s,p]. join("px ")+"px)"}; 1167 cvox.ActiveIndicator.prototype.setElementCoords_=function(a,b,c,d,e,f,g,h,k){var l=d-b,n=e-c;d-=b;e-=c;var p=f?-20:0,q=g?-20:0,m=h?20:0,s=k?20:0;0==d&&(h?(b-=5, d+=5):f&&(d+=10),s=q=10,c-=10,e+=20);k||(e+=5);g||(c-=5,e+=5,q+=5,s+=5);m=0==m&& 0==l?1:this.fixZoomSum_(b,m+l);s=this.fixZoomSum_(c,s+n);a.style.left=this.fixZo om_(b)+"px";a.style.top=this.fixZoom_(c)+"px";a.style.width=this.fixZoomSum_(b,d )+"px";a.style.height=this.fixZoomSum_(c,e)+"px";a.style.clip="rect("+[q,m,s,p]. join("px ")+"px)"};
1161 cvox.ActiveIndicator.prototype.setElementRect_=function(a,b,c,d,e,f){this.setEle mentCoords_(a,b.left,b.top,b.right,b.bottom,c,d,e,f)}; 1168 cvox.ActiveIndicator.prototype.setElementRect_=function(a,b,c,d,e,f){this.setEle mentCoords_(a,b.left,b.top,b.right,b.bottom,c,d,e,f)};
1162 cvox.ActiveIndicator.prototype.computeZoomLevel_=function(){if(window.innerHeigh t!==this.innerHeight_||window.innerWidth!==this.innerWidth_){this.innerHeight_=w indow.innerHeight;this.innerWidth_=window.innerWidth;var a=document.createElemen t("div");a.innerHTML="X";a.setAttribute("style","font: 5000px/1em sans-serif !im portant; -webkit-text-size-adjust:none !important; visibility:hidden !important; left: -10000px !important; top: -10000px !important; position:absolute !importa nt;");document.body.appendChild(a); 1169 cvox.ActiveIndicator.prototype.computeZoomLevel_=function(){if(window.innerHeigh t!==this.innerHeight_||window.innerWidth!==this.innerWidth_){this.innerHeight_=w indow.innerHeight;this.innerWidth_=window.innerWidth;var a=document.createElemen t("div");a.innerHTML="X";a.setAttribute("style","font: 5000px/1em sans-serif !im portant; -webkit-text-size-adjust:none !important; visibility:hidden !important; left: -10000px !important; top: -10000px !important; position:absolute !importa nt;");document.body.appendChild(a);
1163 var b=5E3/a.clientHeight,b=Math.round(500*b)/500;0.1<b&&10>b&&(this.zoom_=b);a.p arentNode.removeChild(a)}};cvox.NavigationHistory=function(){this.reset_()};cvox .NavigationHistory.MAX_HISTORY_LEN_=30;cvox.NavigationHistory.prototype.reset_=f unction(){var a=document.body;this.history_=[a];this.arrivedValid_=!0};cvox.Navi gationHistory.prototype.update=function(a){var b=this.history_[0];a&&a!=b&&this. history_.unshift(a);this.history_.length>cvox.NavigationHistory.MAX_HISTORY_LEN_ &&this.history_.pop();this.arrivedValid_=this.isValidNode_(a)}; 1170 var b=5E3/a.clientHeight,b=Math.round(500*b)/500;.1<b&&10>b&&(this.zoom_=b);a.pa rentNode.removeChild(a)}};cvox.NavigationHistory=function(){this.reset_()};cvox. NavigationHistory.MAX_HISTORY_LEN_=30;cvox.NavigationHistory.prototype.reset_=fu nction(){var a=document.body;this.history_=[a];this.arrivedValid_=!0};cvox.Navig ationHistory.prototype.update=function(a){var b=this.history_[0];a&&a!=b&&this.h istory_.unshift(a);this.history_.length>cvox.NavigationHistory.MAX_HISTORY_LEN_& &this.history_.pop();this.arrivedValid_=this.isValidNode_(a)};
1164 cvox.NavigationHistory.prototype.becomeInvalid=function(a){this.clean_();return this.arrivedValid_?!this.isValidNode_(a):(this.arrivedValid_=!0,!1)};cvox.Naviga tionHistory.prototype.revert=function(a){var b=document.activeElement;b!=documen t.body&&this.isValidNode_(b)&&this.update(b);if(a)for(;0<this.history_.length;){ b=this.history_[0];if(a(b))break;this.history_.shift()}return{current:this.histo ry_[0],previous:this.history_[1]}}; 1171 cvox.NavigationHistory.prototype.becomeInvalid=function(a){this.clean_();return this.arrivedValid_?!this.isValidNode_(a):(this.arrivedValid_=!0,!1)};cvox.Naviga tionHistory.prototype.revert=function(a){var b=document.activeElement;b!=documen t.body&&this.isValidNode_(b)&&this.update(b);if(a)for(;0<this.history_.length;){ b=this.history_[0];if(a(b))break;this.history_.shift()}return{current:this.histo ry_[0],previous:this.history_[1]}};
1165 cvox.NavigationHistory.prototype.clean_=function(){for(var a=!1,b=this.history_. length-1;0<=b;b--){var c=this.isValidNode_(this.history_[b]);c||(this.history_.s plice(b,1),a=!0)}return a};cvox.NavigationHistory.prototype.isValidNode_=functio n(a){return cvox.DomUtil.isAttachedToDocument(a)&&cvox.DomUtil.isVisible(a)?!0:! 1};cvox.TraverseContent=function(a){this.currentDomObj=null!=a?a:document.body;v ar b=document.createRange();try{b.selectNode(this.currentDomObj),this.startCurso r_=new cvox.Cursor(b.startContainer,b.startOffset,cvox.TraverseUtil.getNodeText( b.startContainer)),this.endCursor_=new cvox.Cursor(b.endContainer,b.endOffset,cv ox.TraverseUtil.getNodeText(b.endContainer))}catch(c){window.console.log("Error: Unselectable node:"),window.console.log(a)}};goog.addSingletonGetter(cvox.Trave rseContent); 1172 cvox.NavigationHistory.prototype.clean_=function(){for(var a=!1,b=this.history_. length-1;0<=b;b--){var c=this.isValidNode_(this.history_[b]);c||(this.history_.s plice(b,1),a=!0)}return a};cvox.NavigationHistory.prototype.isValidNode_=functio n(a){return cvox.DomUtil.isAttachedToDocument(a)&&cvox.DomUtil.isVisible(a)?!0:! 1};cvox.TraverseContent=function(a){this.currentDomObj=null!=a?a:document.body;v ar b=document.createRange();try{b.selectNode(this.currentDomObj),this.startCurso r_=new cvox.Cursor(b.startContainer,b.startOffset,cvox.TraverseUtil.getNodeText( b.startContainer)),this.endCursor_=new cvox.Cursor(b.endContainer,b.endOffset,cv ox.TraverseUtil.getNodeText(b.endContainer))}catch(c){window.console.log("Error: Unselectable node:"),window.console.log(a)}};goog.addSingletonGetter(cvox.Trave rseContent);
1166 cvox.TraverseContent.prototype.lastSelectionWasWhitespace=!1;cvox.TraverseConten t.prototype.skipWhitespace=!1;cvox.TraverseContent.prototype.skipInvalidSelectio ns=!0;cvox.TraverseContent.prototype.breakAtLinks=!0;cvox.TraverseContent.kChara cter="character";cvox.TraverseContent.kWord="word";cvox.TraverseContent.kSentenc e="sentence";cvox.TraverseContent.kLine="line";cvox.TraverseContent.kParagraph=" paragraph"; 1173 cvox.TraverseContent.prototype.lastSelectionWasWhitespace=!1;cvox.TraverseConten t.prototype.skipWhitespace=!1;cvox.TraverseContent.prototype.skipInvalidSelectio ns=!0;cvox.TraverseContent.prototype.breakAtLinks=!0;cvox.TraverseContent.kChara cter="character";cvox.TraverseContent.kWord="word";cvox.TraverseContent.kSentenc e="sentence";cvox.TraverseContent.kLine="line";cvox.TraverseContent.kParagraph=" paragraph";
1167 cvox.TraverseContent.kAllGrains=[cvox.TraverseContent.kParagraph,cvox.TraverseCo ntent.kSentence,cvox.TraverseContent.kLine,cvox.TraverseContent.kWord,cvox.Trave rseContent.kCharacter];cvox.TraverseContent.prototype.syncToCursorSelection=func tion(a){this.startCursor_=a.start.clone();this.endCursor_=a.end.clone()};cvox.Tr averseContent.prototype.getCurrentCursorSelection=function(){return new cvox.Cur sorSelection(this.startCursor_,this.endCursor_)}; 1174 cvox.TraverseContent.kAllGrains=[cvox.TraverseContent.kParagraph,cvox.TraverseCo ntent.kSentence,cvox.TraverseContent.kLine,cvox.TraverseContent.kWord,cvox.Trave rseContent.kCharacter];cvox.TraverseContent.prototype.syncToCursorSelection=func tion(a){this.startCursor_=a.start.clone();this.endCursor_=a.end.clone()};cvox.Tr averseContent.prototype.getCurrentCursorSelection=function(){return new cvox.Cur sorSelection(this.startCursor_,this.endCursor_)};
1168 cvox.TraverseContent.prototype.updateSelection=function(){cvox.TraverseUtil.setS election(this.startCursor_,this.endCursor_);cvox.SelectionUtil.scrollToSelection (window.getSelection())};cvox.TraverseContent.prototype.getCurrentRange=function (){var a=document.createRange();try{a.setStart(this.startCursor_.node,this.start Cursor_.index),a.setEnd(this.endCursor_.node,this.endCursor_.index)}catch(b){con sole.log("Invalid range ")}return a};cvox.TraverseContent.prototype.getCurrentTe xt=function(){return cvox.SelectionUtil.getRangeText(this.getCurrentRange())}; 1175 cvox.TraverseContent.prototype.updateSelection=function(){cvox.TraverseUtil.setS election(this.startCursor_,this.endCursor_);cvox.SelectionUtil.scrollToSelection (window.getSelection())};cvox.TraverseContent.prototype.getCurrentRange=function (){var a=document.createRange();try{a.setStart(this.startCursor_.node,this.start Cursor_.index),a.setEnd(this.endCursor_.node,this.endCursor_.index)}catch(b){con sole.log("Invalid range ")}return a};cvox.TraverseContent.prototype.getCurrentTe xt=function(){return cvox.SelectionUtil.getRangeText(this.getCurrentRange())};
1169 cvox.TraverseContent.prototype.collapseToEnd=function(){this.startCursor_=this.e ndCursor_.clone()};cvox.TraverseContent.prototype.collapseToStart=function(){thi s.endCursor_=this.startCursor_.clone()}; 1176 cvox.TraverseContent.prototype.collapseToEnd=function(){this.startCursor_=this.e ndCursor_.clone()};cvox.TraverseContent.prototype.collapseToStart=function(){thi s.endCursor_=this.startCursor_.clone()};
1170 cvox.TraverseContent.prototype.moveNext=function(a){var b=this.getBreakTags(),c= this.skipWhitespace,d=this.getCurrentRange();cvox.SelectionUtil.isRangeValid(d)| |(c=!0);var e=[],f=[];do{a===cvox.TraverseContent.kSentence?d=cvox.TraverseUtil. getNextSentence(this.startCursor_,this.endCursor_,e,f,b):a===cvox.TraverseConten t.kWord?d=cvox.TraverseUtil.getNextWord(this.startCursor_,this.endCursor_,e,f):a ===cvox.TraverseContent.kCharacter?d=cvox.TraverseUtil.getNextChar(this.startCur sor_,this.endCursor_, 1177 cvox.TraverseContent.prototype.moveNext=function(a){var b=this.getBreakTags(),c= this.skipWhitespace,d=this.getCurrentRange();cvox.SelectionUtil.isRangeValid(d)| |(c=!0);var e=[],f=[];do{a===cvox.TraverseContent.kSentence?d=cvox.TraverseUtil. getNextSentence(this.startCursor_,this.endCursor_,e,f,b):a===cvox.TraverseConten t.kWord?d=cvox.TraverseUtil.getNextWord(this.startCursor_,this.endCursor_,e,f):a ===cvox.TraverseContent.kCharacter?d=cvox.TraverseUtil.getNextChar(this.startCur sor_,this.endCursor_,
1171 e,f,c):a===cvox.TraverseContent.kParagraph?d=cvox.TraverseUtil.getNextParagraph( this.startCursor_,this.endCursor_,e,f):a===cvox.TraverseContent.kLine?d=cvox.Tra verseUtil.getNextLine(this.startCursor_,this.endCursor_,e,f,b):(window.console.l og('Invalid selection granularity: "'+a+'"'),a=cvox.TraverseContent.kSentence,d= cvox.TraverseUtil.getNextSentence(this.startCursor_,this.endCursor_,e,f,b));if(n ull==d)return null;var d=this.getCurrentRange(),g=!d.getBoundingClientRect()}whi le(this.skipInvalidSelections&& 1178 e,f,c):a===cvox.TraverseContent.kParagraph?d=cvox.TraverseUtil.getNextParagraph( this.startCursor_,this.endCursor_,e,f):a===cvox.TraverseContent.kLine?d=cvox.Tra verseUtil.getNextLine(this.startCursor_,this.endCursor_,e,f,b):(window.console.l og('Invalid selection granularity: "'+a+'"'),a=cvox.TraverseContent.kSentence,d= cvox.TraverseUtil.getNextSentence(this.startCursor_,this.endCursor_,e,f,b));if(n ull==d)return null;var d=this.getCurrentRange(),g=!d.getBoundingClientRect()}whi le(this.skipInvalidSelections&&
1172 g);if(cvox.SelectionUtil.isRangeValid(d))this.lastSelectionWasWhitespace=!1;else if(this.lastSelectionWasWhitespace||a!=cvox.TraverseContent.kCharacter)for(;!cv ox.SelectionUtil.isRangeValid(this.getCurrentRange())&&null!=this.moveNext(a);); else this.lastSelectionWasWhitespace=!0;return this.getCurrentText()}; 1179 g);if(cvox.SelectionUtil.isRangeValid(d))this.lastSelectionWasWhitespace=!1;else if(this.lastSelectionWasWhitespace||a!=cvox.TraverseContent.kCharacter)for(;!cv ox.SelectionUtil.isRangeValid(this.getCurrentRange())&&null!=this.moveNext(a);); else this.lastSelectionWasWhitespace=!0;return this.getCurrentText()};
1173 cvox.TraverseContent.prototype.movePrev=function(a){var b=this.getBreakTags(),c= this.skipWhitespace,d=this.getCurrentRange();cvox.SelectionUtil.isRangeValid(d)| |(c=!0);var e=[],f=[];do{a===cvox.TraverseContent.kSentence?d=cvox.TraverseUtil. getPreviousSentence(this.startCursor_,this.endCursor_,e,f,b):a===cvox.TraverseCo ntent.kWord?d=cvox.TraverseUtil.getPreviousWord(this.startCursor_,this.endCursor _,e,f):a===cvox.TraverseContent.kCharacter?d=cvox.TraverseUtil.getPreviousChar(t his.startCursor_,this.endCursor_, 1180 cvox.TraverseContent.prototype.movePrev=function(a){var b=this.getBreakTags(),c= this.skipWhitespace,d=this.getCurrentRange();cvox.SelectionUtil.isRangeValid(d)| |(c=!0);var e=[],f=[];do{a===cvox.TraverseContent.kSentence?d=cvox.TraverseUtil. getPreviousSentence(this.startCursor_,this.endCursor_,e,f,b):a===cvox.TraverseCo ntent.kWord?d=cvox.TraverseUtil.getPreviousWord(this.startCursor_,this.endCursor _,e,f):a===cvox.TraverseContent.kCharacter?d=cvox.TraverseUtil.getPreviousChar(t his.startCursor_,this.endCursor_,
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 cvox.ChromeVoxEditableTextBase.prototype.getLine=function(a){var b=this.getLineS tart(a);a=this.getLineEnd(a);return this.value.substr(b,a-b)};cvox.ChromeVoxEdit ableTextBase.prototype.isWordBreakChar=function(a){return!!a.match(/^\W$/)};cvox .ChromeVoxEditableTextBase.prototype.shouldDescribeChange=function(a){return a.v alue==this.value&&a.start==this.start&&a.end==this.end?!1:!0}; 1338 cvox.ChromeVoxEditableTextBase.prototype.getLine=function(a){var b=this.getLineS tart(a);a=this.getLineEnd(a);return this.value.substr(b,a-b)};cvox.ChromeVoxEdit ableTextBase.prototype.isWordBreakChar=function(a){return!!a.match(/^\W$/)};cvox .ChromeVoxEditableTextBase.prototype.shouldDescribeChange=function(a){return a.v alue==this.value&&a.start==this.start&&a.end==this.end?!1:!0};
1332 cvox.ChromeVoxEditableTextBase.prototype.speak=function(a,b,c){if(!this.node||do cument.activeElement==this.node){var d=cvox.AbstractTts.QUEUE_MODE_QUEUE;!0===b& &(d=cvox.AbstractTts.QUEUE_MODE_FLUSH);this.tts.speak(a,d,c||{})}}; 1339 cvox.ChromeVoxEditableTextBase.prototype.speak=function(a,b,c){if(!this.node||do cument.activeElement==this.node){var d=cvox.AbstractTts.QUEUE_MODE_QUEUE;!0===b& &(d=cvox.AbstractTts.QUEUE_MODE_FLUSH);this.tts.speak(a,d,c||{})}};
1333 cvox.ChromeVoxEditableTextBase.prototype.changed=function(a){if(this.shouldDescr ibeChange(a)){if(a.value==this.value?this.describeSelectionChanged(a):this.descr ibeTextChanged(a),this.lastChangeDescribed=!0,this.value=a.value,this.start=a.st art,this.end=a.end,this.brailleHandler_){var b=this.getLine(this.getLineIndex(a. start)),c=this.getLineStart(this.getLineIndex(a.start)),d=a.start-c;a=Math.min(a .end-c,b.length);this.brailleHandler_.changed(b,d,a,this.multiline,this.node,c)} }else this.lastChangeDescribed= 1340 cvox.ChromeVoxEditableTextBase.prototype.changed=function(a){if(this.shouldDescr ibeChange(a)){if(a.value==this.value?this.describeSelectionChanged(a):this.descr ibeTextChanged(a),this.lastChangeDescribed=!0,this.value=a.value,this.start=a.st art,this.end=a.end,this.brailleHandler_){var b=this.getLine(this.getLineIndex(a. start)),c=this.getLineStart(this.getLineIndex(a.start)),d=a.start-c;a=Math.min(a .end-c,b.length);this.brailleHandler_.changed(b,d,a,this.multiline,this.node,c)} }else this.lastChangeDescribed=
1334 !1}; 1341 !1};
1335 cvox.ChromeVoxEditableTextBase.prototype.describeSelectionChanged=function(a){if (this.isPassword)this.speak((new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.get Msg("dot"))).format({COUNT:1}),a.triggeredByUser);else if(a.start==a.end)if(this .start!=this.end)this.speak(cvox.ChromeVox.msgs.getMsg("Unselected"),a.triggered ByUser);else if(this.getLineIndex(this.start)!=this.getLineIndex(a.start)){var b =this.getLine(this.getLineIndex(a.start));""==b?b=cvox.ChromeVox.msgs.getMsg("te xt_box_blank"):/^\s+$/.test(b)&&(b= 1342 cvox.ChromeVoxEditableTextBase.prototype.describeSelectionChanged=function(a){if (this.isPassword)this.speak((new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.get Msg("dot"))).format({COUNT:1}),a.triggeredByUser);else if(a.start==a.end)if(this .start!=this.end)this.speak(cvox.ChromeVox.msgs.getMsg("Unselected"),a.triggered ByUser);else if(this.getLineIndex(this.start)!=this.getLineIndex(a.start)){var b =this.getLine(this.getLineIndex(a.start));""==b?b=cvox.ChromeVox.msgs.getMsg("te xt_box_blank"):/^\s+$/.test(b)&&(b=
1336 cvox.ChromeVox.msgs.getMsg("text_box_whitespace"));this.speak(b,a.triggeredByUse r)}else this.start==a.start+1||this.start==a.start-1?cvox.ChromeVoxEditableTextB ase.useIBeamCursor?this.speak(this.value.substr(Math.min(this.start,a.start),1), a.triggeredByUser,{phoneticCharacters:a.triggeredByUser}):a.start==this.value.le ngth?cvox.ChromeVox.verbosity==cvox.VERBOSITY_VERBOSE?this.speak(cvox.ChromeVox. msgs.getMsg("end_of_text_verbose"),a.triggeredByUser):this.speak(cvox.ChromeVox. msgs.getMsg("end_of_text_brief"), 1343 cvox.ChromeVox.msgs.getMsg("text_box_whitespace"));this.speak(b,a.triggeredByUse r)}else this.start==a.start+1||this.start==a.start-1?cvox.ChromeVoxEditableTextB ase.useIBeamCursor?this.speak(this.value.substr(Math.min(this.start,a.start),1), a.triggeredByUser,{phoneticCharacters:a.triggeredByUser}):a.start==this.value.le ngth?cvox.ChromeVox.verbosity==cvox.VERBOSITY_VERBOSE?this.speak(cvox.ChromeVox. msgs.getMsg("end_of_text_verbose"),a.triggeredByUser):this.speak(cvox.ChromeVox. msgs.getMsg("end_of_text_brief"),
1337 a.triggeredByUser):this.speak(this.value.substr(a.start,1),a.triggeredByUser,{ph oneticCharacters:a.triggeredByUser}):this.speak(this.value.substr(Math.min(this. start,a.start),Math.abs(this.start-a.start)),a.triggeredByUser);else this.start+ 1==a.start&&this.end==this.value.length&&a.end==this.value.length?(this.speak(th is.value.substr(this.start,1),a.triggeredByUser),this.speak(this.value.substr(a. start))):this.start==this.end?(this.speak(this.value.substr(a.start,a.end-a.star t),a.triggeredByUser), 1344 a.triggeredByUser):this.speak(this.value.substr(a.start,1),a.triggeredByUser,{ph oneticCharacters:a.triggeredByUser}):this.speak(this.value.substr(Math.min(this. start,a.start),Math.abs(this.start-a.start)),a.triggeredByUser);else this.start+ 1==a.start&&this.end==this.value.length&&a.end==this.value.length?(this.speak(th is.value.substr(this.start,1),a.triggeredByUser),this.speak(this.value.substr(a. start))):this.start==this.end?(this.speak(this.value.substr(a.start,a.end-a.star t),a.triggeredByUser),
1338 this.speak(cvox.ChromeVox.msgs.getMsg("selected"))):this.start==a.start&&this.en d<a.end?(this.speak(this.value.substr(this.end,a.end-this.end),a.triggeredByUser ),this.speak(cvox.ChromeVox.msgs.getMsg("added_to_selection"))):this.start==a.st art&&this.end>a.end?(this.speak(this.value.substr(a.end,this.end-a.end),a.trigge redByUser),this.speak(cvox.ChromeVox.msgs.getMsg("removed_from_selection"))):thi s.end==a.end&&this.start>a.start?(this.speak(this.value.substr(a.start,this.star t-a.start),a.triggeredByUser), 1345 this.speak(cvox.ChromeVox.msgs.getMsg("selected"))):this.start==a.start&&this.en d<a.end?(this.speak(this.value.substr(this.end,a.end-this.end),a.triggeredByUser ),this.speak(cvox.ChromeVox.msgs.getMsg("added_to_selection"))):this.start==a.st art&&this.end>a.end?(this.speak(this.value.substr(a.end,this.end-a.end),a.trigge redByUser),this.speak(cvox.ChromeVox.msgs.getMsg("removed_from_selection"))):thi s.end==a.end&&this.start>a.start?(this.speak(this.value.substr(a.start,this.star t-a.start),a.triggeredByUser),
1339 this.speak(cvox.ChromeVox.msgs.getMsg("added_to_selection"))):this.end==a.end&&t his.start<a.start?(this.speak(this.value.substr(this.start,a.start-this.start),a .triggeredByUser),this.speak(cvox.ChromeVox.msgs.getMsg("removed_from_selection" ))):(this.speak(this.value.substr(a.start,a.end-a.start),a.triggeredByUser),this .speak(cvox.ChromeVox.msgs.getMsg("selected")))}; 1346 this.speak(cvox.ChromeVox.msgs.getMsg("added_to_selection"))):this.end==a.end&&t his.start<a.start?(this.speak(this.value.substr(this.start,a.start-this.start),a .triggeredByUser),this.speak(cvox.ChromeVox.msgs.getMsg("removed_from_selection" ))):(this.speak(this.value.substr(a.start,a.end-a.start),a.triggeredByUser),this .speak(cvox.ChromeVox.msgs.getMsg("selected")))};
1340 cvox.ChromeVoxEditableTextBase.prototype.describeTextChanged=function(a){var b={ };a.value.length<this.value.length&&(b=cvox.AbstractTts.PERSONALITY_DELETED);if( this.isPassword)this.speak((new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.getM sg("dot"))).format({COUNT:1}),a.triggeredByUser,b);else{var c=this.value,d=c.len gth,e=a.value.length,f="",g=a.value,h=a.end;a.start<h&&h==e&&(f=g.substr(a.start ),g=g.substr(0,a.start),h=a.start);var k=this.start,l=d-this.end;if(e>=k+l+(h-a. start)&&g.substr(0,k)== 1347 cvox.ChromeVoxEditableTextBase.prototype.describeTextChanged=function(a){var b={ };a.value.length<this.value.length&&(b=cvox.AbstractTts.PERSONALITY_DELETED);if( this.isPassword)this.speak((new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.getM sg("dot"))).format({COUNT:1}),a.triggeredByUser,b);else{var c=this.value,d=c.len gth,e=a.value.length,f="",g=a.value,h=a.end;a.start<h&&h==e&&(f=g.substr(a.start ),g=g.substr(0,a.start),h=a.start);var k=this.start,l=d-this.end;if(e>=k+l+(h-a. start)&&g.substr(0,k)==
1341 c.substr(0,k)&&g.substr(e-l)==c.substr(this.end))this instanceof cvox.ChromeVoxE ditableContentEditable&&!(e<d||this.isWordBreakChar(a.value[e-1]||""))||this.des cribeTextChangedHelper(a,k,l,f,b);else if(k=a.start,l=e-h,this.start==this.end&& a.start==h&&g.substr(0,k)==c.substr(0,k)&&g.substr(e-l)==c.substr(d-l))this.desc ribeTextChangedHelper(a,k,l,f,b);else{g+=f;if(g.length==c.length+1||g.length+1== c.length){if(g.length>c.length){if(0==g.indexOf(c)){this.speak(g[g.length-1],a.t riggeredByUser,b);return}if(1== 1348 c.substr(0,k)&&g.substr(e-l)==c.substr(this.end))(!(this instanceof cvox.ChromeV oxEditableContentEditable)||e<d||this.isWordBreakChar(a.value[e-1]||""))&&this.d escribeTextChangedHelper(a,k,l,f,b);else if(k=a.start,l=e-h,this.start==this.end &&a.start==h&&g.substr(0,k)==c.substr(0,k)&&g.substr(e-l)==c.substr(d-l))this.de scribeTextChangedHelper(a,k,l,f,b);else{g+=f;if(g.length==c.length+1||g.length+1 ==c.length){if(g.length>c.length){if(0==g.indexOf(c)){this.speak(g[g.length-1],a .triggeredByUser,b);return}if(1==
1342 g.indexOf(c)){this.speak(g[0],a.triggeredByUser,b);return}}if(g.length<c.length) {if(0==c.indexOf(g)){this.speak(c[c.length-1],a.triggeredByUser,b);return}if(1== c.indexOf(g)){this.speak(c[0],a.triggeredByUser,b);return}}}if(this.multiline)a. value.length<this.value.length&&this.speak(cvox.ChromeVox.msgs.getMsg("text_dele ted"),a.triggeredByUser,b);else if(e<=this.maxShortPhraseLen)this.describeTextCh angedHelper(a,0,0,"",b);else{for(k=0;k<d&&k<e&&c[k]==g[k];)k++;for(;0<k&&!this.i sWordBreakChar(c[k-1]);)k--; 1349 g.indexOf(c)){this.speak(g[0],a.triggeredByUser,b);return}}if(g.length<c.length) {if(0==c.indexOf(g)){this.speak(c[c.length-1],a.triggeredByUser,b);return}if(1== c.indexOf(g)){this.speak(c[0],a.triggeredByUser,b);return}}}if(this.multiline)a. value.length<this.value.length&&this.speak(cvox.ChromeVox.msgs.getMsg("text_dele ted"),a.triggeredByUser,b);else if(e<=this.maxShortPhraseLen)this.describeTextCh angedHelper(a,0,0,"",b);else{for(k=0;k<d&&k<e&&c[k]==g[k];)k++;for(;0<k&&!this.i sWordBreakChar(c[k-1]);)k--;
1343 for(l=0;l<d-k&&l<e-k&&c[d-l-1]==g[e-l-1];)l++;for(;0<l&&!this.isWordBreakChar(c[ d-l]);)l--;this.describeTextChangedHelper(a,k,l,"",b)}}}}; 1350 for(l=0;l<d-k&&l<e-k&&c[d-l-1]==g[e-l-1];)l++;for(;0<l&&!this.isWordBreakChar(c[ d-l]);)l--;this.describeTextChangedHelper(a,k,l,"",b)}}}};
1344 cvox.ChromeVoxEditableTextBase.prototype.describeTextChangedHelper=function(a,b, c,d,e){var f=this.value.length,g=a.value.length,f=f-b-c,h=this.value.substr(b,f) ,k=g-b-c;c=a.value.substr(b,k);var l="",g=a.triggeredByUser;if(1<k)l=c;else if(1 ==k)if((cvox.ChromeVox.typingEcho==cvox.TypingEcho.WORD||cvox.ChromeVox.typingEc ho==cvox.TypingEcho.CHARACTER_AND_WORD)&&this.isWordBreakChar(c)&&0<b&&!this.isW ordBreakChar(a.value.substr(b-1,1))){for(f=b;0<f&&!this.isWordBreakChar(a.value[ f-1]);)f--;f<b?l=a.value.substr(f, 1351 cvox.ChromeVoxEditableTextBase.prototype.describeTextChangedHelper=function(a,b, c,d,e){var f=this.value.length,g=a.value.length,f=f-b-c,h=this.value.substr(b,f) ,k=g-b-c;c=a.value.substr(b,k);var l="",g=a.triggeredByUser;if(1<k)l=c;else if(1 ==k)if((cvox.ChromeVox.typingEcho==cvox.TypingEcho.WORD||cvox.ChromeVox.typingEc ho==cvox.TypingEcho.CHARACTER_AND_WORD)&&this.isWordBreakChar(c)&&0<b&&!this.isW ordBreakChar(a.value.substr(b-1,1))){for(f=b;0<f&&!this.isWordBreakChar(a.value[ f-1]);)f--;f<b?l=a.value.substr(f,
1345 b+1-f):(l=c,g=!1)}else{if(cvox.ChromeVox.typingEcho==cvox.TypingEcho.CHARACTER|| cvox.ChromeVox.typingEcho==cvox.TypingEcho.CHARACTER_AND_WORD)l=cvox.ChromeVoxEd itableTextBase.eventTypingEcho?"":c}else 1<f&&!d?l=h+", deleted":1==f&&(l=h);d&& l?l+=", "+d:d&&(l=d);l&&this.speak(l,g,e)};cvox.ChromeVoxEditableElement=functio n(a,b,c,d,e,f){cvox.ChromeVoxEditableTextBase.call(this,b,c,d,e,f);this.node=a;t his.justSpokeDescription_=!1};goog.inherits(cvox.ChromeVoxEditableElement,cvox.C hromeVoxEditableTextBase); 1352 b+1-f):(l=c,g=!1)}else{if(cvox.ChromeVox.typingEcho==cvox.TypingEcho.CHARACTER|| cvox.ChromeVox.typingEcho==cvox.TypingEcho.CHARACTER_AND_WORD)l=cvox.ChromeVoxEd itableTextBase.eventTypingEcho?"":c}else 1<f&&!d?l=h+", deleted":1==f&&(l=h);d&& l?l+=", "+d:d&&(l=d);l&&this.speak(l,g,e)};cvox.ChromeVoxEditableElement=functio n(a,b,c,d,e,f){cvox.ChromeVoxEditableTextBase.call(this,b,c,d,e,f);this.node=a;t his.justSpokeDescription_=!1};goog.inherits(cvox.ChromeVoxEditableElement,cvox.C hromeVoxEditableTextBase);
1346 cvox.ChromeVoxEditableElement.prototype.changed=function(a){this.justSpokeDescri ption_&&this.value==a.value&&(this.value=a.value,this.start=a.start,this.end=a.e nd,this.justSpokeDescription_=!1);cvox.ChromeVoxEditableElement.superClass_.chan ged.call(this,a)};cvox.ChromeVoxEditableHTMLInput=function(a,b){this.node=a;this .setup();cvox.ChromeVoxEditableElement.call(this,a,a.value,a.selectionStart,a.se lectionEnd,"password"===a.type,b)};goog.inherits(cvox.ChromeVoxEditableHTMLInput ,cvox.ChromeVoxEditableElement); 1353 cvox.ChromeVoxEditableElement.prototype.changed=function(a){this.justSpokeDescri ption_&&this.value==a.value&&(this.value=a.value,this.start=a.start,this.end=a.e nd,this.justSpokeDescription_=!1);cvox.ChromeVoxEditableElement.superClass_.chan ged.call(this,a)};cvox.ChromeVoxEditableHTMLInput=function(a,b){this.node=a;this .setup();cvox.ChromeVoxEditableElement.call(this,a,a.value,a.selectionStart,a.se lectionEnd,"password"===a.type,b)};goog.inherits(cvox.ChromeVoxEditableHTMLInput ,cvox.ChromeVoxEditableElement);
1347 cvox.ChromeVoxEditableHTMLInput.prototype.setup=function(){this.node&&!cvox.DomU til.doesInputSupportSelection(this.node)&&(this.originalType=this.node.type,this .node.type="text")};cvox.ChromeVoxEditableHTMLInput.prototype.teardown=function( ){this.node&&this.originalType&&(this.node.type=this.originalType)};cvox.ChromeV oxEditableHTMLInput.prototype.update=function(a){var b=this.node.value;a=new cvo x.TextChangeEvent(b,this.node.selectionStart,this.node.selectionEnd,a);this.chan ged(a)}; 1354 cvox.ChromeVoxEditableHTMLInput.prototype.setup=function(){this.node&&!cvox.DomU til.doesInputSupportSelection(this.node)&&(this.originalType=this.node.type,this .node.type="text")};cvox.ChromeVoxEditableHTMLInput.prototype.teardown=function( ){this.node&&this.originalType&&(this.node.type=this.originalType)};cvox.ChromeV oxEditableHTMLInput.prototype.update=function(a){var b=this.node.value;a=new cvo x.TextChangeEvent(b,this.node.selectionStart,this.node.selectionEnd,a);this.chan ged(a)};
1348 cvox.ChromeVoxEditableTextArea=function(a,b){cvox.ChromeVoxEditableElement.call( this,a,a.value,a.selectionStart,a.selectionEnd,!1,b);this.multiline=!0;this.shad owIsCurrent_=!1};goog.inherits(cvox.ChromeVoxEditableTextArea,cvox.ChromeVoxEdit ableElement);cvox.ChromeVoxEditableTextArea.prototype.update=function(a){this.no de.value!=this.value&&(this.shadowIsCurrent_=!1);a=new cvox.TextChangeEvent(this .node.value,this.node.selectionStart,this.node.selectionEnd,a);this.changed(a)}; 1355 cvox.ChromeVoxEditableTextArea=function(a,b){cvox.ChromeVoxEditableElement.call( this,a,a.value,a.selectionStart,a.selectionEnd,!1,b);this.multiline=!0;this.shad owIsCurrent_=!1};goog.inherits(cvox.ChromeVoxEditableTextArea,cvox.ChromeVoxEdit ableElement);cvox.ChromeVoxEditableTextArea.prototype.update=function(a){this.no de.value!=this.value&&(this.shadowIsCurrent_=!1);a=new cvox.TextChangeEvent(this .node.value,this.node.selectionStart,this.node.selectionEnd,a);this.changed(a)};
1349 cvox.ChromeVoxEditableTextArea.prototype.getLineIndex=function(a){return this.ge tShadow().getLineIndex(a)};cvox.ChromeVoxEditableTextArea.prototype.getLineStart =function(a){return this.getShadow().getLineStart(a)};cvox.ChromeVoxEditableText Area.prototype.getLineEnd=function(a){return this.getShadow().getLineEnd(a)}; 1356 cvox.ChromeVoxEditableTextArea.prototype.getLineIndex=function(a){return this.ge tShadow().getLineIndex(a)};cvox.ChromeVoxEditableTextArea.prototype.getLineStart =function(a){return this.getShadow().getLineStart(a)};cvox.ChromeVoxEditableText Area.prototype.getLineEnd=function(a){return this.getShadow().getLineEnd(a)};
1350 cvox.ChromeVoxEditableTextArea.prototype.getShadow=function(){var a=cvox.ChromeV oxEditableTextArea.shadow_;a||(a=cvox.ChromeVoxEditableTextArea.shadow_=new cvox .EditableTextAreaShadow);this.shadowIsCurrent_||(a.update(this.node),this.shadow IsCurrent_=!0);return a}; 1357 cvox.ChromeVoxEditableTextArea.prototype.getShadow=function(){var a=cvox.ChromeV oxEditableTextArea.shadow_;a||(a=cvox.ChromeVoxEditableTextArea.shadow_=new cvox .EditableTextAreaShadow);this.shadowIsCurrent_||(a.update(this.node),this.shadow IsCurrent_=!0);return a};
1351 cvox.ChromeVoxEditableContentEditable=function(a,b){cvox.ChromeVoxEditableElemen t.call(this,a,"",0,0,!1,b);this.extractorIsCurrent_=!1;var c=this.getExtractor() ;this.value=c.getText();this.start=c.getStartIndex();this.end=c.getEndIndex();th is.multiline=!0};goog.inherits(cvox.ChromeVoxEditableContentEditable,cvox.Chrome VoxEditableElement); 1358 cvox.ChromeVoxEditableContentEditable=function(a,b){cvox.ChromeVoxEditableElemen t.call(this,a,"",0,0,!1,b);this.extractorIsCurrent_=!1;var c=this.getExtractor() ;this.value=c.getText();this.start=c.getStartIndex();this.end=c.getEndIndex();th is.multiline=!0};goog.inherits(cvox.ChromeVoxEditableContentEditable,cvox.Chrome VoxEditableElement);
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 e=document.createEvent("KeyboardEvent");e.initKeyboardEvent("keyup",!0,!0,window ,"Left",0,!1,!1,!1,!1);this.dateElem_.dispatchEvent(e)}this.dateElem_.addEventLi stener("keydown",this.keyListener_,!1);this.dateElem_.addEventListener("keyup",t his.keyListener_,!1);this.dateElem_.addEventListener("blur",this.blurListener_,! 1);this.update_(!0)}; 1417 e=document.createEvent("KeyboardEvent");e.initKeyboardEvent("keyup",!0,!0,window ,"Left",0,!1,!1,!1,!1);this.dateElem_.dispatchEvent(e)}this.dateElem_.addEventLi stener("keydown",this.keyListener_,!1);this.dateElem_.addEventListener("keyup",t his.keyListener_,!1);this.dateElem_.addEventListener("blur",this.blurListener_,! 1);this.update_(!0)};
1411 cvox.ChromeVoxHTMLDateWidget.prototype.shutdown=function(){this.dateElem_.remove EventListener("blur",this.blurListener_,!1);this.dateElem_.removeEventListener(" keydown",this.keyListener_,!1);this.dateElem_.removeEventListener("keyup",this.k eyListener_,!1)}; 1418 cvox.ChromeVoxHTMLDateWidget.prototype.shutdown=function(){this.dateElem_.remove EventListener("blur",this.blurListener_,!1);this.dateElem_.removeEventListener(" keydown",this.keyListener_,!1);this.dateElem_.removeEventListener("keyup",this.k eyListener_,!1)};
1412 cvox.ChromeVoxHTMLDateWidget.prototype.forceInitTime_=function(){var a=new Date, b="",b=a.getFullYear()+"",c=a.getMonth()+1+"";2>c.length&&(c="0"+c);var d=a.getD ate()+"";switch(this.dateElem_.type){case "month":b=b+"-"+c;break;case "week":a. setHours(0,0,0);a.setDate(a.getDate()+4-(a.getDay()||7));c=new Date(a.getFullYea r(),0,1);a=Math.ceil(((a-c)/864E5+1)/7)+"";2>a.length&&(a="0"+a);a="W"+a;b=b+"-" +a;break;default:b=b+"-"+c+"-"+d}this.dateElem_.setAttribute("value",b)}; 1419 cvox.ChromeVoxHTMLDateWidget.prototype.forceInitTime_=function(){var a=new Date, b="",b=a.getFullYear()+"",c=a.getMonth()+1+"";2>c.length&&(c="0"+c);var d=a.getD ate()+"";switch(this.dateElem_.type){case "month":b=b+"-"+c;break;case "week":a. setHours(0,0,0);a.setDate(a.getDate()+4-(a.getDay()||7));c=new Date(a.getFullYea r(),0,1);a=Math.ceil(((a-c)/864E5+1)/7)+"";2>a.length&&(a="0"+a);a="W"+a;b=b+"-" +a;break;default:b=b+"-"+c+"-"+d}this.dateElem_.setAttribute("value",b)};
1413 cvox.ChromeVoxHTMLDateWidget.prototype.handlePosChange_=function(){this.pos_=Mat h.max(this.pos_,0);this.pos_=Math.min(this.pos_,this.maxPos_);switch(this.pos_){ case 0:"week"==this.dateElem_.type?this.pWeek_=-1:this.pMonth_=-1;break;case 1:" date"==this.dateElem_.type?this.pDay_=-1:this.pYear_=-1;break;case 2:this.pYear_ =-1}}; 1420 cvox.ChromeVoxHTMLDateWidget.prototype.handlePosChange_=function(){this.pos_=Mat h.max(this.pos_,0);this.pos_=Math.min(this.pos_,this.maxPos_);switch(this.pos_){ case 0:"week"==this.dateElem_.type?this.pWeek_=-1:this.pMonth_=-1;break;case 1:" date"==this.dateElem_.type?this.pDay_=-1:this.pYear_=-1;break;case 2:this.pYear_ =-1}};
1414 cvox.ChromeVoxHTMLDateWidget.prototype.update_=function(a){var b=this.dateElem_. value.split("-");if(1>b.length)this.forceInitTime_();else{var c=-1,d=-1,e=-1,f=- 1,c=parseInt(b[0],10);"week"==this.dateElem_.type?e=parseInt(b[1].replace("W","" ),10):"date"==this.dateElem_.type?(d=parseInt(b[1],10),f=parseInt(b[2],10)):d=pa rseInt(b[1],10);b="";a&&(b=cvox.DomUtil.getName(this.dateElem_,!0,!0)+"\n");e!=t his.pWeek_&&(b=b+cvox.ChromeVox.msgs.getMsg("datewidget_week")+e+"\n",this.pWeek _=e);if(d!=this.pMonth_){a= 1421 cvox.ChromeVoxHTMLDateWidget.prototype.update_=function(a){var b=this.dateElem_. value.split("-");if(1>b.length)this.forceInitTime_();else{var c=-1,d=-1,e=-1,f=- 1,c=parseInt(b[0],10);"week"==this.dateElem_.type?e=parseInt(b[1].replace("W","" ),10):"date"==this.dateElem_.type?(d=parseInt(b[1],10),f=parseInt(b[2],10)):d=pa rseInt(b[1],10);b="";a&&(b=cvox.DomUtil.getName(this.dateElem_,!0,!0)+"\n");e!=t his.pWeek_&&(b=b+cvox.ChromeVox.msgs.getMsg("datewidget_week")+e+"\n",this.pWeek _=e);if(d!=this.pMonth_){a=
1415 "";switch(d){case 1:a=cvox.ChromeVox.msgs.getMsg("datewidget_january");break;cas e 2:a=cvox.ChromeVox.msgs.getMsg("datewidget_february");break;case 3:a=cvox.Chro meVox.msgs.getMsg("datewidget_march");break;case 4:a=cvox.ChromeVox.msgs.getMsg( "datewidget_april");break;case 5:a=cvox.ChromeVox.msgs.getMsg("datewidget_may"); break;case 6:a=cvox.ChromeVox.msgs.getMsg("datewidget_june");break;case 7:a=cvox .ChromeVox.msgs.getMsg("datewidget_july");break;case 8:a=cvox.ChromeVox.msgs.get Msg("datewidget_august"); 1422 "";switch(d){case 1:a=cvox.ChromeVox.msgs.getMsg("datewidget_january");break;cas e 2:a=cvox.ChromeVox.msgs.getMsg("datewidget_february");break;case 3:a=cvox.Chro meVox.msgs.getMsg("datewidget_march");break;case 4:a=cvox.ChromeVox.msgs.getMsg( "datewidget_april");break;case 5:a=cvox.ChromeVox.msgs.getMsg("datewidget_may"); break;case 6:a=cvox.ChromeVox.msgs.getMsg("datewidget_june");break;case 7:a=cvox .ChromeVox.msgs.getMsg("datewidget_july");break;case 8:a=cvox.ChromeVox.msgs.get Msg("datewidget_august");
1416 break;case 9:a=cvox.ChromeVox.msgs.getMsg("datewidget_september");break;case 10: a=cvox.ChromeVox.msgs.getMsg("datewidget_october");break;case 11:a=cvox.ChromeVo x.msgs.getMsg("datewidget_november");break;case 12:a=cvox.ChromeVox.msgs.getMsg( "datewidget_december")}b=b+a+"\n";this.pMonth_=d}f!=this.pDay_&&(b=b+f+"\n",this .pDay_=f);c!=this.pYear_&&(b=b+c+"\n",this.pYear_=c);0<b.length&&this.dateTts_.s peak(b,0,null)}}; 1423 break;case 9:a=cvox.ChromeVox.msgs.getMsg("datewidget_september");break;case 10: a=cvox.ChromeVox.msgs.getMsg("datewidget_october");break;case 11:a=cvox.ChromeVo x.msgs.getMsg("datewidget_november");break;case 12:a=cvox.ChromeVox.msgs.getMsg( "datewidget_december")}b=b+a+"\n";this.pMonth_=d}f!=this.pDay_&&(b=b+f+"\n",this .pDay_=f);c!=this.pYear_&&(b=b+c+"\n",this.pYear_=c);0<b.length&&this.dateTts_.s peak(b,0,null)}};
1417 cvox.ChromeVoxHTMLDateWidget.prototype.eventHandler_=function(a){var b=!1;if("ke ydown"==a.type){if(9==a.keyCode&&!a.shiftKey||39==a.keyCode)this.pos_++,this.han dlePosChange_(),b=!0;if(9==a.keyCode&&a.shiftKey||37==a.keyCode)this.pos_--,this .handlePosChange_(),b=!0}this.update_(b)};cvox.ChromeVoxHTMLMediaWidget=function (a){var b=this;this.mediaElem_=a;this.keyListener_=function(a){b.eventHandler_(a )};this.blurListener_=function(){b.shutdown()};this.mediaElem_.addEventListener( "keydown",this.keyListener_,!1);this.mediaElem_.addEventListener("keyup",this.ke yListener_,!1);this.mediaElem_.addEventListener("blur",this.blurListener_,!1)}; 1424 cvox.ChromeVoxHTMLDateWidget.prototype.eventHandler_=function(a){var b=!1;if("ke ydown"==a.type){if(9==a.keyCode&&!a.shiftKey||39==a.keyCode)this.pos_++,this.han dlePosChange_(),b=!0;if(9==a.keyCode&&a.shiftKey||37==a.keyCode)this.pos_--,this .handlePosChange_(),b=!0}this.update_(b)};cvox.ChromeVoxHTMLMediaWidget=function (a){var b=this;this.mediaElem_=a;this.keyListener_=function(a){b.eventHandler_(a )};this.blurListener_=function(){b.shutdown()};this.mediaElem_.addEventListener( "keydown",this.keyListener_,!1);this.mediaElem_.addEventListener("keyup",this.ke yListener_,!1);this.mediaElem_.addEventListener("blur",this.blurListener_,!1)};
1418 cvox.ChromeVoxHTMLMediaWidget.prototype.shutdown=function(){this.mediaElem_.remo veEventListener("blur",this.blurListener_,!1);this.mediaElem_.removeEventListene r("keydown",this.keyListener_,!1);this.mediaElem_.removeEventListener("keyup",th is.keyListener_,!1)};cvox.ChromeVoxHTMLMediaWidget.prototype.jumpToTime_=functio n(a){0>a&&(a=0);a>this.mediaElem_.duration&&(a=this.mediaElem_.duration);this.me diaElem_.currentTime=a}; 1425 cvox.ChromeVoxHTMLMediaWidget.prototype.shutdown=function(){this.mediaElem_.remo veEventListener("blur",this.blurListener_,!1);this.mediaElem_.removeEventListene r("keydown",this.keyListener_,!1);this.mediaElem_.removeEventListener("keyup",th is.keyListener_,!1)};cvox.ChromeVoxHTMLMediaWidget.prototype.jumpToTime_=functio n(a){0>a&&(a=0);a>this.mediaElem_.duration&&(a=this.mediaElem_.duration);this.me diaElem_.currentTime=a};
1419 cvox.ChromeVoxHTMLMediaWidget.prototype.setVolume_=function(a){0>a&&(a=0);1<a&&( a=1);this.mediaElem_.volume=a}; 1426 cvox.ChromeVoxHTMLMediaWidget.prototype.setVolume_=function(a){0>a&&(a=0);1<a&&( a=1);this.mediaElem_.volume=a};
1420 cvox.ChromeVoxHTMLMediaWidget.prototype.eventHandler_=function(a){"keydown"==a.t ype&&(13==a.keyCode||32==a.keyCode?this.mediaElem_.paused?this.mediaElem_.play() :this.mediaElem_.pause():39==a.keyCode?this.jumpToTime_(this.mediaElem_.currentT ime+this.mediaElem_.duration/10):37==a.keyCode?this.jumpToTime_(this.mediaElem_. currentTime-this.mediaElem_.duration/10):38==a.keyCode?this.setVolume_(this.medi aElem_.volume+0.1):40==a.keyCode&&this.setVolume_(this.mediaElem_.volume-0.1))}; cvox.ChromeVoxHTMLTimeWidget=function(a,b){var c=this;this.timeElem_=a;this.time Tts_=b;this.pMinutes_=this.pHours_=-1;this.pMilliseconds_=this.pSeconds_=0;this. pAmpm_="";this.pos_=0;this.maxPos_=2;this.keyListener_=function(a){c.eventHandle r_(a)};this.blurListener_=function(){c.shutdown()};if(this.timeElem_.hasAttribut e("step")){var d=this.timeElem_.getAttribute("step");0<d&&(this.maxPos_=1<=d?3:4 )}0==this.timeElem_.value.length&&this.forceInitTime_();for(d=0;d<this.maxPos_;d ++){var e=document.createEvent("KeyboardEvent"); 1427 cvox.ChromeVoxHTMLMediaWidget.prototype.eventHandler_=function(a){"keydown"==a.t ype&&(13==a.keyCode||32==a.keyCode?this.mediaElem_.paused?this.mediaElem_.play() :this.mediaElem_.pause():39==a.keyCode?this.jumpToTime_(this.mediaElem_.currentT ime+this.mediaElem_.duration/10):37==a.keyCode?this.jumpToTime_(this.mediaElem_. currentTime-this.mediaElem_.duration/10):38==a.keyCode?this.setVolume_(this.medi aElem_.volume+.1):40==a.keyCode&&this.setVolume_(this.mediaElem_.volume-.1))};cv ox.ChromeVoxHTMLTimeWidget=function(a,b){var c=this;this.timeElem_=a;this.timeTt s_=b;this.pMinutes_=this.pHours_=-1;this.pMilliseconds_=this.pSeconds_=0;this.pA mpm_="";this.pos_=0;this.maxPos_=2;this.keyListener_=function(a){c.eventHandler_ (a)};this.blurListener_=function(){c.shutdown()};if(this.timeElem_.hasAttribute( "step")){var d=this.timeElem_.getAttribute("step");0<d&&(this.maxPos_=1<=d?3:4)} 0==this.timeElem_.value.length&&this.forceInitTime_();for(d=0;d<this.maxPos_;d++ ){var e=document.createEvent("KeyboardEvent");
1421 e.initKeyboardEvent("keydown",!0,!0,window,"Left",0,!1,!1,!1,!1);this.timeElem_. dispatchEvent(e);e=document.createEvent("KeyboardEvent");e.initKeyboardEvent("ke yup",!0,!0,window,"Left",0,!1,!1,!1,!1);this.timeElem_.dispatchEvent(e)}this.tim eElem_.addEventListener("keydown",this.keyListener_,!1);this.timeElem_.addEventL istener("keyup",this.keyListener_,!1);this.timeElem_.addEventListener("blur",thi s.blurListener_,!1);this.update_(!0)}; 1428 e.initKeyboardEvent("keydown",!0,!0,window,"Left",0,!1,!1,!1,!1);this.timeElem_. dispatchEvent(e);e=document.createEvent("KeyboardEvent");e.initKeyboardEvent("ke yup",!0,!0,window,"Left",0,!1,!1,!1,!1);this.timeElem_.dispatchEvent(e)}this.tim eElem_.addEventListener("keydown",this.keyListener_,!1);this.timeElem_.addEventL istener("keyup",this.keyListener_,!1);this.timeElem_.addEventListener("blur",thi s.blurListener_,!1);this.update_(!0)};
1422 cvox.ChromeVoxHTMLTimeWidget.prototype.shutdown=function(){this.timeElem_.remove EventListener("blur",this.blurListener_,!1);this.timeElem_.removeEventListener(" keydown",this.keyListener_,!1);this.timeElem_.removeEventListener("keyup",this.k eyListener_,!1)};cvox.ChromeVoxHTMLTimeWidget.prototype.forceInitTime_=function( ){this.timeElem_.setAttribute("value","12:00")}; 1429 cvox.ChromeVoxHTMLTimeWidget.prototype.shutdown=function(){this.timeElem_.remove EventListener("blur",this.blurListener_,!1);this.timeElem_.removeEventListener(" keydown",this.keyListener_,!1);this.timeElem_.removeEventListener("keyup",this.k eyListener_,!1)};cvox.ChromeVoxHTMLTimeWidget.prototype.forceInitTime_=function( ){this.timeElem_.setAttribute("value","12:00")};
1423 cvox.ChromeVoxHTMLTimeWidget.prototype.handlePosChange_=function(){0>this.pos_&& (this.pos_=0);this.pos_>this.maxPos_&&(this.pos_=this.maxPos_);if(this.pos_==thi s.maxPos_)this.pAmpm_="";else switch(this.pos_){case 0:this.pHours_=-1;break;cas e 1:this.pMinutes_=-1;break;case 2:this.pSeconds_=-1;break;case 3:this.pMillisec onds_=-1}}; 1430 cvox.ChromeVoxHTMLTimeWidget.prototype.handlePosChange_=function(){0>this.pos_&& (this.pos_=0);this.pos_>this.maxPos_&&(this.pos_=this.maxPos_);if(this.pos_==thi s.maxPos_)this.pAmpm_="";else switch(this.pos_){case 0:this.pHours_=-1;break;cas e 1:this.pMinutes_=-1;break;case 2:this.pSeconds_=-1;break;case 3:this.pMillisec onds_=-1}};
1424 cvox.ChromeVoxHTMLTimeWidget.prototype.update_=function(a){var b=this.timeElem_. value.split(":");if(1>b.length)this.forceInitTime_();else{var c=b[0],d=-1,e=0,f= 0,g=cvox.ChromeVox.msgs.getMsg("timewidget_am");1<b.length&&(d=b[1]);2<b.length& &(b=b[2].split("."),e=b[0],1<b.length&&(f=b[1]));12<c&&(c-=12,g=cvox.ChromeVox.m sgs.getMsg("timewidget_pm"));12==c&&(g=cvox.ChromeVox.msgs.getMsg("timewidget_pm "));0==c&&(c=12,g=cvox.ChromeVox.msgs.getMsg("timewidget_am"));b="";a&&(b=cvox.D omUtil.getName(this.timeElem_, 1431 cvox.ChromeVoxHTMLTimeWidget.prototype.update_=function(a){var b=this.timeElem_. value.split(":");if(1>b.length)this.forceInitTime_();else{var c=b[0],d=-1,e=0,f= 0,g=cvox.ChromeVox.msgs.getMsg("timewidget_am");1<b.length&&(d=b[1]);2<b.length& &(b=b[2].split("."),e=b[0],1<b.length&&(f=b[1]));12<c&&(c-=12,g=cvox.ChromeVox.m sgs.getMsg("timewidget_pm"));12==c&&(g=cvox.ChromeVox.msgs.getMsg("timewidget_pm "));0==c&&(c=12,g=cvox.ChromeVox.msgs.getMsg("timewidget_am"));b="";a&&(b=cvox.D omUtil.getName(this.timeElem_,
1425 !0,!0)+"\n");c!=this.pHours_&&(b=b+c+" "+cvox.ChromeVox.msgs.getMsg("timewidget_ hours")+"\n",this.pHours_=c);d!=this.pMinutes_&&(b=b+d+" "+cvox.ChromeVox.msgs.g etMsg("timewidget_minutes")+"\n",this.pMinutes_=d);e!=this.pSeconds_&&(b=b+e+" " +cvox.ChromeVox.msgs.getMsg("timewidget_seconds")+"\n",this.pSeconds_=e);f!=this .pMilliseconds_&&(b=b+f+" "+cvox.ChromeVox.msgs.getMsg("timewidget_milliseconds" )+"\n",this.pMilliseconds_=f);g!=this.pAmpm_&&(b+=g,this.pAmpm_=g);0<b.length&&t his.timeTts_.speak(b, 1432 !0,!0)+"\n");c!=this.pHours_&&(b=b+c+" "+cvox.ChromeVox.msgs.getMsg("timewidget_ hours")+"\n",this.pHours_=c);d!=this.pMinutes_&&(b=b+d+" "+cvox.ChromeVox.msgs.g etMsg("timewidget_minutes")+"\n",this.pMinutes_=d);e!=this.pSeconds_&&(b=b+e+" " +cvox.ChromeVox.msgs.getMsg("timewidget_seconds")+"\n",this.pSeconds_=e);f!=this .pMilliseconds_&&(b=b+f+" "+cvox.ChromeVox.msgs.getMsg("timewidget_milliseconds" )+"\n",this.pMilliseconds_=f);g!=this.pAmpm_&&(b+=g,this.pAmpm_=g);0<b.length&&t his.timeTts_.speak(b,
1426 0,null)}};cvox.ChromeVoxHTMLTimeWidget.prototype.eventHandler_=function(a){var b =!1;if("keydown"==a.type){if(9==a.keyCode&&!a.shiftKey||39==a.keyCode)this.pos_+ +,this.handlePosChange_(),b=!0;if(9==a.keyCode&&a.shiftKey||37==a.keyCode)this.p os_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.KeyMap=function(a){this .bindings_=a;this.commandToKey_={};this.buildCommandToKey_()};cvox.KeyMap.KEYMAP _PATH="chromevox/background/keymaps/";cvox.KeyMap.AVAILABLE_MAP_INFO={keymap_cla ssic:{file:"classic_keymap.json"},keymap_flat:{file:"flat_keymap.json"},keymap_e xperimental:{file:"experimental.json"}};cvox.KeyMap.DEFAULT_KEYMAP=0;cvox.KeyMap .prototype.length=function(){return this.bindings_.length};cvox.KeyMap.prototype .keys=function(){return this.bindings_.map(function(a){return a.sequence})}; 1433 0,null)}};cvox.ChromeVoxHTMLTimeWidget.prototype.eventHandler_=function(a){var b =!1;if("keydown"==a.type){if(9==a.keyCode&&!a.shiftKey||39==a.keyCode)this.pos_+ +,this.handlePosChange_(),b=!0;if(9==a.keyCode&&a.shiftKey||37==a.keyCode)this.p os_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.KeyMap=function(a){this .bindings_=a;this.commandToKey_={};this.buildCommandToKey_()};cvox.KeyMap.KEYMAP _PATH="chromevox/background/keymaps/";cvox.KeyMap.AVAILABLE_MAP_INFO={keymap_cla ssic:{file:"classic_keymap.json"},keymap_flat:{file:"flat_keymap.json"},keymap_e xperimental:{file:"experimental.json"}};cvox.KeyMap.DEFAULT_KEYMAP=0;cvox.KeyMap .prototype.length=function(){return this.bindings_.length};cvox.KeyMap.prototype .keys=function(){return this.bindings_.map(function(a){return a.sequence})};
1427 cvox.KeyMap.prototype.bindings=function(){return this.bindings_};cvox.KeyMap.pro totype.toJSON=function(){return JSON.stringify({bindings:this.bindings_})};cvox. KeyMap.prototype.hasKey=function(a){for(var b=0;b<this.bindings_.length;b++){var c=this.bindings_[b];if(c.sequence.equals(a))return!0}return!1};cvox.KeyMap.prot otype.commandForKey=function(a){if(null!=a)for(var b=0;b<this.bindings_.length;b ++){var c=this.bindings_[b];if(c.sequence.equals(a))return c.command}return null }; 1434 cvox.KeyMap.prototype.bindings=function(){return this.bindings_};cvox.KeyMap.pro totype.toJSON=function(){return JSON.stringify({bindings:this.bindings_})};cvox. KeyMap.prototype.hasKey=function(a){for(var b=0;b<this.bindings_.length;b++){var c=this.bindings_[b];if(c.sequence.equals(a))return!0}return!1};cvox.KeyMap.prot otype.commandForKey=function(a){if(null!=a)for(var b=0;b<this.bindings_.length;b ++){var c=this.bindings_[b];if(c.sequence.equals(a))return c.command}return null };
1428 cvox.KeyMap.fromDefaults=function(){return cvox.KeyMap.fromPath(cvox.KeyMap.KEYM AP_PATH+cvox.KeyMap.AVAILABLE_MAP_INFO.keymap_classic.file)};cvox.KeyMap.fromJSO N=function(a){try{var b=JSON.parse(a).bindings,b=b.filter(function(a){return voi d 0===a.sequence.platformFilter||cvox.PlatformUtil.matchesPlatform(a.sequence.pl atformFilter)})}catch(c){return null}if("object"!=typeof b)return null;for(a=0;a <b.length;a++){if(void 0==b[a].command||void 0==b[a].sequence)return null;b[a].s equence=cvox.KeySequence.deserialize(b[a].sequence)}return new cvox.KeyMap(b)}; 1435 cvox.KeyMap.fromDefaults=function(){return cvox.KeyMap.fromPath(cvox.KeyMap.KEYM AP_PATH+cvox.KeyMap.AVAILABLE_MAP_INFO.keymap_classic.file)};cvox.KeyMap.fromJSO N=function(a){try{var b=JSON.parse(a).bindings,b=b.filter(function(a){return voi d 0===a.sequence.platformFilter||cvox.PlatformUtil.matchesPlatform(a.sequence.pl atformFilter)})}catch(c){return null}if("object"!=typeof b)return null;for(a=0;a <b.length;a++){if(void 0==b[a].command||void 0==b[a].sequence)return null;b[a].s equence=cvox.KeySequence.deserialize(b[a].sequence)}return new cvox.KeyMap(b)};
1429 cvox.KeyMap.fromLocalStorage=function(){return localStorage.keyBindings?cvox.Key Map.fromJSON(localStorage.keyBindings):null};cvox.KeyMap.fromPath=function(a){re turn cvox.KeyMap.fromJSON(cvox.KeyMap.readJSON_(a))};cvox.KeyMap.fromCurrentKeyM ap=function(){var a=localStorage.currentKeyMap;return a&&cvox.KeyMap.AVAILABLE_M AP_INFO[a]?cvox.KeyMap.fromPath(cvox.KeyMap.KEYMAP_PATH+cvox.KeyMap.AVAILABLE_MA P_INFO[a].file):cvox.KeyMap.fromDefaults()}; 1436 cvox.KeyMap.fromLocalStorage=function(){return localStorage.keyBindings?cvox.Key Map.fromJSON(localStorage.keyBindings):null};cvox.KeyMap.fromPath=function(a){re turn cvox.KeyMap.fromJSON(cvox.KeyMap.readJSON_(a))};cvox.KeyMap.fromCurrentKeyM ap=function(){var a=localStorage.currentKeyMap;return a&&cvox.KeyMap.AVAILABLE_M AP_INFO[a]?cvox.KeyMap.fromPath(cvox.KeyMap.KEYMAP_PATH+cvox.KeyMap.AVAILABLE_MA P_INFO[a].file):cvox.KeyMap.fromDefaults()};
1430 cvox.KeyMap.readJSON_=function(a){var b=chrome.extension.getURL(a);if(!b)throw"I nvalid path: "+a;a=new XMLHttpRequest;a.open("GET",b,!1);a.send();return a.respo nseText};cvox.KeyMap.prototype.buildCommandToKey_=function(){for(var a=0;a<this. bindings_.length;a++){var b=this.bindings_[a];void 0==this.commandToKey_[b.comma nd]&&(this.commandToKey_[b.command]=b.sequence)}};cvox.ChromeVoxKbHandler={};cvo x.ChromeVoxKbHandler.loadKeyToFunctionsTable=function(a){window.JSON&&(cvox.Chro meVoxKbHandler.handlerKeyMap=cvox.KeyMap.fromJSON(a))};cvox.ChromeVoxKbHandler.s ortKeyToFunctionsTable_=function(a){function b(a,b){return a[0].length<b[0].leng th?-1:b[0].length<a[0].length?1:a[0].localeCompare(b[0])}var c=[],d;for(d in a)c .push([d,a[d]]);c.sort(b);return c}; 1437 cvox.KeyMap.readJSON_=function(a){var b=chrome.extension.getURL(a);if(!b)throw"I nvalid path: "+a;a=new XMLHttpRequest;a.open("GET",b,!1);a.send();return a.respo nseText};cvox.KeyMap.prototype.buildCommandToKey_=function(){for(var a=0;a<this. bindings_.length;a++){var b=this.bindings_[a];void 0==this.commandToKey_[b.comma nd]&&(this.commandToKey_[b.command]=b.sequence)}};cvox.ChromeVoxKbHandler={};cvo x.ChromeVoxKbHandler.loadKeyToFunctionsTable=function(a){window.JSON&&(cvox.Chro meVoxKbHandler.handlerKeyMap=cvox.KeyMap.fromJSON(a))};cvox.ChromeVoxKbHandler.s ortKeyToFunctionsTable_=function(a){function b(a,b){return a[0].length<b[0].leng th?-1:b[0].length<a[0].length?1:a[0].localeCompare(b[0])}var c=[],d;for(d in a)c .push([d,a[d]]);c.sort(b);return c};
1431 cvox.ChromeVoxKbHandler.basicKeyDownActionsListener=function(a){var b=cvox.KeyUt il.keyEventToKeySequence(a);a=void 0!=cvox.ChromeVoxKbHandler.handlerKeyMap?cvox .ChromeVoxKbHandler.handlerKeyMap.commandForKey(b):null;if(!a)return!cvox.KeyUti l.sequencing;if(!cvox.ChromeVox.isActive&&"toggleChromeVox"!=a)return!0;var c=!0 ,d=cvox.ChromeVoxUserCommands.commands[a];d?(b=cvox.History.getInstance(),b.ente rUserCommand(a),c=d(),b.exitUserCommand(a)):b.cvoxModifier&&(c=!1);cvox.ChromeVo x.entireDocumentIsHidden&& 1438 cvox.ChromeVoxKbHandler.basicKeyDownActionsListener=function(a){var b=cvox.KeyUt il.keyEventToKeySequence(a);a=void 0!=cvox.ChromeVoxKbHandler.handlerKeyMap?cvox .ChromeVoxKbHandler.handlerKeyMap.commandForKey(b):null;if(!a)return!cvox.KeyUti l.sequencing;if(!cvox.ChromeVox.isActive&&"toggleChromeVox"!=a)return!0;var c=!0 ,d=cvox.ChromeVoxUserCommands.commands[a];d?(b=cvox.History.getInstance(),b.ente rUserCommand(a),c=d(),b.exitUserCommand(a)):b.cvoxModifier&&(c=!1);cvox.ChromeVo x.entireDocumentIsHidden&&
1432 (c=!0);return c};cvox.LiveRegions=function(){};cvox.LiveRegions.pageLoadTime=nul l;cvox.LiveRegions.INITIAL_SILENCE_MS=2E3;cvox.LiveRegions.lastAnnouncedMap={};c vox.LiveRegions.MAX_DISCARD_DUPS_MS=2E3;cvox.LiveRegions.lastAnnouncedTime=null; cvox.LiveRegions.nodesAlreadyHandled=[]; 1439 (c=!0);return c};cvox.LiveRegions=function(){};cvox.LiveRegions.pageLoadTime=nul l;cvox.LiveRegions.INITIAL_SILENCE_MS=2E3;cvox.LiveRegions.VISIBILITY_TIMEOUT_MS =50;cvox.LiveRegions.lastAnnouncedMap={};cvox.LiveRegions.MAX_DISCARD_DUPS_MS=2E 3;cvox.LiveRegions.HIDDEN_DOC_MAX_DISCARD_DUPS_MS=6E4;cvox.LiveRegions.lastAnnou ncedTime=null;cvox.LiveRegions.nodesAlreadyHandled=[];
1433 cvox.LiveRegions.init=function(a,b,c){void 0==b&&(b=cvox.AbstractTts.QUEUE_MODE_ FLUSH);cvox.LiveRegions.pageLoadTime=a;if(c||!document.hasFocus())return!1;var d =!1;a=cvox.AriaUtil.getLiveRegions(document.body);for(c=0;c<a.length;c++)cvox.Li veRegions.handleOneChangedNode(a[c],a[c],!1,!1,function(a,c){a||b!=cvox.Abstract Tts.QUEUE_MODE_FLUSH||(b=cvox.AbstractTts.QUEUE_MODE_QUEUE);var g=new cvox.Navig ationSpeaker;g.speakDescriptionArray(c,b,null);d=!0});cvox.Interframe.addListene r(function(a){if("speakLiveRegion"== 1440 cvox.LiveRegions.init=function(a,b,c){void 0==b&&(b=cvox.AbstractTts.QUEUE_MODE_ FLUSH);cvox.LiveRegions.pageLoadTime=a;if(c||!document.hasFocus())return!1;var d =!1;a=cvox.AriaUtil.getLiveRegions(document.body);for(c=0;c<a.length;c++)cvox.Li veRegions.handleOneChangedNode(a[c],a[c],!1,!1,function(a,c){a||b!=cvox.Abstract Tts.QUEUE_MODE_FLUSH||(b=cvox.AbstractTts.QUEUE_MODE_QUEUE);var g=new cvox.Navig ationSpeaker;g.speakDescriptionArray(c,b,null);d=!0});cvox.Interframe.addListene r(function(a){if("speakLiveRegion"==
1434 a.command)for(var b=document.getElementsByTagName("iframe"),c=0,d;d=b[c];c++)if( d.src==a.src){if(!cvox.DomUtil.isVisible(d))break;d=JSON.parse(a.content);for(va r k=[],l=0,n;n=d[l];l++)k.push(new cvox.NavDescription(n));(new cvox.NavigationS peaker).speakDescriptionArray(k,a.queueMode,null)}});return d}; 1441 a.command)for(var b=document.getElementsByTagName("iframe"),c=0,d;d=b[c];c++)if( d.src==a.src){if(!cvox.DomUtil.isVisible(d))break;d=JSON.parse(a.content);for(va r k=[],l=0,n;n=d[l];l++)k.push(new cvox.NavDescription(n));(new cvox.NavigationS peaker).speakDescriptionArray(k,a.queueMode,null)}});return d};
1435 cvox.LiveRegions.processMutations=function(a,b){cvox.LiveRegions.nodesAlreadyHan dled=[];a.forEach(function(a){if(!a.target.hasAttribute||!a.target.hasAttribute( "cvoxIgnore")){if(a.addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNode s[d].hasAttribute&&a.addedNodes[d].hasAttribute("cvoxIgnore")||cvox.LiveRegions. handleOneChangedNode(a.addedNodes[d],a.target,!1,!0,b);if(a.removedNodes)for(d=0 ;d<a.removedNodes.length;d++)a.removedNodes[d].hasAttribute&&a.removedNodes[d].h asAttribute("cvoxIgnore")|| 1442 cvox.LiveRegions.processMutations=function(a,b){cvox.LiveRegions.nodesAlreadyHan dled=[];a.forEach(function(a){if(!a.target.hasAttribute||!a.target.hasAttribute( "cvoxIgnore")){if(a.addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNode s[d].hasAttribute&&a.addedNodes[d].hasAttribute("cvoxIgnore")||cvox.LiveRegions. handleOneChangedNode(a.addedNodes[d],a.target,!1,!0,b);if(a.removedNodes)for(d=0 ;d<a.removedNodes.length;d++)a.removedNodes[d].hasAttribute&&a.removedNodes[d].h asAttribute("cvoxIgnore")||
1436 cvox.LiveRegions.handleOneChangedNode(a.removedNodes[d],a.target,!0,!1,b);"chara cterData"==a.type&&cvox.LiveRegions.handleOneChangedNode(a.target,a.target,!1,!1 ,b);if("class"==a.attributeName||"style"==a.attributeName||"hidden"==a.attribute Name){var e=a.attributeName,d=a.target,f=!cvox.DomUtil.isVisible(d),g=document.c reateElement("div");g.setAttribute("cvoxIgnore","1");g.setAttribute("class",d.ge tAttribute("class"));g.setAttribute("style",d.getAttribute("style"));g.setAttrib ute("hidden",d.getAttribute("hidden")); 1443 cvox.LiveRegions.handleOneChangedNode(a.removedNodes[d],a.target,!0,!1,b);"chara cterData"==a.type&&cvox.LiveRegions.handleOneChangedNode(a.target,a.target,!1,!1 ,b);if("class"==a.attributeName||"style"==a.attributeName||"hidden"==a.attribute Name){var e=a.attributeName,d=a.target,f=!cvox.DomUtil.isVisible(d),g=document.c reateElement("div");g.setAttribute("cvoxIgnore","1");g.setAttribute("class",d.ge tAttribute("class"));g.setAttribute("style",d.getAttribute("style"));g.setAttrib ute("hidden",d.getAttribute("hidden"));
1437 g.setAttribute(e,a.oldValue);e=!0;d.parentElement?(d.parentElement.appendChild(g ),e=!cvox.DomUtil.isVisible(g),d.parentElement.removeChild(g)):e=!cvox.DomUtil.i sVisible(g);!0===e&&!1===f?cvox.LiveRegions.handleOneChangedNode(a.target,a.targ et,!1,!0,b):!1===e&&!0===f&&cvox.LiveRegions.handleOneChangedNode(a.target,a.tar get,!0,!1,b)}}});cvox.LiveRegions.nodesAlreadyHandled.length=0}; 1444 g.setAttribute(e,a.oldValue);e=!0;d.parentElement?(d.parentElement.appendChild(g ),e=!cvox.DomUtil.isVisible(g),d.parentElement.removeChild(g)):e=!cvox.DomUtil.i sVisible(g);!0===e&&!1===f?cvox.LiveRegions.handleOneChangedNode(a.target,a.targ et,!1,!0,b):!1===e&&!0===f&&cvox.LiveRegions.handleOneChangedNode(a.target,a.tar get,!0,!1,b)}}});cvox.LiveRegions.nodesAlreadyHandled.length=0};
1438 cvox.LiveRegions.handleOneChangedNode=function(a,b,c,d,e){var f=c?b:a;f instance of Element||(f=f.parentElement);for(;f&&!cvox.AriaUtil.getAriaLive(f);)f=f.paren tElement;if(!f){if(d&&a!=document.body)for(a=cvox.AriaUtil.getLiveRegions(a),d=0 ;d<a.length;d++)cvox.LiveRegions.handleOneChangedNode(a[d],b,c,!1,e)}else if(!(0 <=cvox.LiveRegions.nodesAlreadyHandled.indexOf(a)||(cvox.LiveRegions.nodesAlread yHandled.push(a),cvox.AriaUtil.getAriaBusy(f)))){if(c){if(!cvox.AriaUtil.getAria Relevant(f,"removals"))return}else if(!cvox.AriaUtil.getAriaRelevant(f, 1445 cvox.LiveRegions.handleOneChangedNode=function(a,b,c,d,e){var f=c?b:a;f instance of Element||(f=f.parentElement);for(;f&&!cvox.AriaUtil.getAriaLive(f);)f=f.paren tElement;if(f){if(b=new Date-cvox.LiveRegions.pageLoadTime,!("alert"!=cvox.AriaU til.getRoleAttribute(f)&&b<cvox.LiveRegions.INITIAL_SILENCE_MS||0<=cvox.LiveRegi ons.nodesAlreadyHandled.indexOf(a)||(cvox.LiveRegions.nodesAlreadyHandled.push(a ),cvox.AriaUtil.getAriaBusy(f)))){if(c){if(!cvox.AriaUtil.getAriaRelevant(f,"rem ovals"))return}else if(!cvox.AriaUtil.getAriaRelevant(f,
1439 "additions"))return;cvox.LiveRegions.announceChange(a,f,c,e)}}; 1446 "additions"))return;cvox.LiveRegions.announceChangeIfVisible(a,f,c,e)}}else if(d &&a!=document.body)for(a=cvox.AriaUtil.getLiveRegions(a),f=0;f<a.length;f++)cvox .LiveRegions.handleOneChangedNode(a[f],b,c,!1,e)};cvox.LiveRegions.announceChang eIfVisible=function(a,b,c,d){cvox.DomUtil.isVisible(b)?cvox.LiveRegions.announce Change(a,b,c,d):window.setTimeout(function(){cvox.DomUtil.isVisible(b)&&cvox.Liv eRegions.announceChange(a,b,c,d)},cvox.LiveRegions.VISIBILITY_TIMEOUT_MS)};
1440 cvox.LiveRegions.announceChange=function(a,b,c,d){var e=new Date-cvox.LiveRegion s.pageLoadTime;if(!("alert"!=cvox.AriaUtil.getRoleAttribute(b)&&e<cvox.LiveRegio ns.INITIAL_SILENCE_MS)&&cvox.DomUtil.isVisible(b)){if(a!=b)for(var f=a.parentEle ment;f;){(cvox.AriaUtil.getAriaAtomic(f)||cvox.AriaUtil.isLeafElement(f)||cvox.A riaUtil.isControlWidget(f))&&!cvox.AriaUtil.isCompositeControl(f)&&(a=f);if(f==b )break;f=f.parentElement}a=cvox.LiveRegions.getNavDescriptionsRecursive(a);if(0! =a.length){c&&(a=[new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("l ive_regions_removed"), 1447 cvox.LiveRegions.announceChange=function(a,b,c,d){if(a!=b)for(var e=a.parentElem ent;e;){(cvox.AriaUtil.getAriaAtomic(e)||cvox.AriaUtil.isLeafElement(e)||cvox.Ar iaUtil.isControlWidget(e))&&!cvox.AriaUtil.isCompositeControl(e)&&(a=e);if(e==b) break;e=e.parentElement}a=cvox.LiveRegions.getNavDescriptionsRecursive(a);if(0!= a.length){c&&(a=[new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("li ve_regions_removed"),text:""})].concat(a));c=new Date-cvox.LiveRegions.pageLoadT ime;if("alert"==cvox.AriaUtil.getRoleAttribute(b)&&
1441 text:""})].concat(a));if("alert"==cvox.AriaUtil.getRoleAttribute(b)&&e<cvox.Live Regions.INITIAL_SILENCE_MS){c="";for(e=0;e<a.length;e++)c+=a[e].text,c+=a[e].use rValue;if(""==cvox.DomUtil.collapseWhitespace(c))return}c=new Date;for(var g in cvox.LiveRegions.lastAnnouncedMap)c-cvox.LiveRegions.lastAnnouncedMap[g]>cvox.Li veRegions.MAX_DISCARD_DUPS_MS&&delete cvox.LiveRegions.lastAnnouncedMap[g];g=a.r educe(function(a,b){return a+"|"+b.text},"");cvox.LiveRegions.lastAnnouncedMap[g ]||(cvox.LiveRegions.lastAnnouncedMap[g]= 1448 c<cvox.LiveRegions.INITIAL_SILENCE_MS){c="";for(e=0;e<a.length;e++)c+=a[e].text, c+=a[e].userValue;if(""==cvox.DomUtil.collapseWhitespace(c))return}e=document.we bkitHidden?cvox.LiveRegions.HIDDEN_DOC_MAX_DISCARD_DUPS_MS:cvox.LiveRegions.MAX_ DISCARD_DUPS_MS;c=new Date;for(var f in cvox.LiveRegions.lastAnnouncedMap)c-cvox .LiveRegions.lastAnnouncedMap[f]>e&&delete cvox.LiveRegions.lastAnnouncedMap[f]; f=a.reduce(function(a,b){return a+"|"+b.text},"");cvox.LiveRegions.lastAnnounced Map[f]||(cvox.LiveRegions.lastAnnouncedMap[f]=
1442 c,b="assertive"==cvox.AriaUtil.getAriaLive(b),cvox.Interframe.isIframe()&&!docum ent.hasFocus()?cvox.Interframe.sendMessageToParentWindow({command:"speakLiveRegi on",content:JSON.stringify(a),queueMode:b?0:1,src:window.location.href}):d(b,a)) }}}; 1449 c,b="assertive"==cvox.AriaUtil.getAriaLive(b),cvox.Interframe.isIframe()&&!docum ent.hasFocus()?cvox.Interframe.sendMessageToParentWindow({command:"speakLiveRegi on",content:JSON.stringify(a),queueMode:b?0:1,src:window.location.href}):d(b,a)) }};
1443 cvox.LiveRegions.getNavDescriptionsRecursive=function(a){return cvox.AriaUtil.ge tAriaAtomic(a)||cvox.DomUtil.isLeafNode(a)?(a=cvox.DescriptionUtil.getDescriptio nFromAncestors([a],!0,cvox.ChromeVox.verbosity),a.isEmpty()?[]:[a]):cvox.Descrip tionUtil.getFullDescriptionsFromChildren(null,a)};cvox.LiveRegionsDeprecated=fun ction(){};cvox.LiveRegionsDeprecated.trackedRegions=[];cvox.LiveRegionsDeprecate d.previousRegionValue=[];cvox.LiveRegionsDeprecated.pageLoadTime=null;cvox.LiveR egionsDeprecated.INITIAL_SILENCE_MS=2E3; 1450 cvox.LiveRegions.getNavDescriptionsRecursive=function(a){return cvox.AriaUtil.ge tAriaAtomic(a)||cvox.DomUtil.isLeafNode(a)?(a=cvox.DescriptionUtil.getDescriptio nFromAncestors([a],!0,cvox.ChromeVox.verbosity),a.isEmpty()?[]:[a]):cvox.Descrip tionUtil.getFullDescriptionsFromChildren(null,a)};cvox.LiveRegionsDeprecated=fun ction(){};cvox.LiveRegionsDeprecated.trackedRegions=[];cvox.LiveRegionsDeprecate d.previousRegionValue=[];cvox.LiveRegionsDeprecated.pageLoadTime=null;cvox.LiveR egionsDeprecated.INITIAL_SILENCE_MS=2E3;
1444 cvox.LiveRegionsDeprecated.init=function(a,b,c){void 0==b&&(b=cvox.AbstractTts.Q UEUE_MODE_FLUSH);cvox.LiveRegionsDeprecated.pageLoadTime=a;a=!1;for(var d=cvox.A riaUtil.getLiveRegions(document.body),e=0;e<d.length;e++)cvox.LiveRegionsDepreca ted.updateLiveRegion(d[e],b,c)&&(a=!0,b=cvox.AbstractTts.QUEUE_MODE_QUEUE);retur n a}; 1451 cvox.LiveRegionsDeprecated.init=function(a,b,c){void 0==b&&(b=cvox.AbstractTts.Q UEUE_MODE_FLUSH);cvox.LiveRegionsDeprecated.pageLoadTime=a;a=!1;for(var d=cvox.A riaUtil.getLiveRegions(document.body),e=0;e<d.length;e++)cvox.LiveRegionsDepreca ted.updateLiveRegion(d[e],b,c)&&(a=!0,b=cvox.AbstractTts.QUEUE_MODE_QUEUE);retur n a};
1445 cvox.LiveRegionsDeprecated.updateLiveRegion=function(a,b,c){if(cvox.AriaUtil.get AriaBusy(a)||!cvox.DomUtil.isVisible(a))return!1;var d=cvox.LiveRegionsDeprecate d.trackedRegions.indexOf(a),e;0<=d?e=cvox.LiveRegionsDeprecated.previousRegionVa lue[d]:(d=cvox.LiveRegionsDeprecated.trackedRegions.length,e=[],cvox.LiveRegions Deprecated.trackedRegions.push(a),cvox.LiveRegionsDeprecated.previousRegionValue .push([]));var f=cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue(a),g=new Date-cvox.LiveRegionsDeprecated.pageLoadTime; 1452 cvox.LiveRegionsDeprecated.updateLiveRegion=function(a,b,c){if(cvox.AriaUtil.get AriaBusy(a)||!cvox.DomUtil.isVisible(a))return!1;var d=cvox.LiveRegionsDeprecate d.trackedRegions.indexOf(a),e;0<=d?e=cvox.LiveRegionsDeprecated.previousRegionVa lue[d]:(d=cvox.LiveRegionsDeprecated.trackedRegions.length,e=[],cvox.LiveRegions Deprecated.trackedRegions.push(a),cvox.LiveRegionsDeprecated.previousRegionValue .push([]));var f=cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue(a),g=new Date-cvox.LiveRegionsDeprecated.pageLoadTime;
1446 if("alert"!=cvox.AriaUtil.getRoleAttribute(a)&&g<cvox.LiveRegionsDeprecated.INIT IAL_SILENCE_MS)return cvox.LiveRegionsDeprecated.previousRegionValue[d]=f,!1;if( "alert"==cvox.AriaUtil.getRoleAttribute(a)&&g<cvox.LiveRegionsDeprecated.INITIAL _SILENCE_MS){for(var h="",g=0;g<f.length;g++)h+=f[g].text,h+=f[g].userValue;if(" "==cvox.DomUtil.collapseWhitespace(h))return cvox.LiveRegionsDeprecated.previous RegionValue[d]=f,!1}for(var k={},g=0;g<e.length;g++)k[e[g].toString()]=!0;for(va r l={},g=0;g<f.length;g++)l[f[g].toString()]= 1453 if("alert"!=cvox.AriaUtil.getRoleAttribute(a)&&g<cvox.LiveRegionsDeprecated.INIT IAL_SILENCE_MS)return cvox.LiveRegionsDeprecated.previousRegionValue[d]=f,!1;if( "alert"==cvox.AriaUtil.getRoleAttribute(a)&&g<cvox.LiveRegionsDeprecated.INITIAL _SILENCE_MS){for(var h="",g=0;g<f.length;g++)h+=f[g].text,h+=f[g].userValue;if(" "==cvox.DomUtil.collapseWhitespace(h))return cvox.LiveRegionsDeprecated.previous RegionValue[d]=f,!1}for(var k={},g=0;g<e.length;g++)k[e[g].toString()]=!0;for(va r l={},g=0;g<f.length;g++)l[f[g].toString()]=
1447 !0;h=[];if(cvox.AriaUtil.getAriaRelevant(a,"additions"))for(g=0;g<f.length;g++)k [f[g].toString()]||h.push(f[g]);k=[];if(cvox.AriaUtil.getAriaRelevant(a,"removal s"))for(g=0;g<e.length;g++)l[e[g].toString()]||k.push(e[g]);e=[];e=0==h.length&& 0<k.length?[new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("live_re gions_removed"),text:""})].concat(k):h;cvox.LiveRegionsDeprecated.previousRegion Value[d]=f;if(c||0==e.length)return!1;a=cvox.AriaUtil.getAriaLive(a);"polite"==a &&(b=cvox.AbstractTts.QUEUE_MODE_QUEUE); 1454 !0;h=[];if(cvox.AriaUtil.getAriaRelevant(a,"additions"))for(g=0;g<f.length;g++)k [f[g].toString()]||h.push(f[g]);k=[];if(cvox.AriaUtil.getAriaRelevant(a,"removal s"))for(g=0;g<e.length;g++)l[e[g].toString()]||k.push(e[g]);e=[];e=0==h.length&& 0<k.length?[new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("live_re gions_removed"),text:""})].concat(k):h;cvox.LiveRegionsDeprecated.previousRegion Value[d]=f;if(c||0==e.length)return!1;a=cvox.AriaUtil.getAriaLive(a);"polite"==a &&(b=cvox.AbstractTts.QUEUE_MODE_QUEUE);
1448 for(g=0;g<e.length;g++)e[g].speak(b),b=cvox.AbstractTts.QUEUE_MODE_QUEUE;return! 0}; 1455 for(g=0;g<e.length;g++)e[g].speak(b),b=cvox.AbstractTts.QUEUE_MODE_QUEUE;return! 0};
1449 cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue=function(a){if(cvox.AriaU til.getAriaAtomic(a)||cvox.DomUtil.isLeafNode(a)){var b=cvox.DescriptionUtil.get DescriptionFromAncestors([a],!0,cvox.ChromeVox.verbosity);return b.isEmpty()?[]: [b]}var c=[],b=cvox.DescriptionUtil.getDescriptionFromAncestors([a],!1,cvox.Chro meVox.verbosity);b.isEmpty()||c.push(b);for(b=0;b<a.childNodes.length;b++){var d =a.childNodes[b];cvox.DomUtil.isVisible(d,{checkAncestors:!1})&&!cvox.AriaUtil.i sHidden(d)&&(d=cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue(d), 1456 cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue=function(a){if(cvox.AriaU til.getAriaAtomic(a)||cvox.DomUtil.isLeafNode(a)){var b=cvox.DescriptionUtil.get DescriptionFromAncestors([a],!0,cvox.ChromeVox.verbosity);return b.isEmpty()?[]: [b]}var c=[],b=cvox.DescriptionUtil.getDescriptionFromAncestors([a],!1,cvox.Chro meVox.verbosity);b.isEmpty()||c.push(b);for(b=0;b<a.childNodes.length;b++){var d =a.childNodes[b];cvox.DomUtil.isVisible(d,{checkAncestors:!1})&&!cvox.AriaUtil.i sHidden(d)&&(d=cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue(d),
1450 c=c.concat(d))}return c};cvox.ChromeVoxEventWatcherUtil={};cvox.ChromeVoxEventWa tcher=function(){};cvox.ChromeVoxEventWatcher.MAX_WAIT_TIME_MS_=50;cvox.ChromeVo xEventWatcher.WAIT_TIME_MS_=10;cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST _DURATION_=1E3;cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_COUNT_LIMIT_=3; cvox.ChromeVoxEventWatcher.MAX_LIVE_REGIONS_=5;cvox.ChromeVoxEventWatcher.should EchoKeys=!0;cvox.ChromeVoxEventWatcher.processing_=!1; 1457 c=c.concat(d))}return c};cvox.ChromeVoxEventWatcherUtil={};cvox.ChromeVoxEventWa tcher=function(){};cvox.ChromeVoxEventWatcher.MAX_WAIT_TIME_MS_=50;cvox.ChromeVo xEventWatcher.WAIT_TIME_MS_=10;cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST _DURATION_=1E3;cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_COUNT_LIMIT_=3; cvox.ChromeVoxEventWatcher.MAX_LIVE_REGIONS_=5;cvox.ChromeVoxEventWatcher.should EchoKeys=!0;cvox.ChromeVoxEventWatcher.processing_=!1;
1451 cvox.ChromeVoxEventWatcher.init=function(a){cvox.ChromeVoxEventWatcher.lastFocus edNode=null;cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null;cvox.ChromeVo xEventWatcher.pendingMouseOverNode=null;cvox.ChromeVoxEventWatcher.mouseOverTime outId=null;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=null;cvox.ChromeVoxEv entWatcher.eventToEat=null;cvox.ChromeVoxEventWatcher.currentTextControl=null;cv ox.ChromeVoxEventWatcher.currentTextHandler=null;cvox.ChromeVoxEventWatcher.last KeypressTime=0;cvox.ChromeVoxEventWatcher.listeners_= 1458 cvox.ChromeVoxEventWatcher.init=function(a){cvox.ChromeVoxEventWatcher.lastFocus edNode=null;cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null;cvox.ChromeVo xEventWatcher.pendingMouseOverNode=null;cvox.ChromeVoxEventWatcher.mouseOverTime outId=null;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=null;cvox.ChromeVoxEv entWatcher.eventToEat=null;cvox.ChromeVoxEventWatcher.currentTextControl=null;cv ox.ChromeVoxEventWatcher.currentTextHandler=null;cvox.ChromeVoxEventWatcher.list eners_=[];cvox.ChromeVoxEventWatcher.mutationObserver_=
1452 [];cvox.ChromeVoxEventWatcher.mutationObserver_=null;cvox.ChromeVoxEventWatcher. focusFollowsMouse=!1;cvox.ChromeVoxEventWatcher.mouseoverDelayMs=500;cvox.Chrome VoxEventWatcher.events_=[];cvox.ChromeVoxEventWatcher.lastEventTime=0;cvox.Chrom eVoxEventWatcher.firstUnprocessedEventTime=-1;cvox.ChromeVoxEventWatcher.queuePr ocessingScheduled_=!1;cvox.ChromeVoxEventWatcher.readyCallbacks_=[];cvox.ChromeV oxEventWatcher.secondPassThroughKeyUp_=!1;cvox.ChromeVox.searchKeyHeld=!1;cvox.C hromeVoxEventWatcher.textMutationObserver_= 1459 null;cvox.ChromeVoxEventWatcher.focusFollowsMouse=!1;cvox.ChromeVoxEventWatcher. mouseoverDelayMs=500;cvox.ChromeVoxEventWatcher.events_=[];cvox.ChromeVoxEventWa tcher.lastEventTime=0;cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime=-1;cv ox.ChromeVoxEventWatcher.queueProcessingScheduled_=!1;cvox.ChromeVoxEventWatcher .readyCallbacks_=[];cvox.ChromeVoxEventWatcher.secondPassThroughKeyUp_=!1;cvox.C hromeVox.searchKeyHeld=!1;cvox.ChromeVoxEventWatcher.textMutationObserver_=null; cvox.ChromeVoxEventWatcher.addEventListeners_(a);
1453 null;cvox.ChromeVoxEventWatcher.addEventListeners_(a);cvox.ChromeVoxEventWatcher .lastSubtreeModifiedEventBurstTime_=0;cvox.ChromeVoxEventWatcher.subtreeModified EventsCount_=0};cvox.ChromeVoxEventWatcher.storeOn=function(a){a.searchKeyHeld=c vox.ChromeVox.searchKeyHeld};cvox.ChromeVoxEventWatcher.readFrom=function(a){cvo x.ChromeVox.searchKeyHeld=a.searchKeyHeld}; 1460 cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_=0;cvox.ChromeVoxEv entWatcher.subtreeModifiedEventsCount_=0};cvox.ChromeVoxEventWatcher.storeOn=fun ction(a){a.searchKeyHeld=cvox.ChromeVox.searchKeyHeld};cvox.ChromeVoxEventWatche r.readFrom=function(a){cvox.ChromeVox.searchKeyHeld=a.searchKeyHeld};
1454 cvox.ChromeVoxEventWatcher.addEvent=function(a){cvox.ChromeVox.isActive&&!docume nt.webkitHidden&&(cvox.ChromeVoxEventWatcher.events_.push(a),cvox.ChromeVoxEvent Watcher.lastEventTime=(new Date).getTime(),-1==cvox.ChromeVoxEventWatcher.firstU nprocessedEventTime&&(cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime=(new Date).getTime()),cvox.ChromeVoxEventWatcher.queueProcessingScheduled_||(cvox.Chr omeVoxEventWatcher.queueProcessingScheduled_=!0,window.setTimeout(cvox.ChromeVox EventWatcher.processQueue_, 1461 cvox.ChromeVoxEventWatcher.addEvent=function(a,b){!cvox.ChromeVox.isActive||docu ment.webkitHidden&&!b||(cvox.ChromeVoxEventWatcher.events_.push(a),cvox.ChromeVo xEventWatcher.lastEventTime=(new Date).getTime(),-1==cvox.ChromeVoxEventWatcher. firstUnprocessedEventTime&&(cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime =(new Date).getTime()),cvox.ChromeVoxEventWatcher.queueProcessingScheduled_||(cv ox.ChromeVoxEventWatcher.queueProcessingScheduled_=!0,window.setTimeout(cvox.Chr omeVoxEventWatcher.processQueue_,
1455 cvox.ChromeVoxEventWatcher.WAIT_TIME_MS_)))};cvox.ChromeVoxEventWatcher.addReady Callback=function(a){cvox.ChromeVoxEventWatcher.readyCallbacks_.push(a);cvox.Chr omeVoxEventWatcher.maybeCallReadyCallbacks_()};cvox.ChromeVoxEventWatcher.hasPen dingEvents_=function(){return-1!=cvox.ChromeVoxEventWatcher.firstUnprocessedEven tTime||cvox.ChromeVoxEventWatcher.queueProcessingScheduled_};cvox.ChromeVoxEvent Watcher.readyCallbackRunning_=!1; 1462 cvox.ChromeVoxEventWatcher.WAIT_TIME_MS_)))};cvox.ChromeVoxEventWatcher.addReady Callback=function(a){cvox.ChromeVoxEventWatcher.readyCallbacks_.push(a);cvox.Chr omeVoxEventWatcher.maybeCallReadyCallbacks_()};cvox.ChromeVoxEventWatcher.hasPen dingEvents_=function(){return-1!=cvox.ChromeVoxEventWatcher.firstUnprocessedEven tTime||cvox.ChromeVoxEventWatcher.queueProcessingScheduled_};cvox.ChromeVoxEvent Watcher.readyCallbackRunning_=!1;
1456 cvox.ChromeVoxEventWatcher.maybeCallReadyCallbacks_=function(){cvox.ChromeVoxEve ntWatcher.readyCallbackRunning_||(cvox.ChromeVoxEventWatcher.readyCallbackRunnin g_=!0,window.setTimeout(function(){cvox.ChromeVoxEventWatcher.readyCallbackRunni ng_=!1;!cvox.ChromeVoxEventWatcher.hasPendingEvents_()&&!cvox.ChromeVoxEventWatc her.queueProcessingScheduled_&&0<cvox.ChromeVoxEventWatcher.readyCallbacks_.leng th&&(cvox.ChromeVoxEventWatcher.readyCallbacks_.shift()(),cvox.ChromeVoxEventWat cher.maybeCallReadyCallbacks_())}, 1463 cvox.ChromeVoxEventWatcher.maybeCallReadyCallbacks_=function(){cvox.ChromeVoxEve ntWatcher.readyCallbackRunning_||(cvox.ChromeVoxEventWatcher.readyCallbackRunnin g_=!0,window.setTimeout(function(){cvox.ChromeVoxEventWatcher.readyCallbackRunni ng_=!1;!cvox.ChromeVoxEventWatcher.hasPendingEvents_()&&!cvox.ChromeVoxEventWatc her.queueProcessingScheduled_&&0<cvox.ChromeVoxEventWatcher.readyCallbacks_.leng th&&(cvox.ChromeVoxEventWatcher.readyCallbacks_.shift()(),cvox.ChromeVoxEventWat cher.maybeCallReadyCallbacks_())},
1457 5))}; 1464 5))};
1458 cvox.ChromeVoxEventWatcher.addEventListeners_=function(a){cvox.ChromeVoxEventWat cher.addEventListener_(a,"keydown",cvox.ChromeVoxEventWatcher.keyDownEventWatche r,!0);if(cvox.ChromeVox.isActive&&!cvox.ChromeVox.entireDocumentIsHidden)if(cvox .ChromeVoxEventWatcher.addEventListener_(a,"keypress",cvox.ChromeVoxEventWatcher .keyPressEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"keyup" ,cvox.ChromeVoxEventWatcher.keyUpEventWatcher,!0),cvox.ChromeVoxEventWatcher.add EventListener_(a,cvox.UserEventDetail.Category.JUMP, 1465 cvox.ChromeVoxEventWatcher.addEventListeners_=function(a){cvox.ChromeVoxEventWat cher.addEventListener_(a,"keydown",cvox.ChromeVoxEventWatcher.keyDownEventWatche r,!0);if(cvox.ChromeVox.isActive&&!cvox.ChromeVox.entireDocumentIsHidden)if(cvox .ChromeVoxEventWatcher.addEventListener_(a,"keypress",cvox.ChromeVoxEventWatcher .keyPressEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"keyup" ,cvox.ChromeVoxEventWatcher.keyUpEventWatcher,!0),cvox.ChromeVoxEventWatcher.add EventListener_(a,cvox.UserEventDetail.Category.JUMP,
1459 cvox.ChromeVoxUserCommands.handleChromeVoxUserEvent,!1),cvox.ChromeVoxEventWatch er.addEventListener_(a,"focus",cvox.ChromeVoxEventWatcher.focusEventWatcher,!0), cvox.ChromeVoxEventWatcher.addEventListener_(a,"blur",cvox.ChromeVoxEventWatcher .blurEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"change",cv ox.ChromeVoxEventWatcher.changeEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEv entListener_(a,"copy",cvox.ChromeVoxEventWatcher.clipboardEventWatcher,!0),cvox. ChromeVoxEventWatcher.addEventListener_(a, 1466 cvox.ChromeVoxUserCommands.handleChromeVoxUserEvent,!1),cvox.ChromeVoxEventWatch er.addEventListener_(a,"focus",cvox.ChromeVoxEventWatcher.focusEventWatcher,!0), cvox.ChromeVoxEventWatcher.addEventListener_(a,"blur",cvox.ChromeVoxEventWatcher .blurEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"change",cv ox.ChromeVoxEventWatcher.changeEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEv entListener_(a,"copy",cvox.ChromeVoxEventWatcher.clipboardEventWatcher,!0),cvox. ChromeVoxEventWatcher.addEventListener_(a,
1460 "cut",cvox.ChromeVoxEventWatcher.clipboardEventWatcher,!0),cvox.ChromeVoxEventWa tcher.addEventListener_(a,"paste",cvox.ChromeVoxEventWatcher.clipboardEventWatch er,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"select",cvox.ChromeVoxEve ntWatcher.selectEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a, "webkitvisibilitychange",cvox.ChromeVoxEventWatcher.visibilityChangeWatcher,!0), cvox.ChromeVoxEventWatcher.events_=[],cvox.ChromeVoxEventWatcher.queueProcessing Scheduled_=!1,cvox.ChromeVoxEventWatcher.addEventListener_(a, 1467 "cut",cvox.ChromeVoxEventWatcher.clipboardEventWatcher,!0),cvox.ChromeVoxEventWa tcher.addEventListener_(a,"paste",cvox.ChromeVoxEventWatcher.clipboardEventWatch er,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"select",cvox.ChromeVoxEve ntWatcher.selectEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a, "webkitvisibilitychange",cvox.ChromeVoxEventWatcher.visibilityChangeWatcher,!0), cvox.ChromeVoxEventWatcher.events_=[],cvox.ChromeVoxEventWatcher.queueProcessing Scheduled_=!1,cvox.ChromeVoxEventWatcher.addEventListener_(a,
1461 "mouseover",cvox.ChromeVoxEventWatcher.mouseOverEventWatcher,!0),cvox.ChromeVoxE ventWatcher.addEventListener_(a,"mouseout",cvox.ChromeVoxEventWatcher.mouseOutEv entWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"click",cvox.Chrom eVoxEventWatcher.mouseClickEventWatcher,!0),"undefined"!=typeof WebKitMutationOb server){cvox.ChromeVoxEventWatcher.mutationObserver_=new WebKitMutationObserver( cvox.ChromeVoxEventWatcher.mutationHandler);var b=null;a.documentElement?b=a.doc umentElement:a.document&& 1468 "mouseover",cvox.ChromeVoxEventWatcher.mouseOverEventWatcher,!0),cvox.ChromeVoxE ventWatcher.addEventListener_(a,"mouseout",cvox.ChromeVoxEventWatcher.mouseOutEv entWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"click",cvox.Chrom eVoxEventWatcher.mouseClickEventWatcher,!0),"undefined"!=typeof WebKitMutationOb server){cvox.ChromeVoxEventWatcher.mutationObserver_=new WebKitMutationObserver( cvox.ChromeVoxEventWatcher.mutationHandler);var b=null;a.documentElement?b=a.doc umentElement:a.document&&
1462 a.document.documentElement&&(b=a.document.documentElement);b&&cvox.ChromeVoxEven tWatcher.mutationObserver_.observe(b,{childList:!0,attributes:!0,characterData:! 0,subtree:!0,attributeOldValue:!0,characterDataOldValue:!0})}else cvox.ChromeVox EventWatcher.addEventListener_(a,"DOMSubtreeModified",cvox.ChromeVoxEventWatcher .subtreeModifiedEventWatcher,!0)}; 1469 a.document.documentElement&&(b=a.document.documentElement);b&&cvox.ChromeVoxEven tWatcher.mutationObserver_.observe(b,{childList:!0,attributes:!0,characterData:! 0,subtree:!0,attributeOldValue:!0,characterDataOldValue:!0})}else cvox.ChromeVox EventWatcher.addEventListener_(a,"DOMSubtreeModified",cvox.ChromeVoxEventWatcher .subtreeModifiedEventWatcher,!0)};
1463 cvox.ChromeVoxEventWatcher.cleanup=function(a){for(var b=0;b<cvox.ChromeVoxEvent Watcher.listeners_.length;b++){var c=cvox.ChromeVoxEventWatcher.listeners_[b];a. removeEventListener(c.type,c.listener,c.useCapture)}cvox.ChromeVoxEventWatcher.l isteners_=[];cvox.ChromeVoxEventWatcher.currentDateHandler&&cvox.ChromeVoxEventW atcher.currentDateHandler.shutdown();cvox.ChromeVoxEventWatcher.currentTimeHandl er&&cvox.ChromeVoxEventWatcher.currentTimeHandler.shutdown();cvox.ChromeVoxEvent Watcher.currentMediaHandler&& 1470 cvox.ChromeVoxEventWatcher.cleanup=function(a){for(var b=0;b<cvox.ChromeVoxEvent Watcher.listeners_.length;b++){var c=cvox.ChromeVoxEventWatcher.listeners_[b];a. removeEventListener(c.type,c.listener,c.useCapture)}cvox.ChromeVoxEventWatcher.l isteners_=[];cvox.ChromeVoxEventWatcher.currentDateHandler&&cvox.ChromeVoxEventW atcher.currentDateHandler.shutdown();cvox.ChromeVoxEventWatcher.currentTimeHandl er&&cvox.ChromeVoxEventWatcher.currentTimeHandler.shutdown();cvox.ChromeVoxEvent Watcher.currentMediaHandler&&
1464 cvox.ChromeVoxEventWatcher.currentMediaHandler.shutdown();cvox.ChromeVoxEventWat cher.mutationObserver_&&cvox.ChromeVoxEventWatcher.mutationObserver_.disconnect( );cvox.ChromeVoxEventWatcher.mutationObserver_=null};cvox.ChromeVoxEventWatcher. addEventListener_=function(a,b,c,d){cvox.ChromeVoxEventWatcher.listeners_.push({ type:b,listener:c,useCapture:d});a.addEventListener(b,c,d)};cvox.ChromeVoxEventW atcher.getLastFocusedNode=function(){return cvox.ChromeVoxEventWatcher.lastFocus edNode}; 1471 cvox.ChromeVoxEventWatcher.currentMediaHandler.shutdown();cvox.ChromeVoxEventWat cher.mutationObserver_&&cvox.ChromeVoxEventWatcher.mutationObserver_.disconnect( );cvox.ChromeVoxEventWatcher.mutationObserver_=null};cvox.ChromeVoxEventWatcher. addEventListener_=function(a,b,c,d){cvox.ChromeVoxEventWatcher.listeners_.push({ type:b,listener:c,useCapture:d});a.addEventListener(b,c,d)};cvox.ChromeVoxEventW atcher.getLastFocusedNode=function(){return cvox.ChromeVoxEventWatcher.lastFocus edNode};
1465 cvox.ChromeVoxEventWatcher.setLastFocusedNode_=function(a){cvox.ChromeVoxEventWa tcher.lastFocusedNode=a;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=a?cvox.D omUtil.getControlValueAndStateString(a):null}; 1472 cvox.ChromeVoxEventWatcher.setLastFocusedNode_=function(a){cvox.ChromeVoxEventWa tcher.lastFocusedNode=a;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=a?cvox.D omUtil.getControlValueAndStateString(a):null};
1466 cvox.ChromeVoxEventWatcher.mutationHandler=function(a){if(cvox.ChromeVoxEventSus pender.areEventsSuspended())return!0;cvox.ChromeVox.navigationManager.updateIndi catorIfChanged();cvox.LiveRegions.processMutations(a,function(a,c){var d=new win dow.Event("LiveRegion");d.navDescriptions=c;d.assertive=a;cvox.ChromeVoxEventWat cher.addEvent(d);return!0})}; 1473 cvox.ChromeVoxEventWatcher.mutationHandler=function(a){if(cvox.ChromeVoxEventSus pender.areEventsSuspended())return!0;cvox.ChromeVox.navigationManager.updateIndi catorIfChanged();cvox.LiveRegions.processMutations(a,function(a,c){var d=new win dow.Event("LiveRegion");d.navDescriptions=c;d.assertive=a;cvox.ChromeVoxEventWat cher.addEvent(d,!0);return!0})};
1467 cvox.ChromeVoxEventWatcher.mouseClickEventWatcher=function(a){if(a.fromCvox)retu rn!0;if(cvox.ChromeVox.host.mustRedispatchClickEvent())return cvox.ChromeVoxUser Commands.wasMouseClicked=!0,a.stopPropagation(),a.preventDefault(),cvox.Focuser. setFocus(cvox.ChromeVox.navigationManager.getCurrentNode()),cvox.ChromeVox.tts.s peak(cvox.ChromeVox.msgs.getMsg("element_clicked"),cvox.AbstractTts.QUEUE_MODE_F LUSH,cvox.AbstractTts.PERSONALITY_ANNOTATION),a=cvox.ChromeVox.navigationManager .getCurrentNode(),cvox.DomUtil.clickElem(a, 1474 cvox.ChromeVoxEventWatcher.mouseClickEventWatcher=function(a){if(a.fromCvox)retu rn!0;if(cvox.ChromeVox.host.mustRedispatchClickEvent())return cvox.ChromeVoxUser Commands.wasMouseClicked=!0,a.stopPropagation(),a.preventDefault(),cvox.Focuser. setFocus(cvox.ChromeVox.navigationManager.getCurrentNode()),cvox.ChromeVox.tts.s peak(cvox.ChromeVox.msgs.getMsg("element_clicked"),cvox.AbstractTts.QUEUE_MODE_F LUSH,cvox.AbstractTts.PERSONALITY_ANNOTATION),a=cvox.ChromeVox.navigationManager .getCurrentNode(),cvox.DomUtil.clickElem(a,
1468 !1,!0),!1;cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxUserComman ds.wasMouseClicked=!0}; 1475 !1,!0),!1;cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxUserComman ds.wasMouseClicked=!0};
1469 cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){if(!cvox.ChromeVoxE ventWatcher.focusFollowsMouse||cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEve ntWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher .pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a .target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox .ChromeVoxEventWatcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverT imeoutId=null);if(a.target.tagName&& 1476 cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){if(!cvox.ChromeVoxE ventWatcher.focusFollowsMouse||cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEve ntWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher .pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a .target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox .ChromeVoxEventWatcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverT imeoutId=null);if(a.target.tagName&&
1470 "BODY"==a.target.tagName)return cvox.ChromeVoxEventWatcher.pendingMouseOverNode= null,cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null,!0;cvox.ChromeVoxEve ntWatcher.mouseOverTimeoutId=window.setTimeout(function(){cvox.ChromeVoxEventWat cher.mouseOverTimeoutId=null;if(a.target==cvox.ChromeVoxEventWatcher.pendingMous eOverNode){cvox.ChromeVox.navigationManager.stopReading(!0);var b=a.target;cvox. Focuser.setFocus(b);cvox.ApiImplementation.syncToNode(b,!0,cvox.AbstractTts.QUEU E_MODE_FLUSH);cvox.ChromeVoxEventWatcher.announcedMouseOverNode= 1477 "BODY"==a.target.tagName)return cvox.ChromeVoxEventWatcher.pendingMouseOverNode= null,cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null,!0;cvox.ChromeVoxEve ntWatcher.mouseOverTimeoutId=window.setTimeout(function(){cvox.ChromeVoxEventWat cher.mouseOverTimeoutId=null;if(a.target==cvox.ChromeVoxEventWatcher.pendingMous eOverNode){cvox.ChromeVox.navigationManager.stopReading(!0);var b=a.target;cvox. Focuser.setFocus(b);cvox.ApiImplementation.syncToNode(b,!0,cvox.AbstractTts.QUEU E_MODE_FLUSH);cvox.ChromeVoxEventWatcher.announcedMouseOverNode=
1471 b}},cvox.ChromeVoxEventWatcher.mouseoverDelayMs);return!0};cvox.ChromeVoxEventWa tcher.mouseOutEventWatcher=function(a){a.target==cvox.ChromeVoxEventWatcher.pend ingMouseOverNode&&(cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.Chr omeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventW atcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null)); return!0}; 1478 b}},cvox.ChromeVoxEventWatcher.mouseoverDelayMs);return!0};cvox.ChromeVoxEventWa tcher.mouseOutEventWatcher=function(a){a.target==cvox.ChromeVoxEventWatcher.pend ingMouseOverNode&&(cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.Chr omeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventW atcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null)); return!0};
1472 cvox.ChromeVoxEventWatcher.focusEventWatcher=function(a){cvox.ChromeVoxUserComma nds.removeTabDummySpan();cvox.ChromeVoxEventSuspender.areEventsSuspended()?a.tar get&&a.target.nodeType==Node.ELEMENT_NODE&&cvox.ChromeVoxEventWatcher.setLastFoc usedNode_(a.target):cvox.ChromeVoxEventWatcher.addEvent(a);return!0}; 1479 cvox.ChromeVoxEventWatcher.focusEventWatcher=function(a){cvox.ChromeVoxUserComma nds.removeTabDummySpan();cvox.ChromeVoxEventSuspender.areEventsSuspended()?a.tar get&&a.target.nodeType==Node.ELEMENT_NODE&&cvox.ChromeVoxEventWatcher.setLastFoc usedNode_(a.target):cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1473 cvox.ChromeVoxEventWatcher.focusHandler=function(a){if(a.target&&a.target.hasAtt ribute&&"true"==a.target.getAttribute("aria-hidden")&&"true"!=a.target.getAttrib ute("chromevoxignoreariahidden"))cvox.ChromeVoxEventWatcher.setLastFocusedNode_( null),cvox.ChromeVoxEventWatcher.setUpTextHandler();else if(a.target&&a.target!= window){var b=a.target,c=cvox.DomUtil.getSurroundingControl(b);if(c&&c==cvox.Chr omeVoxEventWatcher.lastFocusedNode)cvox.ChromeVoxEventWatcher.handleControlChang ed(b);else{c?cvox.ChromeVoxEventWatcher.setLastFocusedNode_(c): 1480 cvox.ChromeVoxEventWatcher.focusHandler=function(a){if(a.target&&a.target.hasAtt ribute&&"true"==a.target.getAttribute("aria-hidden")&&"true"!=a.target.getAttrib ute("chromevoxignoreariahidden"))cvox.ChromeVoxEventWatcher.setLastFocusedNode_( null),cvox.ChromeVoxEventWatcher.setUpTextHandler();else if(a.target&&a.target!= window){var b=a.target,c=cvox.DomUtil.getSurroundingControl(b);if(c&&c==cvox.Chr omeVoxEventWatcher.lastFocusedNode)cvox.ChromeVoxEventWatcher.handleControlChang ed(b);else{c?cvox.ChromeVoxEventWatcher.setLastFocusedNode_(c):
1474 cvox.ChromeVoxEventWatcher.setLastFocusedNode_(b);c=cvox.ChromeVoxEventWatcher.q ueueMode_();if(cvox.ChromeVoxEventWatcher.getInitialVisibility()||cvox.ChromeVox EventWatcher.handleDialogFocus(b))c=cvox.AbstractTts.QUEUE_MODE_QUEUE;cvox.Chrom eVox.navigationManager.clearPageSel(!0)&&(c=cvox.AbstractTts.QUEUE_MODE_QUEUE);c vox.ApiImplementation.syncToNode(b,!document.webkitHidden,c);if(a.target.constru ctor==HTMLVideoElement||a.target.constructor==HTMLAudioElement)cvox.ChromeVoxEve ntWatcher.setUpMediaHandler_(); 1481 cvox.ChromeVoxEventWatcher.setLastFocusedNode_(b);c=cvox.ChromeVoxEventWatcher.q ueueMode_();if(cvox.ChromeVoxEventWatcher.getInitialVisibility()||cvox.ChromeVox EventWatcher.handleDialogFocus(b))c=cvox.AbstractTts.QUEUE_MODE_QUEUE;cvox.Chrom eVox.navigationManager.clearPageSel(!0)&&(c=cvox.AbstractTts.QUEUE_MODE_QUEUE);c vox.ApiImplementation.syncToNode(b,!document.webkitHidden,c);if(a.target.constru ctor==HTMLVideoElement||a.target.constructor==HTMLAudioElement)cvox.ChromeVoxEve ntWatcher.setUpMediaHandler_();
1475 else{if(a.target.hasAttribute)switch(a=a.target.getAttribute("type"),a){case "ti me":cvox.ChromeVoxEventWatcher.setUpTimeHandler_();return;case "date":case "mont h":case "week":cvox.ChromeVoxEventWatcher.setUpDateHandler_();return}cvox.Chrome VoxEventWatcher.setUpTextHandler()}}}else cvox.ChromeVoxEventWatcher.setLastFocu sedNode_(null)}; 1482 else{if(a.target.hasAttribute)switch(a=a.target.getAttribute("type"),a){case "ti me":cvox.ChromeVoxEventWatcher.setUpTimeHandler_();return;case "date":case "mont h":case "week":cvox.ChromeVoxEventWatcher.setUpDateHandler_();return}cvox.Chrome VoxEventWatcher.setUpTextHandler()}}}else cvox.ChromeVoxEventWatcher.setLastFocu sedNode_(null)};
1476 cvox.ChromeVoxEventWatcher.blurEventWatcher=function(a){window.setTimeout(functi on(){document.activeElement||(cvox.ChromeVoxEventWatcher.setLastFocusedNode_(nul l),cvox.ChromeVoxEventWatcher.addEvent(a))},0);return!0}; 1483 cvox.ChromeVoxEventWatcher.blurEventWatcher=function(a){window.setTimeout(functi on(){document.activeElement||(cvox.ChromeVoxEventWatcher.setLastFocusedNode_(nul l),cvox.ChromeVoxEventWatcher.addEvent(a))},0);return!0};
1477 cvox.ChromeVoxEventWatcher.keyDownEventWatcher=function(a){if(cvox.ChromeVox.pas sThroughMode)return!0;cvox.ChromeVox.isChromeOS&&91==a.keyCode&&(cvox.ChromeVox. searchKeyHeld=!0);a.searchKeyHeld=cvox.ChromeVox.searchKeyHeld&&cvox.ChromeVox.i sActive;a.stickyMode=cvox.ChromeVox.isStickyOn&&cvox.ChromeVox.isActive;a.keyPre fix=cvox.ChromeVox.keyPrefixOn&&cvox.ChromeVox.isActive;cvox.ChromeVox.keyPrefix On=!1;cvox.ChromeVoxEventWatcher.eventToEat=null;if(!cvox.ChromeVoxKbHandler.bas icKeyDownActionsListener(a)|| 1484 cvox.ChromeVoxEventWatcher.keyDownEventWatcher=function(a){if(cvox.ChromeVox.pas sThroughMode)return!0;cvox.ChromeVox.isChromeOS&&91==a.keyCode&&(cvox.ChromeVox. searchKeyHeld=!0);a.searchKeyHeld=cvox.ChromeVox.searchKeyHeld&&cvox.ChromeVox.i sActive;a.stickyMode=cvox.ChromeVox.isStickyOn&&cvox.ChromeVox.isActive;a.keyPre fix=cvox.ChromeVox.keyPrefixOn&&cvox.ChromeVox.isActive;cvox.ChromeVox.keyPrefix On=!1;cvox.ChromeVoxEventWatcher.eventToEat=null;if(!cvox.ChromeVoxKbHandler.bas icKeyDownActionsListener(a)||
1478 cvox.ChromeVoxEventWatcher.handleControlAction(a))return a.preventDefault(),a.st opPropagation(),cvox.ChromeVoxEventWatcher.eventToEat=a,!1;cvox.ChromeVoxEventWa tcher.addEvent(a);return!0}; 1485 cvox.ChromeVoxEventWatcher.handleControlAction(a))return a.preventDefault(),a.st opPropagation(),cvox.ChromeVoxEventWatcher.eventToEat=a,!1;cvox.ChromeVoxEventWa tcher.addEvent(a);return!0};
1479 cvox.ChromeVoxEventWatcher.keyUpEventWatcher=function(a){91==a.keyCode&&(cvox.Ch romeVox.searchKeyHeld=!1);return cvox.ChromeVox.passThroughMode?(a.ctrlKey||a.al tKey||a.metaKey||a.shiftKey||cvox.ChromeVox.searchKeyHeld||(this.secondPassThrou ghKeyUp_?(this.secondPassThroughKeyUp_=!1,cvox.ChromeVox.passThroughMode=!1):thi s.secondPassThroughKeyUp_=!0),!0):cvox.ChromeVoxEventWatcher.eventToEat&&a.keyCo de==cvox.ChromeVoxEventWatcher.eventToEat.keyCode?(a.stopPropagation(),a.prevent Default(),!1):!0}; 1486 cvox.ChromeVoxEventWatcher.keyUpEventWatcher=function(a){91==a.keyCode&&(cvox.Ch romeVox.searchKeyHeld=!1);if(cvox.ChromeVox.passThroughMode)return a.ctrlKey||a. altKey||a.metaKey||a.shiftKey||cvox.ChromeVox.searchKeyHeld||(this.secondPassThr oughKeyUp_?(this.secondPassThroughKeyUp_=!1,cvox.ChromeVox.passThroughMode=!1):t his.secondPassThroughKeyUp_=!0),!0;if(cvox.ChromeVoxEventWatcher.eventToEat&&a.k eyCode==cvox.ChromeVoxEventWatcher.eventToEat.keyCode)return a.stopPropagation() ,a.preventDefault(),!1;
1480 cvox.ChromeVoxEventWatcher.keyPressEventWatcher=function(a){var b=document.locat ion.href,c=cvox.TypingEcho.shouldSpeakChar(cvox.ChromeVox.typingEcho);"undefined "!==typeof cvox.ChromeVox.keyEcho[b]&&(c=cvox.ChromeVox.keyEcho[b]);cvox.ChromeV oxEditableTextBase.eventTypingEcho&&c&&cvox.DomPredicates.editTextPredicate([doc ument.activeElement])&&"password"!==document.activeElement.type&&(b=(new Date).g etTime(),150<b-cvox.ChromeVoxEventWatcher.lastKeypressTime&&cvox.ChromeVox.tts.s top(),cvox.ChromeVoxEventWatcher.lastKeypressTime= 1487 cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1481 b,cvox.ChromeVox.tts.speak(String.fromCharCode(a.charCode),1,{relativeRate:2})); cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxEventWatcher.eventTo Eat&&a.keyCode==cvox.ChromeVoxEventWatcher.eventToEat.keyCode?(a.preventDefault( ),a.stopPropagation(),!1):!0};cvox.ChromeVoxEventWatcher.changeEventWatcher=func tion(a){cvox.ChromeVoxEventWatcher.addEvent(a);return!0}; 1488 cvox.ChromeVoxEventWatcher.keyPressEventWatcher=function(a){var b=document.locat ion.href,c=cvox.TypingEcho.shouldSpeakChar(cvox.ChromeVox.typingEcho);"undefined "!==typeof cvox.ChromeVox.keyEcho[b]&&(c=cvox.ChromeVox.keyEcho[b]);cvox.ChromeV oxEditableTextBase.eventTypingEcho&&c&&cvox.DomPredicates.editTextPredicate([doc ument.activeElement])&&"password"!==document.activeElement.type&&cvox.ChromeVox. tts.speak(String.fromCharCode(a.charCode),0);cvox.ChromeVoxEventWatcher.addEvent (a);return cvox.ChromeVoxEventWatcher.eventToEat&&
1489 a.keyCode==cvox.ChromeVoxEventWatcher.eventToEat.keyCode?(a.preventDefault(),a.s topPropagation(),!1):!0};cvox.ChromeVoxEventWatcher.changeEventWatcher=function( a){cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1482 cvox.ChromeVoxEventWatcher.clipboardEventWatcher=function(a){cvox.ChromeVox.tts. speak(cvox.ChromeVox.msgs.getMsg(a.type).toLowerCase());var b="";switch(a.type){ case "paste":b=a.clipboardData.getData("text");break;case "copy":case "cut":b=wi ndow.getSelection().toString()}cvox.ChromeVox.tts.speak(b,cvox.AbstractTts.QUEUE _MODE_QUEUE);cvox.ChromeVox.navigationManager.clearPageSel();return!0}; 1490 cvox.ChromeVoxEventWatcher.clipboardEventWatcher=function(a){cvox.ChromeVox.tts. speak(cvox.ChromeVox.msgs.getMsg(a.type).toLowerCase());var b="";switch(a.type){ case "paste":b=a.clipboardData.getData("text");break;case "copy":case "cut":b=wi ndow.getSelection().toString()}cvox.ChromeVox.tts.speak(b,cvox.AbstractTts.QUEUE _MODE_QUEUE);cvox.ChromeVox.navigationManager.clearPageSel();return!0};
1483 cvox.ChromeVoxEventWatcher.changeHandler=function(a){cvox.ChromeVoxEventWatcher. setUpTextHandler()||document.activeElement==a.target&&cvox.ChromeVoxEventWatcher .handleControlChanged(document.activeElement)};cvox.ChromeVoxEventWatcher.select EventWatcher=function(a){cvox.ChromeVoxEventWatcher.addEvent(a);return!0};cvox.C hromeVoxEventWatcher.subtreeModifiedEventWatcher=function(a){if(!a||!a.target)re turn!0;cvox.ChromeVoxEventWatcher.addEvent(a);return!0}; 1491 cvox.ChromeVoxEventWatcher.changeHandler=function(a){cvox.ChromeVoxEventWatcher. setUpTextHandler()||document.activeElement==a.target&&cvox.ChromeVoxEventWatcher .handleControlChanged(document.activeElement)};cvox.ChromeVoxEventWatcher.select EventWatcher=function(a){cvox.ChromeVoxEventWatcher.addEvent(a);return!0};cvox.C hromeVoxEventWatcher.subtreeModifiedEventWatcher=function(a){if(!a||!a.target)re turn!0;cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1484 cvox.ChromeVoxEventWatcher.visibilityChangeWatcher=function(){cvox.ChromeVoxEven tWatcher.initialVisibility=!document.webkitHidden;document.webkitHidden&&cvox.Ch romeVox.navigationManager.stopReading(!0)};cvox.ChromeVoxEventWatcher.getInitial Visibility=function(){var a=cvox.ChromeVoxEventWatcher.initialVisibility;cvox.Ch romeVoxEventWatcher.initialVisibility=!1;return a}; 1492 cvox.ChromeVoxEventWatcher.visibilityChangeWatcher=function(){cvox.ChromeVoxEven tWatcher.initialVisibility=!document.webkitHidden;document.webkitHidden&&cvox.Ch romeVox.navigationManager.stopReading(!0)};cvox.ChromeVoxEventWatcher.getInitial Visibility=function(){var a=cvox.ChromeVoxEventWatcher.initialVisibility;cvox.Ch romeVoxEventWatcher.initialVisibility=!1;return a};
1485 cvox.ChromeVoxEventWatcher.speakLiveRegion_=function(a,b){var c=cvox.ChromeVoxEv entWatcher.queueMode_();a||c!=cvox.AbstractTts.QUEUE_MODE_FLUSH||(c=cvox.Abstrac tTts.QUEUE_MODE_QUEUE);var d=new cvox.NavigationSpeaker;d.speakDescriptionArray( b,c,null)}; 1493 cvox.ChromeVoxEventWatcher.speakLiveRegion_=function(a,b){var c=cvox.ChromeVoxEv entWatcher.queueMode_();a||c!=cvox.AbstractTts.QUEUE_MODE_FLUSH||(c=cvox.Abstrac tTts.QUEUE_MODE_QUEUE);var d=new cvox.NavigationSpeaker;d.speakDescriptionArray( b,c,null)};
1486 cvox.ChromeVoxEventWatcher.subtreeModifiedHandler=function(a){var b=(new Date).g etTime();if(cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_+cvox.C hromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_DURATION_>b){if(cvox.ChromeVoxEventW atcher.subtreeModifiedEventsCount_++,cvox.ChromeVoxEventWatcher.subtreeModifiedE ventsCount_>cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_COUNT_LIMIT_)retur n}else cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_=b,cvox.Chro meVoxEventWatcher.subtreeModifiedEventsCount_= 1494 cvox.ChromeVoxEventWatcher.subtreeModifiedHandler=function(a){var b=(new Date).g etTime();if(cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_+cvox.C hromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_DURATION_>b){if(cvox.ChromeVoxEventW atcher.subtreeModifiedEventsCount_++,cvox.ChromeVoxEventWatcher.subtreeModifiedE ventsCount_>cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_COUNT_LIMIT_)retur n}else cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_=b,cvox.Chro meVoxEventWatcher.subtreeModifiedEventsCount_=
1487 1;if(a&&a.target)for(a=a.target,a=cvox.AriaUtil.getLiveRegions(a),b=0;b<a.length &&b<cvox.ChromeVoxEventWatcher.MAX_LIVE_REGIONS_;b++)cvox.LiveRegionsDeprecated. updateLiveRegion(a[b],cvox.ChromeVoxEventWatcher.queueMode_(),!1)}; 1495 1;if(a&&a.target)for(a=a.target,a=cvox.AriaUtil.getLiveRegions(a),b=0;b<a.length &&b<cvox.ChromeVoxEventWatcher.MAX_LIVE_REGIONS_;b++)cvox.LiveRegionsDeprecated. updateLiveRegion(a[b],cvox.ChromeVoxEventWatcher.queueMode_(),!1)};
1488 cvox.ChromeVoxEventWatcher.setUpTextHandler=function(){var a=document.activeElem ent;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttri bute("chromevoxignoreariahidden")&&(a=null);if(a!=cvox.ChromeVoxEventWatcher.cur rentTextControl){cvox.ChromeVoxEventWatcher.currentTextControl&&(cvox.ChromeVoxE ventWatcher.currentTextControl.removeEventListener("input",cvox.ChromeVoxEventWa tcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.currentTextControl.remov eEventListener("click", 1496 cvox.ChromeVoxEventWatcher.setUpTextHandler=function(){var a=document.activeElem ent;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttri bute("chromevoxignoreariahidden")&&(a=null);if(a!=cvox.ChromeVoxEventWatcher.cur rentTextControl){cvox.ChromeVoxEventWatcher.currentTextControl&&(cvox.ChromeVoxE ventWatcher.currentTextControl.removeEventListener("input",cvox.ChromeVoxEventWa tcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.currentTextControl.remov eEventListener("click",
1489 cvox.ChromeVoxEventWatcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.tex tMutationObserver_&&(cvox.ChromeVoxEventWatcher.textMutationObserver_.disconnect (),cvox.ChromeVoxEventWatcher.textMutationObserver_=null));cvox.ChromeVoxEventWa tcher.currentTextControl=null;cvox.ChromeVoxEventWatcher.currentTextHandler&&(cv ox.ChromeVoxEventWatcher.currentTextHandler.teardown(),cvox.ChromeVoxEventWatche r.currentTextHandler=null);if(null==a)return!1;if(a.constructor==HTMLInputElemen t&&cvox.DomUtil.isInputTypeText(a)&& 1497 cvox.ChromeVoxEventWatcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.tex tMutationObserver_&&(cvox.ChromeVoxEventWatcher.textMutationObserver_.disconnect (),cvox.ChromeVoxEventWatcher.textMutationObserver_=null));cvox.ChromeVoxEventWa tcher.currentTextControl=null;cvox.ChromeVoxEventWatcher.currentTextHandler&&(cv ox.ChromeVoxEventWatcher.currentTextHandler.teardown(),cvox.ChromeVoxEventWatche r.currentTextHandler=null);if(null==a)return!1;if(a.constructor==HTMLInputElemen t&&cvox.DomUtil.isInputTypeText(a)&&
1490 cvox.ChromeVoxEventWatcher.shouldEchoKeys)cvox.ChromeVoxEventWatcher.currentText Control=a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditab leHTMLInput(a,cvox.ChromeVox.tts);else if(a.constructor==HTMLTextAreaElement&&cv ox.ChromeVoxEventWatcher.shouldEchoKeys)cvox.ChromeVoxEventWatcher.currentTextCo ntrol=a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditable TextArea(a,cvox.ChromeVox.tts);else if(a.isContentEditable||"textbox"==a.getAttr ibute("role"))cvox.ChromeVoxEventWatcher.currentTextControl= 1498 cvox.ChromeVoxEventWatcher.shouldEchoKeys)cvox.ChromeVoxEventWatcher.currentText Control=a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditab leHTMLInput(a,cvox.ChromeVox.tts);else if(a.constructor==HTMLTextAreaElement&&cv ox.ChromeVoxEventWatcher.shouldEchoKeys)cvox.ChromeVoxEventWatcher.currentTextCo ntrol=a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditable TextArea(a,cvox.ChromeVox.tts);else if(a.isContentEditable||"textbox"==a.getAttr ibute("role"))cvox.ChromeVoxEventWatcher.currentTextControl=
1491 a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditableConten tEditable(a,cvox.ChromeVox.tts);cvox.ChromeVoxEventWatcher.currentTextControl&&( cvox.ChromeVoxEventWatcher.currentTextControl.addEventListener("input",cvox.Chro meVoxEventWatcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.currentTextC ontrol.addEventListener("click",cvox.ChromeVoxEventWatcher.changeEventWatcher,!1 ),window.WebKitMutationObserver&&(cvox.ChromeVoxEventWatcher.textMutationObserve r_=new WebKitMutationObserver(cvox.ChromeVoxEventWatcher.onTextMutation), 1499 a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditableConten tEditable(a,cvox.ChromeVox.tts);cvox.ChromeVoxEventWatcher.currentTextControl&&( cvox.ChromeVoxEventWatcher.currentTextControl.addEventListener("input",cvox.Chro meVoxEventWatcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.currentTextC ontrol.addEventListener("click",cvox.ChromeVoxEventWatcher.changeEventWatcher,!1 ),window.WebKitMutationObserver&&(cvox.ChromeVoxEventWatcher.textMutationObserve r_=new WebKitMutationObserver(cvox.ChromeVoxEventWatcher.onTextMutation),
1492 cvox.ChromeVoxEventWatcher.textMutationObserver_.observe(cvox.ChromeVoxEventWatc her.currentTextControl,{childList:!0,attributes:!0,subtree:!0,attributeOldValue: !1,characterDataOldValue:!1})),cvox.ChromeVoxEventSuspender.areEventsSuspended() ||cvox.ChromeVox.navigationManager.updateSel(cvox.CursorSelection.fromNode(cvox. ChromeVoxEventWatcher.currentTextControl)));return null!=cvox.ChromeVoxEventWatc her.currentTextHandler}}; 1500 cvox.ChromeVoxEventWatcher.textMutationObserver_.observe(cvox.ChromeVoxEventWatc her.currentTextControl,{childList:!0,attributes:!0,subtree:!0,attributeOldValue: !1,characterDataOldValue:!1})),cvox.ChromeVoxEventSuspender.areEventsSuspended() ||cvox.ChromeVox.navigationManager.updateSel(cvox.CursorSelection.fromNode(cvox. ChromeVoxEventWatcher.currentTextControl)));return null!=cvox.ChromeVoxEventWatc her.currentTextHandler}};
1493 cvox.ChromeVoxEventWatcher.handleTextChanged=function(a){if(cvox.ChromeVoxEventW atcher.currentTextHandler){var b=cvox.ChromeVoxEventWatcher.currentTextHandler;b .update(a);return!0}return!1};cvox.ChromeVoxEventWatcher.onTextMutation=function (){cvox.ChromeVoxEventWatcher.currentTextHandler&&window.setTimeout(function(){c vox.ChromeVoxEventWatcher.handleTextChanged(!1)},cvox.ChromeVoxEventWatcher.MAX_ WAIT_TIME_MS_)}; 1501 cvox.ChromeVoxEventWatcher.handleTextChanged=function(a){if(cvox.ChromeVoxEventW atcher.currentTextHandler){var b=cvox.ChromeVoxEventWatcher.currentTextHandler;b .update(a);return!0}return!1};cvox.ChromeVoxEventWatcher.onTextMutation=function (){cvox.ChromeVoxEventWatcher.currentTextHandler&&window.setTimeout(function(){c vox.ChromeVoxEventWatcher.handleTextChanged(!1)},cvox.ChromeVoxEventWatcher.MAX_ WAIT_TIME_MS_)};
1494 cvox.ChromeVoxEventWatcher.handleControlChanged=function(a){var b=cvox.DomUtil.g etControlValueAndStateString(a),c=cvox.DomUtil.getSurroundingControl(a),d=!1;if( a!=cvox.ChromeVoxEventWatcher.lastFocusedNode&&(null==c||c!=cvox.ChromeVoxEventW atcher.lastFocusedNode))cvox.ChromeVoxEventWatcher.setLastFocusedNode_(a);else i f(b==cvox.ChromeVoxEventWatcher.lastFocusedNodeValue)return;cvox.ChromeVoxEventW atcher.lastFocusedNodeValue=b;if(cvox.DomPredicates.checkboxPredicate([a])||cvox .DomPredicates.radioPredicate([a]))d= 1502 cvox.ChromeVoxEventWatcher.handleControlChanged=function(a){var b=cvox.DomUtil.g etControlValueAndStateString(a),c=cvox.DomUtil.getSurroundingControl(a),d=!1;if( a!=cvox.ChromeVoxEventWatcher.lastFocusedNode&&(null==c||c!=cvox.ChromeVoxEventW atcher.lastFocusedNode))cvox.ChromeVoxEventWatcher.setLastFocusedNode_(a);else i f(b==cvox.ChromeVoxEventWatcher.lastFocusedNodeValue)return;cvox.ChromeVoxEventW atcher.lastFocusedNodeValue=b;if(cvox.DomPredicates.checkboxPredicate([a])||cvox .DomPredicates.radioPredicate([a]))d=
1495 !0,a.checked?cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.CHECK_ON):cv ox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.CHECK_OFF);"SELECT"==a.tagN ame&&(d=!0);if("INPUT"==a.tagName)switch(a.type){case "color":case "datetime":ca se "datetime-local":case "range":d=!0}a.hasAttribute&&a.hasAttribute("role")&&(d =!0);c&&c!=a&&document.activeElement==a?(cvox.ApiImplementation.syncToNode(a,!0, cvox.AbstractTts.QUEUE_MODE_FLUSH),d=!1):cvox.AriaUtil.getActiveDescendant(a)&&( cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(cvox.AriaUtil.getActiv eDescendant(a), 1503 !0,a.checked?cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.CHECK_ON):cv ox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.CHECK_OFF);"SELECT"==a.tagN ame&&(d=!0);if("INPUT"==a.tagName)switch(a.type){case "color":case "datetime":ca se "datetime-local":case "range":d=!0}a.hasAttribute&&a.hasAttribute("role")&&(d =!0);c&&c!=a&&document.activeElement==a?(cvox.ApiImplementation.syncToNode(a,!0, cvox.AbstractTts.QUEUE_MODE_FLUSH),d=!1):cvox.AriaUtil.getActiveDescendant(a)&&( cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(cvox.AriaUtil.getActiv eDescendant(a),
1496 !0),d=!0);d&&!cvox.ChromeVoxEventSuspender.areEventsSuspended()&&(cvox.ChromeVox .tts.speak(b,cvox.ChromeVoxEventWatcher.queueMode_(),null),cvox.NavBraille.fromT ext(b).write())}; 1504 !0),d=!0);d&&!cvox.ChromeVoxEventSuspender.areEventsSuspended()&&(cvox.ChromeVox .tts.speak(b,cvox.ChromeVoxEventWatcher.queueMode_(),null),cvox.NavBraille.fromT ext(b).write())};
1497 cvox.ChromeVoxEventWatcher.handleControlAction=function(a){if(!cvox.ChromeVox.is Active)return!1;var b=a.target;if("SELECT"==b.tagName&&1>=b.size&&(13==a.keyCode ||32==a.keyCode))return a.preventDefault(),a.stopPropagation(),!0;if("INPUT"==b. tagName&&"range"==b.type){var c=parseFloat(b.value),d;b.step&&0<b.step?d=b.step: b.min&&b.max?(d=b.max-b.min,d=2<d&&31>d?1:(b.max-b.min)/10):d=1;if(37==a.keyCode ||38==a.keyCode)c-=d;else if(39==a.keyCode||40==a.keyCode)c+=d;b.max&&c>b.max&&( c=b.max);b.min&&c<b.min&& 1505 cvox.ChromeVoxEventWatcher.handleControlAction=function(a){if(!cvox.ChromeVox.is Active)return!1;var b=a.target;if("SELECT"==b.tagName&&1>=b.size&&(13==a.keyCode ||32==a.keyCode))return a.preventDefault(),a.stopPropagation(),!0;if("INPUT"==b. tagName&&"range"==b.type){var c=parseFloat(b.value),d;b.step&&0<b.step?d=b.step: b.min&&b.max?(d=b.max-b.min,d=2<d&&31>d?1:(b.max-b.min)/10):d=1;if(37==a.keyCode ||38==a.keyCode)c-=d;else if(39==a.keyCode||40==a.keyCode)c+=d;b.max&&c>b.max&&( c=b.max);b.min&&c<b.min&&
1498 (c=b.min);b.value=c}return!1}; 1506 (c=b.min);b.value=c}return!1};
1499 cvox.ChromeVoxEventWatcher.handleDialogFocus=function(a){for(;a;){if(a.hasAttrib ute){var b=a.getAttribute("role");if("dialog"==b||"alertdialog"==b)break}a=a.par entElement}if(a==cvox.ChromeVox.navigationManager.currentDialog)return!1;if(cvox .ChromeVox.navigationManager.currentDialog&&!a){if(!cvox.DomUtil.isDescendantOfN ode(document.activeElement,cvox.ChromeVox.navigationManager.currentDialog))retur n cvox.ChromeVox.navigationManager.currentDialog=null,cvox.ChromeVox.tts.speak(c vox.ChromeVox.msgs.getMsg("exiting_dialog"),cvox.AbstractTts.QUEUE_MODE_FLUSH, 1507 cvox.ChromeVoxEventWatcher.handleDialogFocus=function(a){for(var b="";a&&(!a.has Attribute||(b=a.getAttribute("role"),"dialog"!=b&&"alertdialog"!=b));)a=a.parent Element;if(a==cvox.ChromeVox.navigationManager.currentDialog)return!1;if(cvox.Ch romeVox.navigationManager.currentDialog&&!a){if(!cvox.DomUtil.isDescendantOfNode (document.activeElement,cvox.ChromeVox.navigationManager.currentDialog))return c vox.ChromeVox.navigationManager.currentDialog=null,cvox.ChromeVox.tts.speak(cvox .ChromeVox.msgs.getMsg("exiting_dialog"),cvox.AbstractTts.QUEUE_MODE_FLUSH,
1500 cvox.AbstractTts.PERSONALITY_ANNOTATION),!0}else if(a)return cvox.ChromeVox.navi gationManager.currentDialog=a,cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMs g("entering_dialog"),cvox.AbstractTts.QUEUE_MODE_FLUSH,cvox.AbstractTts.PERSONAL ITY_ANNOTATION),a=cvox.DescriptionUtil.getFullDescriptionsFromChildren(null,a),b =new cvox.NavigationSpeaker,b.speakDescriptionArray(a,cvox.AbstractTts.QUEUE_MOD E_QUEUE,null),!0;return!1}; 1508 cvox.AbstractTts.PERSONALITY_ANNOTATION),!0}else if(a)return cvox.ChromeVox.navi gationManager.currentDialog=a,cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMs g("entering_dialog"),cvox.AbstractTts.QUEUE_MODE_FLUSH,cvox.AbstractTts.PERSONAL ITY_ANNOTATION),"alertdialog"==b&&(a=cvox.DescriptionUtil.getFullDescriptionsFro mChildren(null,a),b=new cvox.NavigationSpeaker,b.speakDescriptionArray(a,cvox.Ab stractTts.QUEUE_MODE_QUEUE,null)),!0;return!1};
1501 cvox.ChromeVoxEventWatcherUtil.shouldWaitToProcess=function(a,b,c){a=c-a;b=c-b;r eturn a<cvox.ChromeVoxEventWatcher.WAIT_TIME_MS_&&b<cvox.ChromeVoxEventWatcher.M AX_WAIT_TIME_MS_};cvox.ChromeVoxEventWatcher.queueMode_=function(){return cvox.C hromeVoxEventWatcher.processing_?cvox.AbstractTts.QUEUE_MODE_QUEUE:cvox.Abstract Tts.QUEUE_MODE_FLUSH}; 1509 cvox.ChromeVoxEventWatcherUtil.shouldWaitToProcess=function(a,b,c){a=c-a;b=c-b;r eturn a<cvox.ChromeVoxEventWatcher.WAIT_TIME_MS_&&b<cvox.ChromeVoxEventWatcher.M AX_WAIT_TIME_MS_};cvox.ChromeVoxEventWatcher.queueMode_=function(){return cvox.C hromeVoxEventWatcher.processing_?cvox.AbstractTts.QUEUE_MODE_QUEUE:cvox.Abstract Tts.QUEUE_MODE_FLUSH};
1502 cvox.ChromeVoxEventWatcher.processQueue_=function(){if(0!=cvox.ChromeVoxEventWat cher.events_.length){var a=cvox.ChromeVoxEventWatcher.events_,b=-1,c=0,d,e;for(e =0;d=a[e];e++)"focus"==d.type&&(b=e,c=d.timeStamp);cvox.ChromeVoxEventWatcher.ev ents_=[];for(e=0;d=a[e];e++){var f=a[e-1]||{};!(e>=b||"LiveRegion"==d.type||"DOM SubtreeModified"==d.type)||"focus"==f.type&&"change"==d.type||cvox.ChromeVoxEven tWatcher.events_.push(d)}cvox.ChromeVoxEventWatcher.events_.sort(function(a,b){r eturn"LiveRegion"!=b.type&& 1510 cvox.ChromeVoxEventWatcher.processQueue_=function(){if(0!=cvox.ChromeVoxEventWat cher.events_.length){var a=cvox.ChromeVoxEventWatcher.events_,b=-1,c=0,d,e;for(e =0;d=a[e];e++)"focus"==d.type&&(b=e,c=d.timeStamp);cvox.ChromeVoxEventWatcher.ev ents_=[];for(e=0;d=a[e];e++){var f=a[e-1]||{};!(e>=b||"LiveRegion"==d.type||"DOM SubtreeModified"==d.type)||"focus"==f.type&&"change"==d.type||cvox.ChromeVoxEven tWatcher.events_.push(d)}cvox.ChromeVoxEventWatcher.events_.sort(function(a,b){r eturn"LiveRegion"!=b.type&&
1503 "LiveRegion"==a.type||"DOMSubtreeModified"!=b.type&&"DOMSubtreeModified"==a.type ?1:-1});a=(new Date).getTime();if(0<=b&&cvox.ChromeVoxEventWatcherUtil.shouldWai tToProcess(c,cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime,a))window.setT imeout(cvox.ChromeVoxEventWatcher.processQueue_,cvox.ChromeVoxEventWatcher.WAIT_ TIME_MS_);else{for(e=0;d=cvox.ChromeVoxEventWatcher.events_[e];e++)cvox.ChromeVo xEventWatcher.handleEvent_(d),cvox.ChromeVoxEventWatcher.processing_=!0;cvox.Chr omeVoxEventWatcher.processing_= 1511 "LiveRegion"==a.type||"DOMSubtreeModified"!=b.type&&"DOMSubtreeModified"==a.type ?1:-1});a=(new Date).getTime();if(0<=b&&cvox.ChromeVoxEventWatcherUtil.shouldWai tToProcess(c,cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime,a))window.setT imeout(cvox.ChromeVoxEventWatcher.processQueue_,cvox.ChromeVoxEventWatcher.WAIT_ TIME_MS_);else{for(e=0;d=cvox.ChromeVoxEventWatcher.events_[e];e++)cvox.ChromeVo xEventWatcher.handleEvent_(d),cvox.ChromeVoxEventWatcher.processing_=!0;cvox.Chr omeVoxEventWatcher.processing_=
1504 !1;cvox.ChromeVoxEventWatcher.events_=[];cvox.ChromeVoxEventWatcher.firstUnproce ssedEventTime=-1;cvox.ChromeVoxEventWatcher.queueProcessingScheduled_=!1;cvox.Ch romeVoxEventWatcher.maybeCallReadyCallbacks_()}}}; 1512 !1;cvox.ChromeVoxEventWatcher.events_=[];cvox.ChromeVoxEventWatcher.firstUnproce ssedEventTime=-1;cvox.ChromeVoxEventWatcher.queueProcessingScheduled_=!1;cvox.Ch romeVoxEventWatcher.maybeCallReadyCallbacks_()}}};
1505 cvox.ChromeVoxEventWatcher.handleEvent_=function(a){switch(a.type){case "keydown ":cvox.ChromeVoxEventWatcher.setUpTextHandler();if(cvox.ChromeVoxEventWatcher.cu rrentTextControl&&(cvox.ChromeVoxEventWatcher.handleTextChanged(!0),(a=cvox.Chro meVoxEventWatcher.currentTextHandler)&&a.lastChangeDescribed))break;cvox.ChromeV oxEventWatcher.handleControlChanged(document.activeElement);break;case "keypress ":cvox.ChromeVoxEventWatcher.setUpTextHandler();break;case "click":cvox.ApiImple mentation.syncToNode(a.target, 1513 cvox.ChromeVoxEventWatcher.handleEvent_=function(a){switch(a.type){case "keydown ":cvox.ChromeVoxEventWatcher.setUpTextHandler();if(cvox.ChromeVoxEventWatcher.cu rrentTextControl&&(cvox.ChromeVoxEventWatcher.handleTextChanged(!0),(a=cvox.Chro meVoxEventWatcher.currentTextHandler)&&a.lastChangeDescribed))break;cvox.ChromeV oxEventWatcher.handleControlChanged(document.activeElement);break;case "keyup":c vox.ChromeVoxEventWatcher.handleControlChanged(document.activeElement);break;cas e "keypress":cvox.ChromeVoxEventWatcher.setUpTextHandler();
1506 !0);break;case "focus":cvox.ChromeVoxEventWatcher.focusHandler(a);break;case "bl ur":cvox.ChromeVoxEventWatcher.setUpTextHandler();break;case "change":cvox.Chrom eVoxEventWatcher.changeHandler(a);break;case "select":cvox.ChromeVoxEventWatcher .setUpTextHandler();break;case "LiveRegion":cvox.ChromeVoxEventWatcher.speakLive Region_(a.assertive,a.navDescriptions);break;case "DOMSubtreeModified":cvox.Chro meVoxEventWatcher.subtreeModifiedHandler(a)}}; 1514 break;case "click":cvox.ApiImplementation.syncToNode(a.target,!0);break;case "fo cus":cvox.ChromeVoxEventWatcher.focusHandler(a);break;case "blur":cvox.ChromeVox EventWatcher.setUpTextHandler();break;case "change":cvox.ChromeVoxEventWatcher.c hangeHandler(a);break;case "select":cvox.ChromeVoxEventWatcher.setUpTextHandler( );break;case "LiveRegion":cvox.ChromeVoxEventWatcher.speakLiveRegion_(a.assertiv e,a.navDescriptions);break;case "DOMSubtreeModified":cvox.ChromeVoxEventWatcher. subtreeModifiedHandler(a)}};
1507 cvox.ChromeVoxEventWatcher.setUpTimeHandler_=function(){var a=document.activeEle ment;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttr ibute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.currentT imeHandler=a.constructor==HTMLInputElement&&a.type&&"time"==a.type?new cvox.Chro meVoxHTMLTimeWidget(a,cvox.ChromeVox.tts):null;return null!=cvox.ChromeVoxEventW atcher.currentTimeHandler}; 1515 cvox.ChromeVoxEventWatcher.setUpTimeHandler_=function(){var a=document.activeEle ment;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttr ibute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.currentT imeHandler=a.constructor==HTMLInputElement&&a.type&&"time"==a.type?new cvox.Chro meVoxHTMLTimeWidget(a,cvox.ChromeVox.tts):null;return null!=cvox.ChromeVoxEventW atcher.currentTimeHandler};
1508 cvox.ChromeVoxEventWatcher.setUpMediaHandler_=function(){var a=document.activeEl ement;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAtt ribute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.current MediaHandler=a.constructor==HTMLVideoElement||a.constructor==HTMLAudioElement?ne w cvox.ChromeVoxHTMLMediaWidget(a,cvox.ChromeVox.tts):null;return null!=cvox.Chr omeVoxEventWatcher.currentMediaHandler}; 1516 cvox.ChromeVoxEventWatcher.setUpMediaHandler_=function(){var a=document.activeEl ement;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAtt ribute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.current MediaHandler=a.constructor==HTMLVideoElement||a.constructor==HTMLAudioElement?ne w cvox.ChromeVoxHTMLMediaWidget(a,cvox.ChromeVox.tts):null;return null!=cvox.Chr omeVoxEventWatcher.currentMediaHandler};
1509 cvox.ChromeVoxEventWatcher.setUpDateHandler_=function(){var a=document.activeEle ment;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttr ibute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.currentD ateHandler=a.constructor!=HTMLInputElement||!a.type||"date"!=a.type&&"month"!=a. type&&"week"!=a.type?null:new cvox.ChromeVoxHTMLDateWidget(a,cvox.ChromeVox.tts) ;return null!=cvox.ChromeVoxEventWatcher.currentDateHandler};cvox.InitialSpeech= {};window.INJECTED_AFTER_LOAD||(window.INJECTED_AFTER_LOAD=!1); 1517 cvox.ChromeVoxEventWatcher.setUpDateHandler_=function(){var a=document.activeEle ment;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttr ibute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.currentD ateHandler=a.constructor!=HTMLInputElement||!a.type||"date"!=a.type&&"month"!=a. type&&"week"!=a.type?null:new cvox.ChromeVoxHTMLDateWidget(a,cvox.ChromeVox.tts) ;return null!=cvox.ChromeVoxEventWatcher.currentDateHandler};cvox.InitialSpeech= {};window.INJECTED_AFTER_LOAD||(window.INJECTED_AFTER_LOAD=!1);
1510 cvox.InitialSpeech.speak=function(){var a=window.INJECTED_AFTER_LOAD;if(!cvox.Ch romeVox.isActive||document.webkitHidden)a=!0;if(window.top==window){var b=docume nt.title,c=document.querySelector("head > title");c&&"true"==c.getAttribute("ari a-hidden")&&(b=null);b&&!a&&cvox.ChromeVox.tts.speak(b,cvox.AbstractTts.QUEUE_MO DE_FLUSH);cvox.BrailleOverlayWidget.getInstance().init()}cvox.LiveRegions.init(n ew Date,cvox.AbstractTts.QUEUE_MODE_QUEUE,a);document.hasFocus()&&document.activ eElement==document.body&& 1518 cvox.InitialSpeech.speak=function(){var a=window.INJECTED_AFTER_LOAD;if(!cvox.Ch romeVox.isActive||document.webkitHidden)a=!0;if(window.top==window){var b=docume nt.title,c=document.querySelector("head > title");c&&"true"==c.getAttribute("ari a-hidden")&&(b=null);b&&!a&&cvox.ChromeVox.tts.speak(b,cvox.AbstractTts.QUEUE_MO DE_FLUSH);cvox.BrailleOverlayWidget.getInstance().init()}cvox.LiveRegions.init(n ew Date,cvox.AbstractTts.QUEUE_MODE_QUEUE,a);document.hasFocus()&&document.activ eElement==document.body&&
1511 cvox.ChromeVox.navigationManager.syncToBeginning();cvox.ChromeVox.position[docum ent.location.href]&&(b=cvox.ChromeVox.position[document.location.href],cvox.Chro meVox.navigationManager.updateSelToArbitraryNode(document.elementFromPoint(b.x,b .y)));document.hasFocus()&&(a||cvox.ChromeVoxEventSuspender.withSuspendedEvents( function(){cvox.ChromeVox.navigationManager.finishNavCommand("",!0,cvox.Abstract Tts.QUEUE_MODE_QUEUE)})())};cvox.PdfProcessor={}; 1519 cvox.ChromeVox.navigationManager.syncToBeginning();cvox.ChromeVox.position[docum ent.location.href]&&(b=cvox.ChromeVox.position[document.location.href],cvox.Chro meVox.navigationManager.updateSelToArbitraryNode(document.elementFromPoint(b.x,b .y)));document.hasFocus()&&(a||cvox.ChromeVoxEventSuspender.withSuspendedEvents( function(){cvox.ChromeVox.navigationManager.finishNavCommand("",!0,cvox.Abstract Tts.QUEUE_MODE_QUEUE)})())};cvox.PdfProcessor={};
1512 cvox.PdfProcessor.processEmbeddedPdfs=function(){if("#original"!=window.location .hash)for(var a=document.querySelectorAll('embed[type="application/pdf"]'),b=0;b <a.length;b++){var c=a[b];if("function"===typeof c.accessibility){var d=c.access ibility(),e=cvox.ChromeVoxJSON.parse(d);if(e.loaded)if(e.copyable){var f=documen t.createElement("DIV"),d=document.createElement("DIV");d.style.position="relativ e";d.style.background="white";d.style.margin="20pt";d.style.padding="20pt";d.sty le.border="1px solid #000"; 1520 cvox.PdfProcessor.processEmbeddedPdfs=function(){if("#original"!=window.location .hash)for(var a=document.querySelectorAll('embed[type="application/pdf"]'),b=0;b <a.length;b++){var c=a[b];if("function"===typeof c.accessibility){var d=c.access ibility(),e=cvox.ChromeVoxJSON.parse(d);if(e.loaded)if(e.copyable){var f=documen t.createElement("DIV"),d=document.createElement("DIV");d.style.position="relativ e";d.style.background="white";d.style.margin="20pt";d.style.padding="20pt";d.sty le.border="1px solid #000";
1513 var g=c.src.substr(c.src.lastIndexOf("/")+1);document.title=g;g=cvox.ChromeVox.m sgs.getMsg("pdf_header",[g,c.src+"#original"]);d.innerHTML=g;g=d.getElementsByTa gName("a")[0];g.addEventListener("click",function(){window.location.href=c.src+" #original";window.location.reload()},!0);f.appendChild(d);f.style.position="rela tive";f.style.background="#CCC";f.style.paddingTop="1pt";f.style.paddingBottom=" 1pt";f.style.width="100%";f.style.minHeight="100%";var h=function(a){var b=c.acc essibility(a),d=cvox.ChromeVoxJSON.parse(b), 1521 var g=c.src.substr(c.src.lastIndexOf("/")+1);document.title=g;g=cvox.ChromeVox.m sgs.getMsg("pdf_header",[g,c.src+"#original"]);d.innerHTML=g;g=d.getElementsByTa gName("a")[0];g.addEventListener("click",function(){window.location.href=c.src+" #original";window.location.reload()},!0);f.appendChild(d);f.style.position="rela tive";f.style.background="#CCC";f.style.paddingTop="1pt";f.style.paddingBottom=" 1pt";f.style.width="100%";f.style.minHeight="100%";var h=function(a){var b=c.acc essibility(a),d=cvox.ChromeVoxJSON.parse(b),
1514 b=document.createElement("DIV"),g=document.createElement("A");g.name="page"+a;b. style.position="relative";b.style.background="white";b.style.margin="auto";b.sty le.marginTop="20pt";b.style.marginBottom="20pt";b.style.height=d.height+"pt";b.s tyle.width=d.width+"pt";b.style.boxShadow="0pt 0pt 10pt #333";for(var d=d.textBo x,q=0;q<d.length;q++){var m=d[q],s=document.createElement("Span");s.style.positi on="absolute";s.style.left=m.left+"pt";s.style.top=m.top+"pt";s.style.fontSize=0 .8*m.height+"pt";for(var u= 1522 b=document.createElement("DIV"),g=document.createElement("A");g.name="page"+a;b. style.position="relative";b.style.background="white";b.style.margin="auto";b.sty le.marginTop="20pt";b.style.marginBottom="20pt";b.style.height=d.height+"pt";b.s tyle.width=d.width+"pt";b.style.boxShadow="0pt 0pt 10pt #333";for(var d=d.textBo x,q=0;q<d.length;q++){var m=d[q],s=document.createElement("Span");s.style.positi on="absolute";s.style.left=m.left+"pt";s.style.top=m.top+"pt";s.style.fontSize=. 8*m.height+"pt";for(var u=
1515 0;u<m.textNodes.length;u++){var t=m.textNodes[u];if("text"==t.type)s.appendChild (document.createTextNode(t.text));else if("url"==t.type){var r=document.createEl ement("A");r.href=t.url;r.appendChild(document.createTextNode(t.text));s.appendC hild(r)}}b.appendChild(s)}f.appendChild(g);f.appendChild(b);a<e.numberOfPages-1? window.setTimeout(function(){h(a+1)},0):(c.style.display="none",c.parentNode.app endChild(f),cvox.ChromeVox.navigationManager.reset())};window.setTimeout(functio n(){h(0)},0)}else cvox.ChromeVox.tts.speak("Unable to access copy-protected PDF. Skipping."); 1523 0;u<m.textNodes.length;u++){var t=m.textNodes[u];if("text"==t.type)s.appendChild (document.createTextNode(t.text));else if("url"==t.type){var r=document.createEl ement("A");r.href=t.url;r.appendChild(document.createTextNode(t.text));s.appendC hild(r)}}b.appendChild(s)}f.appendChild(g);f.appendChild(b);a<e.numberOfPages-1? window.setTimeout(function(){h(a+1)},0):(c.style.display="none",c.parentNode.app endChild(f),cvox.ChromeVox.navigationManager.reset())};window.setTimeout(functio n(){h(0)},0)}else cvox.ChromeVox.tts.speak("Unable to access copy-protected PDF. Skipping.");
1516 else window.setTimeout(cvox.PdfProcessor.processEmbeddedPdfs,100)}}};cvox.Search Constants=function(){};cvox.SearchConstants.KeyCode={UP:38,DOWN:40,PAGE_UP:33,PA GE_DOWN:34,LEFT:37,RIGHT:39,ENTER:13,ESC:27};cvox.SearchUtil=function(){};cvox.S earchUtil.extractURL=function(a){return a&&("A"===a.tagName||(a=a.querySelector( "a")))?a.href:null};cvox.SearchUtil.isSearchWidgetActive=function(){return null! ==document.querySelector("#cvox-search")};cvox.SearchUtil.addOneWrap=function(a, b){return(a+1)%b};cvox.SearchUtil.subOneWrap=function(a,b){return(a-1+b)%b}; 1524 else window.setTimeout(cvox.PdfProcessor.processEmbeddedPdfs,100)}}};cvox.Search Constants=function(){};cvox.SearchConstants.KeyCode={UP:38,DOWN:40,PAGE_UP:33,PA GE_DOWN:34,LEFT:37,RIGHT:39,ENTER:13,ESC:27};cvox.SearchUtil=function(){};cvox.S earchUtil.extractURL=function(a){return a&&("A"===a.tagName||(a=a.querySelector( "a")))?a.href:null};cvox.SearchUtil.isSearchWidgetActive=function(){return null! ==document.querySelector("#cvox-search")};cvox.SearchUtil.addOneWrap=function(a, b){return(a+1)%b};cvox.SearchUtil.subOneWrap=function(a,b){return(a-1+b)%b};
1517 cvox.SearchUtil.clickElem=function(a,b,c,d){var e;o:{e=a;for(var f={},g=e;g;){va r h;h=g.getAttribute?(h=g.getAttribute("aria-activedescendant"))?h:null:null;if( !h)break;if(h in f){e=null;break o}f[h]=!0;g=document.getElementById(h)}e=g==e?n ull:g}e&&(a=e);if(c){c=null;a.onclick&&(c=a.onclick);!c&&1!=a.nodeType&&a.parent Node&&a.parentNode.onclick&&(c=a.parentNode.onclick);e=!0;if(c)try{e=c()}catch(k ){}if(!e)return}c=document.createEvent("MouseEvents");d=d?"dblclick":"mousedown" ;c.initMouseEvent(d,!0, 1525 cvox.SearchUtil.clickElem=function(a,b,c,d){var e;o:{e=a;for(var f={},g=e;g;){va r h;h=g.getAttribute?(h=g.getAttribute("aria-activedescendant"))?h:null:null;if( !h)break;if(h in f){e=null;break o}f[h]=!0;g=document.getElementById(h)}e=g==e?n ull:g}e&&(a=e);if(c){c=null;a.onclick&&(c=a.onclick);!c&&1!=a.nodeType&&a.parent Node&&a.parentNode.onclick&&(c=a.parentNode.onclick);e=!0;if(c)try{e=c()}catch(k ){}if(!e)return}c=document.createEvent("MouseEvents");d=d?"dblclick":"mousedown" ;c.initMouseEvent(d,!0,
1518 !0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0;try{a.dispatc hEvent(c)}catch(l){}c=document.createEvent("MouseEvents");c.initMouseEvent("mous eup",!0,!0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0;try{a .dispatchEvent(c)}catch(n){}c=document.createEvent("MouseEvents");c.initMouseEve nt("click",!0,!0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0 ;try{a.dispatchEvent(c)}catch(p){}};cvox.AbstractResult=function(){};cvox.Abstra ctResult.prototype.isType=function(){return!1};cvox.AbstractResult.prototype.spe ak=function(){return!1};cvox.AbstractResult.prototype.getURL=cvox.SearchUtil.ext ractURL;cvox.AbstractResult.prototype.getSyncNode=function(a){return a};cvox.Sea rchResults=function(){};cvox.SearchResults.speakResultBySelectTexts=function(a,b ){for(var c=0;c<b.length;c++){var d=b[c];if(d.select)for(var e=a.querySelectorAl l(d.select),f=0;f<e.length;f++)cvox.ChromeVox.speakNode(e.item(f),1);d.text&&cvo x.ChromeVox.tts.speak(d.text,1)}};cvox.UnknownResult=function(){};goog.inherits( cvox.UnknownResult,cvox.AbstractResult);cvox.NormalResult=function(){};goog.inhe rits(cvox.NormalResult,cvox.AbstractResult); 1526 !0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0;try{a.dispatc hEvent(c)}catch(l){}c=document.createEvent("MouseEvents");c.initMouseEvent("mous eup",!0,!0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0;try{a .dispatchEvent(c)}catch(n){}c=document.createEvent("MouseEvents");c.initMouseEve nt("click",!0,!0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0 ;try{a.dispatchEvent(c)}catch(p){}};cvox.AbstractResult=function(){};cvox.Abstra ctResult.prototype.isType=function(){return!1};cvox.AbstractResult.prototype.spe ak=function(){return!1};cvox.AbstractResult.prototype.getURL=cvox.SearchUtil.ext ractURL;cvox.AbstractResult.prototype.getSyncNode=function(a){return a};cvox.Sea rchResults=function(){};cvox.SearchResults.speakResultBySelectTexts=function(a,b ){for(var c=0;c<b.length;c++){var d=b[c];if(d.select)for(var e=a.querySelectorAl l(d.select),f=0;f<e.length;f++)cvox.ChromeVox.speakNode(e.item(f),1);d.text&&cvo x.ChromeVox.tts.speak(d.text,1)}};cvox.UnknownResult=function(){};goog.inherits( cvox.UnknownResult,cvox.AbstractResult);cvox.NormalResult=function(){};goog.inhe rits(cvox.NormalResult,cvox.AbstractResult);
1519 cvox.NormalResult.prototype.isType=function(a){return null!==a.querySelector(".r c")};cvox.NormalResult.prototype.speak=function(a){if(!a)return!1;var b=[{select :".rc .r"},{select:".rc .st"},{select:".kv"},{select:".osl"},{select:".sld"},{se lect:".mrf"}];cvox.SearchResults.speakResultBySelectTexts(a,b);b=a.querySelector All(".mas-1st-col div");a=a.querySelectorAll(".mas-col div");for(var c=0;c<b.len gth;c++)cvox.ChromeVox.speakNode(b.item(c),1),cvox.ChromeVox.speakNode(a.item(c) ,1);return!0}; 1527 cvox.NormalResult.prototype.isType=function(a){return null!==a.querySelector(".r c")};cvox.NormalResult.prototype.speak=function(a){if(!a)return!1;var b=[{select :".rc .r"},{select:".rc .st"},{select:".kv"},{select:".osl"},{select:".sld"},{se lect:".mrf"}];cvox.SearchResults.speakResultBySelectTexts(a,b);b=a.querySelector All(".mas-1st-col div");a=a.querySelectorAll(".mas-col div");for(var c=0;c<b.len gth;c++)cvox.ChromeVox.speakNode(b.item(c),1),cvox.ChromeVox.speakNode(a.item(c) ,1);return!0};
1520 cvox.WeatherResult=function(){};goog.inherits(cvox.WeatherResult,cvox.AbstractRe sult);cvox.WeatherResult.prototype.isType=function(a){return null!==a.querySelec tor("#wob_wc")};cvox.WeatherResult.speakForecast=function(a){if(a){var b=[{selec t:".vk_lgy"},{select:"img"},{select:".vk_gy"},{select:".vk_lgy"}];cvox.SearchRes ults.speakResultBySelectTexts(a,b)}}; 1528 cvox.WeatherResult=function(){};goog.inherits(cvox.WeatherResult,cvox.AbstractRe sult);cvox.WeatherResult.prototype.isType=function(a){return null!==a.querySelec tor("#wob_wc")};cvox.WeatherResult.speakForecast=function(a){if(a){var b=[{selec t:".vk_lgy"},{select:"img"},{select:".vk_gy"},{select:".vk_lgy"}];cvox.SearchRes ults.speakResultBySelectTexts(a,b)}};
1521 cvox.WeatherResult.prototype.speak=function(a){if(!a)return!1;var b=[{text:"The weather forcast for"},{select:".vk_h"},{select:"#wob_dts"},{select:"#wob_dc"},{s elect:"#wob_tm"},{text:"degrees fahrenheit"},{text:"precipitation is"},{select:" #wob_pp"},{text:"humidity is"},{select:"#wob_hm"},{text:"wind is"},{select:"#wob _ws"}];cvox.SearchResults.speakResultBySelectTexts(a,b);a=a.getElementsByClassNa me("wob_df");cvox.ChromeVox.tts.speak("Forecasts for this week",1);for(b=0;b<a.l ength;b++){var c=a.item(b); 1529 cvox.WeatherResult.prototype.speak=function(a){if(!a)return!1;var b=[{text:"The weather forcast for"},{select:".vk_h"},{select:"#wob_dts"},{select:"#wob_dc"},{s elect:"#wob_tm"},{text:"degrees fahrenheit"},{text:"precipitation is"},{select:" #wob_pp"},{text:"humidity is"},{select:"#wob_hm"},{text:"wind is"},{select:"#wob _ws"}];cvox.SearchResults.speakResultBySelectTexts(a,b);a=a.getElementsByClassNa me("wob_df");cvox.ChromeVox.tts.speak("Forecasts for this week",1);for(b=0;b<a.l ength;b++){var c=a.item(b);
1522 cvox.WeatherResult.speakForecast(c)}return!0};cvox.KnowResult=function(){};goog. inherits(cvox.KnowResult,cvox.AbstractResult);cvox.KnowResult.prototype.isType=f unction(a){return null!==a.querySelector(".kno-ec")};cvox.KnowResult.prototype.s peak=function(a){cvox.ChromeVox.speakNode(a,1);return!0};cvox.KnowResult.prototy pe.getURL=function(a){return cvox.SearchUtil.extractURL(a.querySelector(".q"))}; cvox.KnowResult.prototype.getSyncNode=function(a){return a.querySelector(".kno-e cr-pt")}; 1530 cvox.WeatherResult.speakForecast(c)}return!0};cvox.KnowResult=function(){};goog. inherits(cvox.KnowResult,cvox.AbstractResult);cvox.KnowResult.prototype.isType=f unction(a){return null!==a.querySelector(".kno-ec")};cvox.KnowResult.prototype.s peak=function(a){cvox.ChromeVox.speakNode(a,1);return!0};cvox.KnowResult.prototy pe.getURL=function(a){return cvox.SearchUtil.extractURL(a.querySelector(".q"))}; cvox.KnowResult.prototype.getSyncNode=function(a){return a.querySelector(".kno-e cr-pt")};
1523 cvox.CalcResult=function(){};goog.inherits(cvox.CalcResult,cvox.AbstractResult); cvox.CalcResult.prototype.isType=function(a){return null!==a.querySelector("#cwm cwd")};cvox.CalcResult.prototype.speak=function(a){if(!a)return!1;var b=[{select :"#cwles"},{select:"#cwos"}];cvox.SearchResults.speakResultBySelectTexts(a,b);re turn!0};cvox.GameResult=function(){};goog.inherits(cvox.GameResult,cvox.Abstract Result);cvox.GameResult.prototype.isType=function(a){return null!==a.querySelect or(".xpdbox")}; 1531 cvox.CalcResult=function(){};goog.inherits(cvox.CalcResult,cvox.AbstractResult); cvox.CalcResult.prototype.isType=function(a){return null!==a.querySelector("#cwm cwd")};cvox.CalcResult.prototype.speak=function(a){if(!a)return!1;var b=[{select :"#cwles"},{select:"#cwos"}];cvox.SearchResults.speakResultBySelectTexts(a,b);re turn!0};cvox.GameResult=function(){};goog.inherits(cvox.GameResult,cvox.Abstract Result);cvox.GameResult.prototype.isType=function(a){return null!==a.querySelect or(".xpdbox")};
1524 cvox.ImageResult=function(){};goog.inherits(cvox.ImageResult,cvox.AbstractResult );cvox.ImageResult.prototype.isType=function(a){return"rg_di"===a.className};cvo x.ImageResult.prototype.speak=function(a){if(!a)return!1;var b=a.querySelector(" .rg_meta"),b=b.innerHTML,c=JSON.parse(b),b=[],d=c.fn;d&&b.push({text:d});if(d=c. is){var e=document.createElement("div");e.innerHTML=d;d=e.textContent||e.innerTe xt;b.push({text:d})}(c=c.isu)&&b.push({text:c});cvox.SearchResults.speakResultBy SelectTexts(a,b);return!0}; 1532 cvox.ImageResult=function(){};goog.inherits(cvox.ImageResult,cvox.AbstractResult );cvox.ImageResult.prototype.isType=function(a){return"rg_di"===a.className};cvo x.ImageResult.prototype.speak=function(a){if(!a)return!1;var b=a.querySelector(" .rg_meta"),b=b.innerHTML,c=JSON.parse(b),b=[],d=c.fn;d&&b.push({text:d});if(d=c. is){var e=document.createElement("div");e.innerHTML=d;d=e.textContent||e.innerTe xt;b.push({text:d})}(c=c.isu)&&b.push({text:c});cvox.SearchResults.speakResultBy SelectTexts(a,b);return!0};
(...skipping 24 matching lines...) Expand all
1549 JSON.parse(b.typingEcho);b.position&&(cvox.ChromeVox.position=JSON.parse(b.posit ion));"undefined"!=b.granularity&&cvox.ChromeVox.navigationManager.setGranularit y(JSON.parse(b.granularity));a.activateOrDeactivateChromeVox("true"==b.active);a .activateOrDeactivateStickyMode("true"==b.sticky);a.gotPrefsAtLeastOnce_||cvox.I nitialSpeech.speak();a.gotPrefsAtLeastOnce_=!0;cvox.ChromeVox.verbosity="false"= =b.useVerboseMode?cvox.VERBOSITY_BRIEF:cvox.VERBOSITY_VERBOSE;b.cvoxKey&&(cvox.C hromeVox.modKeyStr=b.cvoxKey); 1557 JSON.parse(b.typingEcho);b.position&&(cvox.ChromeVox.position=JSON.parse(b.posit ion));"undefined"!=b.granularity&&cvox.ChromeVox.navigationManager.setGranularit y(JSON.parse(b.granularity));a.activateOrDeactivateChromeVox("true"==b.active);a .activateOrDeactivateStickyMode("true"==b.sticky);a.gotPrefsAtLeastOnce_||cvox.I nitialSpeech.speak();a.gotPrefsAtLeastOnce_=!0;cvox.ChromeVox.verbosity="false"= =b.useVerboseMode?cvox.VERBOSITY_BRIEF:cvox.VERBOSITY_VERBOSE;b.cvoxKey&&(cvox.C hromeVox.modKeyStr=b.cvoxKey);
1550 var d=b.siteSpecificScriptLoader!=cvox.ApiImplementation.siteSpecificScriptLoade r||b.siteSpecificScriptBase!=cvox.ApiImplementation.siteSpecificScriptBase;cvox. ApiImplementation.siteSpecificScriptLoader=b.siteSpecificScriptLoader;cvox.ApiIm plementation.siteSpecificScriptBase=b.siteSpecificScriptBase;d&&(d="true"===b.si teSpecificEnhancements?cvox.SearchLoader.init:null,cvox.ApiImplementation.init(d ));cvox.BrailleOverlayWidget.getInstance().setActive("true"==b.brailleCaptions)} };cvox.ExtensionBridge.addMessageListener(b); 1558 var d=b.siteSpecificScriptLoader!=cvox.ApiImplementation.siteSpecificScriptLoade r||b.siteSpecificScriptBase!=cvox.ApiImplementation.siteSpecificScriptBase;cvox. ApiImplementation.siteSpecificScriptLoader=b.siteSpecificScriptLoader;cvox.ApiIm plementation.siteSpecificScriptBase=b.siteSpecificScriptBase;d&&(d="true"===b.si teSpecificEnhancements?cvox.SearchLoader.init:null,cvox.ApiImplementation.init(d ));cvox.BrailleOverlayWidget.getInstance().setActive("true"==b.brailleCaptions)} };cvox.ExtensionBridge.addMessageListener(b);
1551 cvox.ExtensionBridge.addMessageListener(function(a){"DOMAINS_STYLES"==a.message& &cvox.TraverseMath.getInstance().addDomainsAndStyles(a.domains,a.styles)});cvox. ExtensionBridge.addMessageListener(function(a){var b=a.message;"USER_COMMAND"==b &&(b=a.command,cvox.ChromeVoxUserCommands.commands[b](a))});cvox.ExtensionBridge .send({target:"Prefs",action:"getPrefs"});cvox.ExtensionBridge.send({target:"Dat a",action:"getHistory"})};cvox.ChromeHost.prototype.reinit=function(){cvox.Exten sionBridge.init()}; 1559 cvox.ExtensionBridge.addMessageListener(function(a){"DOMAINS_STYLES"==a.message& &cvox.TraverseMath.getInstance().addDomainsAndStyles(a.domains,a.styles)});cvox. ExtensionBridge.addMessageListener(function(a){var b=a.message;"USER_COMMAND"==b &&(b=a.command,cvox.ChromeVoxUserCommands.commands[b](a))});cvox.ExtensionBridge .send({target:"Prefs",action:"getPrefs"});cvox.ExtensionBridge.send({target:"Dat a",action:"getHistory"})};cvox.ChromeHost.prototype.reinit=function(){cvox.Exten sionBridge.init()};
1552 cvox.ChromeHost.prototype.onPageLoad=function(){cvox.PdfProcessor.processEmbedde dPdfs();cvox.ExtensionBridge.addDisconnectListener(goog.bind(function(){cvox.Chr omeVox.isActive=!1;cvox.ChromeVoxEventWatcher.cleanup(window);cvox.ChromeVox.nav igationManager.reset()},this))};cvox.ChromeHost.prototype.sendToBackgroundPage=f unction(a){cvox.ExtensionBridge.send(a)};cvox.ChromeHost.prototype.getApiSrc=fun ction(){return this.getFileSrc("chromevox/injected/api.js")};cvox.ChromeHost.pro totype.getFileSrc=function(a){return window.chrome.extension.getURL(a)}; 1560 cvox.ChromeHost.prototype.onPageLoad=function(){cvox.PdfProcessor.processEmbedde dPdfs();cvox.ExtensionBridge.addDisconnectListener(goog.bind(function(){cvox.Chr omeVox.isActive=!1;cvox.ChromeVoxEventWatcher.cleanup(window);cvox.ChromeVox.nav igationManager.reset()},this))};cvox.ChromeHost.prototype.sendToBackgroundPage=f unction(a){cvox.ExtensionBridge.send(a)};cvox.ChromeHost.prototype.getApiSrc=fun ction(){return this.getFileSrc("chromevox/injected/api.js")};cvox.ChromeHost.pro totype.getFileSrc=function(a){return window.chrome.extension.getURL(a)};
1553 cvox.ChromeHost.prototype.killChromeVox=function(){cvox.ChromeHost.superClass_.k illChromeVox.call(this);cvox.ExtensionBridge.removeMessageListeners()};cvox.Chro meHost.prototype.activateOrDeactivateStickyMode=function(a){cvox.ChromeVox.isSti ckyOn=a};cvox.HostFactory.hostConstructor=cvox.ChromeHost;cvox.ChromeMathJax=fun ction(){this.port=null;this.nextCallbackId_=1;this.callbackMap_={};this.texNodeI d_=0;this.init()};goog.inherits(cvox.ChromeMathJax,cvox.AbstractMathJax);cvox.Ch romeMathJax.prototype.registerCallback_=function(a){var b=this.nextCallbackId_;t his.nextCallbackId_++;this.callbackMap_[b]=a;return b};cvox.ChromeMathJax.protot ype.retrieveCallback_=function(a){a=parseInt(a,10);return(a=this.callbackMap_[a] )?a:null}; 1561 cvox.ChromeHost.prototype.killChromeVox=function(){cvox.ChromeHost.superClass_.k illChromeVox.call(this);cvox.ExtensionBridge.removeMessageListeners()};cvox.Chro meHost.prototype.activateOrDeactivateStickyMode=function(a){cvox.ChromeVox.isSti ckyOn=a};cvox.HostFactory.hostConstructor=cvox.ChromeHost;cvox.ChromeMathJax=fun ction(){this.port=null;this.nextCallbackId_=1;this.callbackMap_={};this.texNodeI d_=0;this.init()};goog.inherits(cvox.ChromeMathJax,cvox.AbstractMathJax);cvox.Ch romeMathJax.prototype.registerCallback_=function(a){var b=this.nextCallbackId_;t his.nextCallbackId_++;this.callbackMap_[b]=a;return b};cvox.ChromeMathJax.protot ype.retrieveCallback_=function(a){a=parseInt(a,10);return(a=this.callbackMap_[a] )?a:null};
1554 cvox.ChromeMathJax.prototype.init=function(){window.addEventListener("message",g oog.bind(this.portSetup,this),!0);var a=[];a.push(cvox.ChromeVox.host.getFileSrc ("chromevox/injected/mathjax_external_util.js"));a.push(cvox.ChromeVox.host.getF ileSrc("chromevox/injected/mathjax.js"));a.push(cvox.ApiImplementation.siteSpeci ficScriptLoader);cvox.ScriptInstaller.installScript(a,"mathjax",null,cvox.ApiImp lementation.siteSpecificScriptBase)}; 1562 cvox.ChromeMathJax.prototype.init=function(){window.addEventListener("message",g oog.bind(this.portSetup,this),!0);var a=[];a.push(cvox.ChromeVox.host.getFileSrc ("chromevox/injected/mathjax_external_util.js"));a.push(cvox.ChromeVox.host.getF ileSrc("chromevox/injected/mathjax.js"));a.push(cvox.ApiImplementation.siteSpeci ficScriptLoader);cvox.ScriptInstaller.installScript(a,"mathjax",null,cvox.ApiImp lementation.siteSpecificScriptBase)};
1555 cvox.ChromeMathJax.prototype.postMsg=function(a,b,c){c=c||{};b=this.registerCall back_(b);b=b.toString();this.port.postMessage({cmd:a,id:b,args:c})};cvox.ChromeM athJax.prototype.portSetup=function(a){return"cvox.MathJaxPortSetup"==a.data?(th is.port=a.ports[0],this.port.onmessage=goog.bind(function(a){this.dispatchMessag e(a.data)},this),!1):!0}; 1563 cvox.ChromeMathJax.prototype.postMsg=function(a,b,c){c=c||{};b=this.registerCall back_(b);b=b.toString();this.port.postMessage({cmd:a,id:b,args:c})};cvox.ChromeM athJax.prototype.portSetup=function(a){return"cvox.MathJaxPortSetup"==a.data?(th is.port=a.ports[0],this.port.onmessage=goog.bind(function(a){this.dispatchMessag e(a.data)},this),!1):!0};
1556 cvox.ChromeMathJax.prototype.dispatchMessage=function(a){var b,c=[];switch(a.cmd ){case "NodeMml":b=this.convertMarkupToDom;c=["mathml","elementId"];break;case " Active":b=this.applyBoolean,c=["status"]}if(!b)throw"Unknown MathJax call: "+a.c md;var d=this.retrieveCallback_(a.id),e=a.args;d&&b&&b.apply(this,[d].concat(c.m ap(function(a){return e[a]})))};cvox.ChromeMathJax.prototype.applyBoolean=functi on(a,b){a(b)}; 1564 cvox.ChromeMathJax.prototype.dispatchMessage=function(a){var b,c=[];switch(a.cmd ){case "NodeMml":b=this.convertMarkupToDom;c=["mathml","elementId"];break;case " Active":b=this.applyBoolean,c=["status"]}if(!b)throw"Unknown MathJax call: "+a.c md;var d=this.retrieveCallback_(a.id),e=a.args;d&&b&&b.apply(this,[d].concat(c.m ap(function(a){return e[a]})))};cvox.ChromeMathJax.prototype.applyBoolean=functi on(a,b){a(b)};
1557 cvox.ChromeMathJax.prototype.isMathjaxActive=function(a){var b=0,c=goog.bind(fun ction(){b++;try{this.postMsg("Active",function(d){d?a(d):5>b&&setTimeout(c,1E3)} )}catch(d){if(5>b)setTimeout(c,1E3);else throw d;}},this);c()};cvox.ChromeMathJa x.prototype.getAllJax=function(a){this.postMsg("AllJax",a)};cvox.ChromeMathJax.p rototype.registerSignal=function(a,b){this.postMsg("RegSig",a,{sig:b})}; 1565 cvox.ChromeMathJax.prototype.isMathjaxActive=function(a){var b=0,c=goog.bind(fun ction(){b++;try{this.postMsg("Active",function(d){d?a(d):5>b&&setTimeout(c,1E3)} )}catch(d){if(5>b)setTimeout(c,1E3);else throw d;}},this);c()};cvox.ChromeMathJa x.prototype.getAllJax=function(a){this.postMsg("AllJax",a)};cvox.ChromeMathJax.p rototype.registerSignal=function(a,b){this.postMsg("RegSig",a,{sig:b})};
1558 cvox.ChromeMathJax.prototype.injectScripts=function(){var a=0,b=goog.bind(functi on(){a++;this.port?this.postMsg("InjectScripts",function(){}):10>a&&setTimeout(b ,500)},this);b()};cvox.ChromeMathJax.prototype.configMediaWiki=function(){this.p ostMsg("ConfWikipedia",function(){})};cvox.ChromeMathJax.prototype.getTex=functi on(a,b){var c=b.alt||b.title;if(c){var d="cvoxId-"+this.texNodeId_++;b.setAttrib ute("cvoxId",d);this.postMsg("TexToMml",a,{alt:c,id:d})}}; 1566 cvox.ChromeMathJax.prototype.injectScripts=function(){var a=0,b=goog.bind(functi on(){a++;this.port?this.postMsg("InjectScripts",function(){}):10>a&&setTimeout(b ,500)},this);b()};cvox.ChromeMathJax.prototype.configMediaWiki=function(){this.p ostMsg("ConfWikipedia",function(){})};cvox.ChromeMathJax.prototype.getTex=functi on(a,b){var c=b.alt||b.title;if(c){var d="cvoxId-"+this.texNodeId_++;b.setAttrib ute("cvoxId",d);this.postMsg("TexToMml",a,{alt:c,id:d})}};
1559 cvox.ChromeMathJax.prototype.getAsciiMath=function(a,b){var c=b.alt||b.title;if( c){var d="cvoxId-"+this.texNodeId_++;b.setAttribute("cvoxId",d);this.postMsg("As ciiMathToMml",a,{alt:c,id:d})}};cvox.HostFactory.mathJaxConstructor=cvox.ChromeM athJax;cvox.ChromeMsgs=function(){};goog.inherits(cvox.ChromeMsgs,cvox.AbstractM sgs);cvox.ChromeMsgs.NAMESPACE_="chromevox_";cvox.ChromeMsgs.prototype.getMsg=fu nction(a,b){var c=chrome.i18n.getMessage(cvox.ChromeMsgs.NAMESPACE_+a,b);if(void 0==c||""==c)throw Error("Invalid ChromeVox message id: "+a);return c};cvox.Chro meMsgs.prototype.getNumber=function(a){return""+a};cvox.HostFactory.msgsConstruc tor=cvox.ChromeMsgs;cvox.ChromeTtsBase=function(){cvox.AbstractTts.call(this);th is.propertyDefault.pitch=1;this.propertyMin.pitch=0.2;this.propertyMax.pitch=2;t his.propertyDefault.rate=1;this.propertyMin.rate=0.2;this.propertyMax.rate=5;thi s.propertyDefault.volume=1;this.propertyMin.volume=0.2;this.propertyMax.volume=1 };goog.inherits(cvox.ChromeTtsBase,cvox.AbstractTts);cvox.ChromeTts=function(){c vox.ChromeTtsBase.call(this);this.addBridgeListener()};goog.inherits(cvox.Chrome Tts,cvox.ChromeTtsBase);cvox.ChromeTts.callId=1;cvox.ChromeTts.functionMap={};cv ox.ChromeTts.prototype.speak=function(a,b,c){c||(c={});cvox.ChromeTts.superClass _.speak.call(this,a,b,c);cvox.ExtensionBridge.send(this.createMessageForProperti es_(a,b,c))};cvox.ChromeTts.prototype.isSpeaking=function(){cvox.ChromeTts.super Class_.isSpeaking.call(this);return!1}; 1567 cvox.ChromeMathJax.prototype.getAsciiMath=function(a,b){var c=b.alt||b.title;if( c){var d="cvoxId-"+this.texNodeId_++;b.setAttribute("cvoxId",d);this.postMsg("As ciiMathToMml",a,{alt:c,id:d})}};cvox.HostFactory.mathJaxConstructor=cvox.ChromeM athJax;cvox.ChromeMsgs=function(){};goog.inherits(cvox.ChromeMsgs,cvox.AbstractM sgs);cvox.ChromeMsgs.NAMESPACE_="chromevox_";cvox.ChromeMsgs.prototype.getMsg=fu nction(a,b){var c=chrome.i18n.getMessage(cvox.ChromeMsgs.NAMESPACE_+a,b);if(void 0==c||""==c)throw Error("Invalid ChromeVox message id: "+a);return c};cvox.Chro meMsgs.prototype.getNumber=function(a){return""+a};cvox.HostFactory.msgsConstruc tor=cvox.ChromeMsgs;cvox.ChromeTtsBase=function(){cvox.AbstractTts.call(this);th is.propertyDefault.pitch=1;this.propertyMin.pitch=.2;this.propertyMax.pitch=2;th is.propertyDefault.rate=1;this.propertyMin.rate=.2;this.propertyMax.rate=5;this. propertyDefault.volume=1;this.propertyMin.volume=.2;this.propertyMax.volume=1};g oog.inherits(cvox.ChromeTtsBase,cvox.AbstractTts);cvox.ChromeTts=function(){cvox .ChromeTtsBase.call(this);this.addBridgeListener()};goog.inherits(cvox.ChromeTts ,cvox.ChromeTtsBase);cvox.ChromeTts.callId=1;cvox.ChromeTts.functionMap={};cvox. ChromeTts.prototype.speak=function(a,b,c){c||(c={});cvox.ChromeTts.superClass_.s peak.call(this,a,b,c);cvox.ExtensionBridge.send(this.createMessageForProperties_ (a,b,c))};cvox.ChromeTts.prototype.isSpeaking=function(){cvox.ChromeTts.superCla ss_.isSpeaking.call(this);return!1};
1560 cvox.ChromeTts.prototype.stop=function(){cvox.ChromeTts.superClass_.stop.call(th is);cvox.ExtensionBridge.send({target:"TTS",action:"stop"})};cvox.ChromeTts.prot otype.increaseOrDecreaseProperty=function(a,b){cvox.ExtensionBridge.send({target :"TTS",action:"increaseOrDecrease",property:a,increase:b})};cvox.ChromeTts.proto type.addBridgeListener=function(){cvox.ExtensionBridge.addMessageListener(functi on(a){var b=a.message;"TTS_CALLBACK"==b&&(a=a.id,b=cvox.ChromeTts.functionMap[a] ,void 0!=b&&(b(),delete cvox.ChromeTts.functionMap[a]))})}; 1568 cvox.ChromeTts.prototype.stop=function(){cvox.ChromeTts.superClass_.stop.call(th is);cvox.ExtensionBridge.send({target:"TTS",action:"stop"})};cvox.ChromeTts.prot otype.increaseOrDecreaseProperty=function(a,b){cvox.ExtensionBridge.send({target :"TTS",action:"increaseOrDecrease",property:a,increase:b})};cvox.ChromeTts.proto type.addBridgeListener=function(){cvox.ExtensionBridge.addMessageListener(functi on(a){var b=a.message;"TTS_CALLBACK"==b&&(a=a.id,b=cvox.ChromeTts.functionMap[a] ,void 0!=b&&(b(),delete cvox.ChromeTts.functionMap[a]))})};
1561 cvox.ChromeTts.prototype.createMessageForProperties_=function(a,b,c){a={target:" TTS",action:"speak",text:a,queueMode:b,properties:c};void 0!=c.startCallback&&(c vox.ChromeTts.functionMap[cvox.ChromeTts.callId]=c.startCallback,a.startCallback Id=cvox.ChromeTts.callId++);void 0!=c.endCallback&&(cvox.ChromeTts.functionMap[c vox.ChromeTts.callId]=c.endCallback,a.endCallbackId=cvox.ChromeTts.callId++);ret urn a};cvox.HostFactory.ttsConstructor=cvox.ChromeTts;cvox.Serializer=function() {};cvox.Serializer.prototype.storeOn=function(a){cvox.ChromeVox.storeOn(a);cvox. ChromeVoxEventWatcher.storeOn(a)};cvox.Serializer.prototype.readFrom=function(a) {cvox.ChromeVox.readFrom(a);cvox.ChromeVoxEventWatcher.readFrom(a)};cvox.InitGlo bals=function(){}; 1569 cvox.ChromeTts.prototype.createMessageForProperties_=function(a,b,c){a={target:" TTS",action:"speak",text:a,queueMode:b,properties:c};void 0!=c.startCallback&&(c vox.ChromeTts.functionMap[cvox.ChromeTts.callId]=c.startCallback,a.startCallback Id=cvox.ChromeTts.callId++);void 0!=c.endCallback&&(cvox.ChromeTts.functionMap[c vox.ChromeTts.callId]=c.endCallback,a.endCallbackId=cvox.ChromeTts.callId++);ret urn a};cvox.HostFactory.ttsConstructor=cvox.ChromeTts;cvox.Serializer=function() {};cvox.Serializer.prototype.storeOn=function(a){cvox.ChromeVox.storeOn(a);cvox. ChromeVoxEventWatcher.storeOn(a)};cvox.Serializer.prototype.readFrom=function(a) {cvox.ChromeVox.readFrom(a);cvox.ChromeVoxEventWatcher.readFrom(a)};cvox.InitGlo bals=function(){};
1562 cvox.InitGlobals.initGlobals=function(){cvox.ChromeVox.host||(cvox.ChromeVox.hos t=cvox.HostFactory.getHost());cvox.ChromeVox.tts=(new cvox.CompositeTts).add(cvo x.HostFactory.getTts()).add(cvox.History.getInstance()).add(cvox.ConsoleTts.getI nstance());cvox.ChromeVox.braille||(cvox.ChromeVox.braille=cvox.HostFactory.getB raille());cvox.ChromeVox.mathJax=cvox.HostFactory.getMathJax();cvox.ChromeVox.ea rcons=cvox.HostFactory.getEarcons();cvox.ChromeVox.msgs=cvox.HostFactory.getMsgs ();cvox.ChromeVox.isActive= 1570 cvox.InitGlobals.initGlobals=function(){cvox.ChromeVox.host||(cvox.ChromeVox.hos t=cvox.HostFactory.getHost());cvox.ChromeVox.tts=(new cvox.CompositeTts).add(cvo x.HostFactory.getTts()).add(cvox.History.getInstance()).add(cvox.ConsoleTts.getI nstance());cvox.ChromeVox.braille||(cvox.ChromeVox.braille=cvox.HostFactory.getB raille());cvox.ChromeVox.mathJax=cvox.HostFactory.getMathJax();cvox.ChromeVox.ea rcons=cvox.HostFactory.getEarcons();cvox.ChromeVox.msgs=cvox.HostFactory.getMsgs ();cvox.ChromeVox.isActive=
1563 !0;cvox.ChromeVox.navigationManager=new cvox.NavigationManager;cvox.ChromeVox.na vigationManager.updateIndicator();cvox.ChromeVox.syncToNode=cvox.ApiImplementati on.syncToNode;cvox.ChromeVox.speakNode=cvox.ApiImplementation.speakNode;cvox.Chr omeVox.serializer=new cvox.Serializer;cvox.ChromeVox.host.init();cvox.ChromeVoxE ventWatcher.init(window);cvox.ChromeVox.executeUserCommand=function(a){cvox.Chro meVoxUserCommands.commands[a]()};cvox.ChromeVox.host.onPageLoad()};cvox.ChromeVo xInit={};cvox.ChromeVox.initTimeout_=100;cvox.ChromeVox.recallInit_=function(a){ window.console.log(a+" Will try again in "+cvox.ChromeVox.initTimeout_+"ms");win dow.setTimeout(cvox.ChromeVox.initDocument,cvox.ChromeVox.initTimeout_);cvox.Chr omeVox.initTimeout_*=2}; 1571 !0;cvox.ChromeVox.navigationManager=new cvox.NavigationManager;cvox.ChromeVox.na vigationManager.updateIndicator();cvox.ChromeVox.syncToNode=cvox.ApiImplementati on.syncToNode;cvox.ChromeVox.speakNode=cvox.ApiImplementation.speakNode;cvox.Chr omeVox.serializer=new cvox.Serializer;cvox.ChromeVox.host.init();cvox.ChromeVoxE ventWatcher.init(window);cvox.ChromeVox.executeUserCommand=function(a){cvox.Chro meVoxUserCommands.commands[a]()};cvox.ChromeVox.host.onPageLoad()};cvox.ChromeVo xInit={};cvox.ChromeVox.initTimeout_=100;cvox.ChromeVox.recallInit_=function(a){ window.console.log(a+" Will try again in "+cvox.ChromeVox.initTimeout_+"ms");win dow.setTimeout(cvox.ChromeVox.initDocument,cvox.ChromeVox.initTimeout_);cvox.Chr omeVox.initTimeout_*=2};
1564 cvox.ChromeVox.initDocument=function(){document.body?(cvox.ChromeVox.host=cvox.H ostFactory.getHost(),cvox.ChromeVox.host.ttsLoaded()?(window.console.log("Starti ng ChromeVox."),cvox.InitGlobals.initGlobals(),window.disableChromeVox=function( ){cvox.ChromeVox.host.killChromeVox()}):cvox.ChromeVox.recallInit_("ChromeVox no t starting; waiting for TTS. "+document.location.href+".")):cvox.ChromeVox.recal lInit_("ChromeVox not starting on unloaded page: "+document.location.href+".")}; 1572 cvox.ChromeVox.initDocument=function(){document.body?(cvox.ChromeVox.host=cvox.H ostFactory.getHost(),cvox.ChromeVox.host.ttsLoaded()?(window.console.log("Starti ng ChromeVox."),cvox.InitGlobals.initGlobals(),window.disableChromeVox=function( ){cvox.ChromeVox.host.killChromeVox()}):cvox.ChromeVox.recallInit_("ChromeVox no t starting; waiting for TTS. "+document.location.href+".")):cvox.ChromeVox.recal lInit_("ChromeVox not starting on unloaded page: "+document.location.href+".")};
1565 cvox.ChromeVox.reinit=function(){cvox.ChromeVox.host.reinit();cvox.ChromeVox.ini tDocument()};window.CLOSURE_USE_EXT_MESSAGES=!0;cvox.ChromeVox.initDocument(); 1573 cvox.ChromeVox.reinit=function(){cvox.ChromeVox.host.reinit();cvox.ChromeVox.ini tDocument()};window.CLOSURE_USE_EXT_MESSAGES=!0;cvox.ChromeVox.initDocument();
OLDNEW
« no previous file with comments | « chrome/third_party/chromevox/chromeVoxChromeOptionsScript.js ('k') | chrome/third_party/chromevox/chromevox.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698