Searched defs:isNumeric (Results 1 - 18 of 18) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DTypeResolver.java82 if (isNumeric(lhs) || isNumeric(rhs)) {
92 if (isNumeric(lhs) || isNumeric(rhs)) {
102 if (isNumeric(lhs) || isNumeric(rhs)) {
111 static boolean isNumeric(PExpression node) { method in class:TypeResolver
/external/chromium_org/tools/perf/utils/results_viewer/src/
H A Dmain.js23 if (isNumeric(firstElement)) {
75 if (isNumeric(element)) {
169 if (isNumeric(firstRow[selectedColumnIndex])) {
208 line.push(isNumeric(elementValue) ? parseFloat(elementValue) :
287 function isNumeric(element) { function
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.h91 isNumeric(numeric) {}
285 * Returns the previous CE when data->isUnsafeBackward(c, isNumeric).
313 UBool isNumeric; member in class:CollationIterator
H A Dcollationsettings.h189 inline UBool isNumeric() const { function in struct:CollationSettings
H A Dfmtable.cpp381 Formattable::isNumeric() const { function in class:Formattable
935 return obj->isNumeric();
H A Dsmpdtfmt.cpp1681 UBool SimpleDateFormat::isNumeric(UChar formatChar, int32_t count) { function in class:SimpleDateFormat
1788 if (isNumeric(ch, count)) {
2513 if (args != NULL && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp381 Formattable::isNumeric() const { function in class:Formattable
935 return obj->isNumeric();
H A Dsmpdtfmt.cpp1654 UBool SimpleDateFormat::isNumeric(UChar formatChar, int32_t count) { function in class:SimpleDateFormat
1763 if (isNumeric(ch, count)) {
2486 if (args != NULL && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) {
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp939 return ( isNumeric() && asDouble() == 0.0 )
956 return isNumeric()
960 return isNumeric()
964 return isNumeric()
1506 Value::isNumeric() const function in class:Json::Value
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp933 return ( isNumeric() && asDouble() == 0.0 )
950 return isNumeric()
954 return isNumeric()
958 return isNumeric()
1500 Value::isNumeric() const function in class:Json::Value
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp929 return ( isNumeric() && asDouble() == 0.0 )
946 return isNumeric()
950 return isNumeric()
954 return isNumeric()
1496 Value::isNumeric() const function in class:Json::Value
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h356 inline bool isNumeric(StringRef S) { function in namespace:llvm::yaml
397 if (isNumeric(S))
/external/deqp/modules/glshared/
H A DglsShaderLibrary.cpp72 DE_INLINE deBool isNumeric (char c) function in namespace:deqp::gls::sl
452 else if (isNumeric(*m_curPtr))
456 while (isNumeric(*p))
461 while (isNumeric(*p))
469 DE_ASSERT(isNumeric(*p));
470 while (isNumeric(*p))
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js27 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.string.isAlpha=function(a){return!/[^a-zA-Z]/.test(a)};goog.string.isNumeric=function(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&&"\ufffd">=a};goog.string.stripNewlines=function(a){return a.replace(/(\r\n|\r|\n)+/g," ")};
H A DchromeVoxChromeOptionsScript.js88 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.string.isAlpha=function(a){return!/[^a-zA-Z]/.test(a)};goog.string.isNumeric=function(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&&"\ufffd">=a};goog.string.stripNewlines=function(a){return a.replace(/(\r\n|\r|\n)+/g," ")};
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 661 milliseconds