HomeSort by relevance Sort by last modified time
    Searched full:numeric (Results 176 - 200 of 1306) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/stlport/test/unit/
setunion_test.cpp 1 #include <numeric>
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/GetSet/
getset-001.js 66 reportCompare (2, t.y, "y getter, after numeric set");
getset-002.js 62 reportCompare (2, t.y, "y getter, after numeric set");
  /frameworks/base/include/ui/
KeyCharacterMap.h 46 NUMERIC = 1,
  /libcore/luni/src/main/java/java/text/
Format.java 26 * convert other objects or values, such as numeric values and dates, and their
28 * or contain localized characters or strings. For example, a numeric formatter
29 * such as {@code DecimalFormat} may convert a numeric value such as 12345 to
30 * the string "$12,345". It may also parse the string back into a numeric value.
  /ndk/sources/cxx-stl/stlport/stlport/using/
locale 36 // _lib.category.numeric_ and _lib.facet.numpunct_, numeric:
  /ndk/tests/device/test-gnustl-full/unit/
rndshf_test.cpp 1 #include <numeric>
setinter_test.cpp 1 #include <numeric>
setunion_test.cpp 1 #include <numeric>
  /ndk/tests/device/test-stlport/unit/
rndshf_test.cpp 1 #include <numeric>
setinter_test.cpp 1 #include <numeric>
setunion_test.cpp 1 #include <numeric>
  /packages/apps/Email/tests/src/com/android/exchange/
SyncManagerTest.java 45 // Consists of alpha-numeric
  /packages/apps/Mms/res/layout/
edit_slide_duration.xml 47 android:numeric="integer"
  /external/chromium/third_party/icu/public/i18n/unicode/
umsg.h 204 * locale. For all numeric arguments, double is assumed unless the type is
231 * locale. For all numeric arguments, double is assumed unless the type is
257 * For numeric arguments, this function will always use doubles. Integer types
282 * For numeric arguments, this function will always use doubles. Integer types
308 * locale. For all numeric arguments, double is assumed unless the type is
338 * locale. For all numeric arguments, double is assumed unless the type is
366 * For numeric arguments, this function will always use doubles. Integer types
394 * For numeric arguments, this function will always use doubles. Integer types
528 * locale. For all numeric arguments, double is assumed unless the type is
550 * locale. For all numeric arguments, double is assumed unless the type i
    [all...]
  /external/chromium/third_party/icu/source/data/brkitr/
sent.txt 25 $Numeric = [\p{Sentence_Break = Numeric}];
40 $NumericEx = $Numeric ($Extend | $Format)*;
sent_el.txt 25 $Numeric = [\p{Sentence_Break = Numeric}];
40 $NumericEx = $Numeric ($Extend | $Format)*;
  /external/icu4c/data/brkitr/
sent.txt 25 $Numeric = [\p{Sentence_Break = Numeric}];
40 $NumericEx = $Numeric ($Extend | $Format)*;
sent_el.txt 25 $Numeric = [\p{Sentence_Break = Numeric}];
40 $NumericEx = $Numeric ($Extend | $Format)*;
  /external/icu4c/i18n/unicode/
umsg.h 247 * locale. For all numeric arguments, double is assumed unless the type is
274 * locale. For all numeric arguments, double is assumed unless the type is
300 * For numeric arguments, this function will always use doubles. Integer types
325 * For numeric arguments, this function will always use doubles. Integer types
351 * locale. For all numeric arguments, double is assumed unless the type is
381 * locale. For all numeric arguments, double is assumed unless the type is
409 * For numeric arguments, this function will always use doubles. Integer types
437 * For numeric arguments, this function will always use doubles. Integer types
590 * locale. For all numeric arguments, double is assumed unless the type is
612 * locale. For all numeric arguments, double is assumed unless the type i
    [all...]
  /external/stlport/etc/
msvcincl.dat 98 numeric
99 numeric.h
100 numeric.h
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/LexicalConventions/
lexical-001.js 23 *SUMMARY: Testing numeric literals that begin with 0.
28 * our behaviour a superset of the ECMA numeric grammar.
39 var summary = 'Testing numeric literals that begin with 0';
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 50 /** Numeric name (MCC+MNC) of current registered operator.<p>
54 static final String PROPERTY_OPERATOR_NUMERIC = "gsm.operator.numeric";
88 static String PROPERTY_ICC_OPERATOR_NUMERIC = "gsm.sim.operator.numeric";
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 124 "numeric TEXT," +
234 String numeric = mcc + mnc; local
236 map.put(Telephony.Carriers.NUMERIC,numeric);
483 String numeric = initialValues.getAsString("numeric"); local
485 "numeric = '" + numeric + "'", null);
490 Log.d(TAG, "Setting numeric '" + numeric + "' to be the current operator")
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
numeric 0 // Numeric extensions -*- C++ -*-
51 /** @file ext/numeric
62 #include <numeric>

Completed in 4604 milliseconds

1 2 3 4 5 6 78 91011>>