Searched refs:typeOf (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | nmfmtrt.cpp | 291 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
|
D | nmfmtrt.h | 45 static UnicodeString& typeOf(const Formattable& n, UnicodeString& result);
|
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 45 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 …]
|
D | mootools-more-yui-compressed.min.js | 1 …typeOf(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/ |
D | chai.js | 1 …tBoolean=function(e,t){new Assertion(e,t).to.not.be.a("boolean")},assert.typeOf=function(e,t,r){ne… function
|