HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 176 - 200 of 3253) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/i18n/unicode/
compactdecimalformat.h 43 * fixed number of digits are set (with setMaximumIntegerDigits or
110 * Format a double or long number using base-10 representation.
112 * @param number The value to be formatted.
120 virtual UnicodeString& format(double number,
125 * Format a double or long number using base-10 representation.
128 * @param number The value to be formatted.
138 virtual UnicodeString& format(double number,
144 * Format an int64 number using base-10 representation.
146 * @param number The value to be formatted.
154 virtual UnicodeString& format(int64_t number,
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsnmfmt.cpp 80 name = "Number test";
285 Formattable number[DEPTH]; local
298 number[i].setDouble(aNumber);
300 fFormat->parse(string[i-1], number[i], status);
302 number[i].setDouble(1234.5); // "parse failed" value
309 if (number[i].getType() == Formattable::kLong)
310 number[i].setDouble(number[i].getLong());
311 else if (number[i].getType() == Formattable::kInt64)
312 number[i].setDouble((double)number[i].getInt64())
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 45 public String number; field in class:RecipientIdCache.Entry
47 public Entry(long id, String number) {
49 this.number = number;
88 String number = c.getString(1); local
89 sInstance.mCache.put(id, number);
116 String number = sInstance.mCache.get(longId); local
118 if (number == null) {
125 number = sInstance.mCache.get(longId);
128 if (TextUtils.isEmpty(number)) {
226 String number = c.getString(1); local
252 String number = c.getString(0); local
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 70 // The minimum and maximum length of the national significant number.
88 // The prefix that needs to be inserted in front of a Colombian landline number when dialed from
108 // characters in this map must not be removed from a number when dialling, otherwise the call
119 // includes digits, ASCII letters and number grouping symbols such as "-" and " ".
237 // Regular expression of acceptable characters that may start a phone number for the purposes of
240 // does not contain alpha characters, although they may be used later in the number. It also does
242 // information value when parsing a number.
246 // Regular expression of characters typically used to start a second phone number for the purposes
247 // of parsing. This allows us to strip off parts of the number that are actually the start of
248 // another number, such as for: (530) 583-6985 x302/x2303 -> the second extension here makes thi
    [all...]
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_act.c 638 void bta_hf_client_clip(char *number)
644 strlcpy(evt.number.number, number, BTA_HF_CLIENT_NUMBER_LEN + 1);
645 evt.number.number[BTA_HF_CLIENT_NUMBER_LEN] = '\0';
660 void bta_hf_client_ccwa(char *number)
666 strlcpy(evt.number.number, number, BTA_HF_CLIENT_NUMBER_LEN + 1)
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 83 // number when dialed from a mobile phone in Colombia.
102 // any extension component of the number, after the main national number is
175 // Returns true when one national number is the suffix of the other or both are
205 VLOG(4) << "Number type unknown - doesn't match general national number"
211 VLOG(4) << "Number is a premium number.";
216 VLOG(4) << "Number is a toll-free number."
    [all...]
shortnumberinfo.cc 76 bool ShortNumberInfo::ConnectsToEmergencyNumber(const string& number,
78 return MatchesEmergencyNumberHelper(number, region_code,
82 bool ShortNumberInfo::IsEmergencyNumber(const string& number,
84 return MatchesEmergencyNumberHelper(number, region_code,
88 bool ShortNumberInfo::MatchesEmergencyNumberHelper(const string& number,
91 phone_util_.ExtractPossibleNumber(number, &extracted_number);
93 // Returns false if the number starts with a plus sign. We don't believe
  /external/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h 46 * the real number line <code>-Inf</code> to <code>+Inf</code> into two
70 * <p>The pattern consists of a number or <em>range specifiers</em>
75 * \htmlonly<blockquote><em>Number Separator String</em></blockquote>\endhtmlonly
77 * <p><em>Number</em> is a floating point number that can be parsed by a
94 * indicates that the lower limit given by <em>Number</em> is
96 * This means that the limit value <em>Number</em> belongs to this
101 * <em>Number</em> is exclusive. This means that the value
102 * <em>Number</em> belongs to the prior range.</li> Another way of
133 * <p>During formatting, a number is converted to
    [all...]
  /external/elfutils/0.153/backends/
x86_64_retval.c 40 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 },
41 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 8 },
49 { .atom = DW_OP_regx, .number = 33 },
50 { .atom = DW_OP_piece, .number = 10 },
51 { .atom = DW_OP_regx, .number = 34 },
52 { .atom = DW_OP_piece, .number = 10 },
60 { .atom = DW_OP_reg17 }, { .atom = DW_OP_piece, .number = 16 },
61 { .atom = DW_OP_reg18 }, { .atom = DW_OP_piece, .number = 16 },
71 { .atom = DW_OP_breg0, .number = 0 }
  /frameworks/base/telephony/java/android/telephony/
SubInfoRecord.java 29 * Subscription Identifier, this is a device unique number
54 * A number presented to the user identify this subscription
56 public String number; field in class:SubInfoRecord
58 * How to display the phone number, DISPLAY_NUMBER_NONE, DISPLAY_NUMBER_FIRST,
86 this.number = "";
95 int color, String number, int displayFormat, int roaming, int[] iconRes,
103 this.number = number;
120 String number = source.readString();
128 return new SubInfoRecord(subId, iccId, slotId, displayName, nameSource, color, number,
    [all...]
  /external/chromium_org/rlz/lib/
string_utils.cc 51 int number = 0; local
61 return number;
63 number = (number << 4) | digit;
66 return number;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderImageLengthBox.h 52 BorderImageLengthBox(double number)
53 : m_left(number)
54 , m_right(number)
55 , m_top(number)
56 , m_bottom(number)
BorderImageLength.h 44 BorderImageLength(double number)
46 , m_number(number)
64 double number() const { ASSERT(isNumber()); return m_number; } function in class:WebCore::BorderImageLength
  /external/icu/icu4c/source/common/
ucmndata.c 13 * ICU Common Data Files are a grouping of a number of individual
225 int32_t number, count=(int32_t)toc->count; local
230 for(number=0; number<count; ++number) {
231 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]);
234 number=offsetTOCPrefixBinarySearch(tocEntryName, base, toc->entry, count);
235 if(number>=0) {
237 const UDataOffsetTOCEntry *entry=toc->entry+number;
275 int32_t number, count=(int32_t)toc->count; local
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatchTest.java 29 * corresponding phone number. Range and number correctness are tested by
33 PhoneNumber number = new PhoneNumber(); local
34 PhoneNumberMatch match1 = new PhoneNumberMatch(10, "1 800 234 45 67", number);
35 PhoneNumberMatch match2 = new PhoneNumberMatch(10, "1 800 234 45 67", number);
41 assertEquals(match1.number(), match2.number());
47 * Tests the value type semantics for matches with a null number.
  /packages/apps/Dialer/src/com/android/dialer/interactions/
UndemoteOutgoingCallReceiver.java 32 * contacts if a phone call is made to a phone number belonging to that contact.
41 final String number = intent.getStringExtra(Intent.EXTRA_PHONE_NUMBER); local
42 if (TextUtils.isEmpty(number)) {
48 final long id = getContactIdFromPhoneNumber(context, number);
65 private long getContactIdFromPhoneNumber(Context context, String number) {
67 Uri.encode(number));
  /packages/services/Telephony/src/com/android/phone/
OutgoingCallBroadcaster.java 50 * contains the phone number being dialed. Applications can use this intent to (1) see which numbers
51 * are being dialed, (2) redirect a call (change the number being dialed), or (3) prevent a call
60 * Calls where no number is present (like for a CDMA "empty flash" or a nonexistent voicemail
61 * number) are exempt from being broadcast.
140 * a modified phone number and optional provider info (uri + package name + remote views.)
174 String number; local
185 // is used as the actual number to call. (If null, no call will be
188 number = getResultData();
189 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'")
416 String number = PhoneNumberUtils.getNumberFromIntent(intent, this); local
    [all...]
  /cts/tools/dasm/src/java_cup/
parse_action_row.java 13 /** Simple constructor. Note: this should not be used until the number of
19 if (_size <= 0 ) _size = terminal.number();
33 /** Number of columns (terminals) in every row. */
36 /** Number of columns (terminals) in every row. */
76 reduction_count = new int[production.number()];
79 for (i = 0; i < production.number(); i++)
  /external/chromium_org/chrome/installer/test/
pe_image_resources.h 27 explicit EntryId(WORD number) : number_(number) { }
32 WORD number() const { return number_; } function in class:upgrade_test::EntryId
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentLengthParser.java 58 String number = this.lexer.number(); local
59 contentLength.setContentLength(Integer.parseInt(number));
81 * Issue number:
88 * CVS: Issue number:
90 * CVS: then enter the issue number(s) here.
121 * Issue number:
129 * CVS: Issue number:
131 * CVS: then enter the issue number(s) here.
MaxForwardsParser.java 57 String number = this.lexer.number(); local
58 contentLength.setMaxForwards(Integer.parseInt(number));
80 * Issue number:
87 * CVS: Issue number:
89 * CVS: then enter the issue number(s) here.
118 * Issue number:
126 * CVS: Issue number:
128 * CVS: then enter the issue number(s) here.
MinExpiresParser.java 76 String number = this.lexer.number(); local
78 minExpires.setExpires(Integer.parseInt(number));
101 * Issue number:
108 * CVS: Issue number:
110 * CVS: then enter the issue number(s) here.
139 * Issue number:
147 * CVS: Issue number:
149 * CVS: then enter the issue number(s) here.
RSeqParser.java 75 String number = this.lexer.number(); local
77 rseq.setSeqNumber(Long.parseLong(number));
114 * Issue number:
120 * CVS: Issue number:
122 * CVS: then enter the issue number(s) here.
136 * Issue number:
143 * CVS: Issue number:
145 * CVS: then enter the issue number(s) here.
173 * Issue number
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
phonenumber_offline_geocoder.h 43 // phone number.
65 // Returns a text description for the given phone number, in the language
67 // the phone number is from, or the name of the geographical area the phone
68 // number is from if more detailed information is available.
70 // This method assumes the validity of the number passed in has already been
72 string GetDescriptionForValidNumber(const PhoneNumber& number,
76 // the region of the user. If the phone number is from the same region as the
78 // Otherwise, the phone number's region will be returned, with optionally some
82 // "Mountain View, CA" for a particular number, omitting the United States
84 // the same number we may show "Mountain View, CA, United States" or even jus
    [all...]
  /external/chromium_org/ui/keyboard/resources/
constants.js 14 * @type {number}
51 * @type {number}
57 * @type {number}
63 * @type {number}
69 * @type {number}
75 * @type {number}
81 * @type {number}
84 // number before the key is rendered.
91 * @type {number}
96 * The maximum number of extra pixels before a resize is triggered
    [all...]

Completed in 1317 milliseconds

1 2 3 4 5 6 78 91011>>