HomeSort by relevance Sort by last modified time
    Searched full:numeric (Results 326 - 350 of 1607) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 100 // Takes a reference to a locale::id, assign a numeric index if not already
200 L->name += string("LC_NUMERIC=") + _Locale_extract_numeric_name((c & locale::numeric) ? numeric_name : name, buf, 0, &__err_code) + ";";
274 if (c & locale::numeric)
333 if (c & numeric) {
438 const locale::category locale::numeric; member in class:locale
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
KanaConverter.java 35 /** Conversion rule for half-width numeric */
96 /** Conversion rule for full-width numeric */
541 /* Create pseudo candidates for half width numeric */
551 /* Create pseudo candidates for full width numeric */
642 * Convert the numeric into formatted string
  /frameworks/base/core/java/android/view/
KeyEvent.java 247 * Used to enter numeric symbols.
422 * This key alters the behavior of other keys on the numeric keypad. */
424 /** Key code constant: Numeric keypad '0' key. */
426 /** Key code constant: Numeric keypad '1' key. */
428 /** Key code constant: Numeric keypad '2' key. */
430 /** Key code constant: Numeric keypad '3' key. */
432 /** Key code constant: Numeric keypad '4' key. */
434 /** Key code constant: Numeric keypad '5' key. */
436 /** Key code constant: Numeric keypad '6' key. */
438 /** Key code constant: Numeric keypad '7' key. *
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 101 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) {
510 // "tes" in case of 12-key(NUMERIC) keyboard
530 // "that" in case of 12-key(NUMERIC) keyboard
547 // "test" in case of 12-key(NUMERIC) keyboard
623 // "numeric" in case of 12-key(NUMERIC) keyboard
626 assertEquals("numeric", filter.getResult());
    [all...]
DialerFilterTest.java 139 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) {
140 // "adg" in case of 12-key(NUMERIC) keyboard
158 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) {
159 // "adg" in case of 12-key(NUMERIC) keyboard
  /external/icu4c/data/unidata/
PropertyValueAliases.txt 30 # In the case of ccc, there are 4 fields. The second field is numeric, third
37 # values, the case distinctions, whitespace, and '_' are ignored. For Numeric Property
38 # values, numeric equivalencies are applied: thus "01.00" is equivalent to "1".
769 lb ; NU ; Numeric
845 nt ; Nu ; Numeric
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 109 Telephony.Carriers.NUMERIC, // 11
258 String numeric = local
261 if (numeric != null && numeric.length() > 4) {
263 String mcc = numeric.substring(0, 3);
265 String mnc = numeric.substring(3);
505 values.put(Telephony.Carriers.NUMERIC, mcc + mnc);
  /external/icu4c/test/intltest/
nmfmtrt.cpp 142 logln(UnicodeString("Numeric error ") + min_numeric_error + " to " + max_numeric_error);
271 errln("*** NUMERIC ERROR");
280 errln(UnicodeString("*** NUMERIC ERROR ") + error);
  /external/iptables/extensions/
libxt_SET.c 132 int numeric)
237 int numeric)
340 int numeric)
libxt_iprange.c 175 int numeric)
195 int numeric)
221 int numeric)
libip6t_HL.c 90 int numeric)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 64 The field contains numeric digits interspersed with spaces and
65 non-numeric digits. The protocol ignores the characters that are
277 // QNetwork uses the numeric values directly.
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java 122 // Use lockscreen's numeric keyboard if the physical keyboard isn't showing
143 // This allows keyboards with overlapping qwerty/numeric keys to choose just numeric keys.
  /hardware/ril/mock-ril/src/js/
simulated_radio_tests.js 316 * Test serialization of bad numeric enum
324 print('test-enum a bad numeric enum value, FAILURE exception expected');
326 print('test-enum a bad numeric enum value, SUCCESS exception expected: ' + err);
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 88 * append a numeric note id to this Uri to retrieve a note
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XBoolean.java 100 * @return numeric value of the object value
  /external/bluetooth/bluez/doc/
agent-api.txt 45 The return value should be a numeric value
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
X509Principal.java 121 * yielding a DERObjectIdentifier, other than that OID. and numeric oids
  /external/chromium/base/threading/
platform_thread.h 30 // PlatformThreadHandle should not be assumed to be a numeric type, since the
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 40 * FileError.prototype.code is a numeric code describing the cause of the
  /external/clang/include/clang/Frontend/
DiagnosticOptions.h 32 unsigned ShowSourceRanges : 1; /// Show source ranges in numeric form.
  /external/icu4c/io/
ufmt_cmn.h 124 * @return The numeric value.
  /external/icu4c/tools/genprops/
genprops.c 375 fprintf(stderr, "genprops error: numeric values in fields 6 & 7 different at code 0x%lx\n",
382 /* numeric value, field 8 */
399 fprintf(stderr, "genprops error: numeric values in fields 6..8 different at code 0x%lx\n",
428 fprintf(stderr, "genprops error: numeric values in fields 6..8 different at code 0x%lx\n",
  /external/iproute2/tc/
em_nbyte.c 69 "must be numeric");
f_basic.c 51 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",

Completed in 2594 milliseconds

<<11121314151617181920>>