Home
last modified time | relevance | path

Searched refs:typeOf (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnmfmtrt.cpp291 errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " + in test()
293 /*n.getString(temp) */ + typeOf(n, temp) + " F> " + in test()
321 NumberFormatRoundTripTest::typeOf(const Formattable& n, UnicodeString& result) in typeOf() function in NumberFormatRoundTripTest
Dnmfmtrt.h45 static UnicodeString& typeOf(const Formattable& n, UnicodeString& result);
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js45 var typeOf = this.typeOf = function(item){
128 return (typeOf(item) == 'function') ? item : function(){
135 …return (Type.isEnumerable(item) && typeof item != 'string') ? (typeOf(item) == 'array') ? item : s…
169 return (typeOf(item) == lower);
199 var type = typeOf(object.prototype);
210 if (typeOf(hook) == 'type') implement.call(hook, name, method);
217 if (this[name] == null && typeOf(method) == 'function') extend.call(this, name, function(item){
346 switch (typeOf(item)){
360 switch (typeOf(current)){
362 if (typeOf(source[key]) == 'object') Object.merge(source[key], current);
[all …]
Dmootools-more-yui-compressed.min.js1typeOf(c)=="object"){d=Object.merge(d,c)}else{d[c]=b}}this.sets[a]=d;return this},get:function(a,t…
/external/chromium-trace/trace-viewer/tracing/third_party/chai/
Dchai.js1 …tBoolean=function(e,t){new Assertion(e,t).to.not.be.a("boolean")},assert.typeOf=function(e,t,r){ne… function