HomeSort by relevance Sort by last modified time
    Searched defs:numeric (Results 1 - 18 of 18) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/numeric/
AbsFunction.java 17 package com.google.clearsilver.jsilver.functions.numeric;
26 * Returns the absolute value of the numeric expressions.
31 * @param args Single numeric value
MaxFunction.java 17 package com.google.clearsilver.jsilver.functions.numeric;
26 * Returns the larger of two numeric expressions.
31 * @param args Two numeric values
MinFunction.java 17 package com.google.clearsilver.jsilver.functions.numeric;
26 * Returns the smaller of two numeric expressions.
31 * @param args Two numeric values
  /external/clang/test/SemaCXX/
namespace.cpp 73 namespace numeric { namespace in namespace:PR6620
82 namespace numeric { namespace in namespace:PR6620
89 { numeric::greater(l, r); }
  /external/chromium_org/third_party/icu/source/test/cintltst/
uregiontest.c 48 int32_t numeric; member in struct:KnownRegion
368 int32_t e = rd->numeric;
370 log_err("ERROR: Numeric code mismatch for region %s. Expected:%d Got:%d\n", uregion_getRegionCode(r), e, n );
378 log_err("ERROR: Creating region %s by its numeric code returned a different region. Got: %s instead.\n",
  /external/chromium_org/third_party/icu/source/test/intltest/
regiontst.cpp 22 int32_t numeric; member in struct:KnownRegion
373 int32_t e = rd.numeric;
375 errln("Numeric code mismatch for region %s. Expected:%d Got:%d",r->getRegionCode(),e,n);
382 int32_t nc = rd.numeric;
386 errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode());
407 { "276", "DE", URGN_TERRITORY }, // Numeric code for Germany
408 { "278", "DE", URGN_TERRITORY }, // Numeric code for East Germany (Deprecated)
459 { 276, "DE", URGN_TERRITORY }, // Numeric code for Germany
460 { 278, "DE", URGN_TERRITORY }, // Numeric code for East Germany (Deprecated)
462 { 736, "SD", URGN_TERRITORY }, // Sudan (pre-2011) - changed numeric code after South Sudan split of
    [all...]
  /external/icu/icu4c/source/i18n/
coleitr.cpp 280 UBool numeric = rbc_->settings->isNumeric(); local
282 newIter = new UTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length());
284 newIter = new FCDUTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length());
rulebasedcollator.cpp 420 option = CollationSettings::NUMERIC;
480 ownedSettings->setFlag(CollationSettings::NUMERIC, value, defaultSettings.options, errorCode);
565 UBool numeric = settings->isNumeric(); local
568 UTF16CollationIterator ci(data, numeric, varTop, varTop, varTop + len);
572 FCDUTF16CollationIterator ci(data, numeric, varTop, varTop, varTop + len);
998 UBool numeric = settings->isNumeric(); local
1117 UBool numeric = settings->isNumeric(); local
1214 UBool numeric = settings->isNumeric(); local
1331 UBool numeric = settings->isNumeric(); local
1433 UBool numeric = settings->isNumeric(); local
1491 UBool numeric = settings->isNumeric(); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 48 int32_t numeric; member in struct:KnownRegion
368 int32_t e = rd->numeric;
370 log_err("ERROR: Numeric code mismatch for region %s. Expected:%d Got:%d\n", uregion_getRegionCode(r), e, n );
378 log_err("ERROR: Creating region %s by its numeric code returned a different region. Got: %s instead.\n",
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 22 int32_t numeric; member in struct:KnownRegion
373 int32_t e = rd.numeric;
375 errln("Numeric code mismatch for region %s. Expected:%d Got:%d",r->getRegionCode(),e,n);
382 int32_t nc = rd.numeric;
386 errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode());
407 { "276", "DE", URGN_TERRITORY }, // Numeric code for Germany
408 { "278", "DE", URGN_TERRITORY }, // Numeric code for East Germany (Deprecated)
459 { 276, "DE", URGN_TERRITORY }, // Numeric code for Germany
460 { 278, "DE", URGN_TERRITORY }, // Numeric code for East Germany (Deprecated)
462 { 736, "SD", URGN_TERRITORY }, // Sudan (pre-2011) - changed numeric code after South Sudan split of
    [all...]
  /external/chromium_org/v8/src/
i18n.cc 449 bool numeric; local
450 if (ExtractBooleanSetting(isolate, options, "numeric", &numeric)) {
452 UCOL_NUMERIC_COLLATION, numeric ? UCOL_ON : UCOL_OFF, status);
506 resolved, factory->NewStringFromStaticChars("numeric"),
    [all...]
  /external/libcxx/src/
locale.cpp 123 const locale::category locale::numeric; member in class:locale
307 if (c & locale::numeric)
382 if (c & locale::numeric)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
bcel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1240 milliseconds