/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
PhoneNumberMatcher.java | 47 * The phone number pattern used by {@link #find}, similar to 55 * <li>Number of digits is limited. 67 * The string "211-227 (2003)" is not a telephone number. 87 * Pattern to check that brackets match. Opening brackets should be closed within a phone number. 94 * Matches white-space, which may indicate the end of a phone number and the start of something 96 * characters that are not typically used to start a phone number. 101 * Punctuation that may be at the start of a phone number - brackets and plus signs. 113 /* Limit on the number of pairs of brackets in a phone number. */ 118 * closing bracket first. We limit the sets of brackets in a phone number to four 418 PhoneNumber number = phoneUtil.parseAndKeepRawInput(candidate, preferredRegion); local [all...] |
/external/chromium/chrome/browser/autofill/ |
credit_card.cc | 38 std::string GetCreditCardType(const string16& number) { 39 // Don't check for a specific type if this is not a credit card number. 40 if (!CreditCard::IsValidCreditCardNumber(number)) 43 // Credit card number specifications taken from: 58 if (number.length() < 4) 62 if (!base::StringToInt(number.substr(0, 4), &first_four_digits)) 69 switch (number.length()) { 230 return number(); 261 // We determine the type based on the number. 283 if (number().empty() 336 string16 number = StripSeparators(number_); local 394 string16 number = StripSeparators(text); local [all...] |
/device/samsung/manta/libsensors/iio/ |
events.h | 53 * @chan: Channel number for non-differential channels. 54 * @chan1: First channel number for differential channels. 55 * @chan2: Second channel number for differential channels. 73 * @number: Channel number. 79 #define IIO_MOD_EVENT_CODE(chan_type, number, modifier, \ 81 IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0) 86 * @number: Channel number. 91 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) [all...] |
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 44 Widget(int number, const std::string& name); 47 // Public accessors to number data
|
/external/icu4c/i18n/ |
nfsubs.h | 106 * Performs a mathematical operation on the number, formats it using 109 * @param number The number being formatted. 115 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos) const; 118 * Performs a mathematical operation on the number, formats it using 121 * @param number The number being formatted. 127 virtual void doSubstitution(double number, UnicodeString& toInsertInto, int32_t pos) const; 132 * mathematical operation on the number. The result of this operation 136 * @param The number being formatte [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
ByteUtils.java | 125 short number = convertShortFromBytes(byteArray); local 127 return number; 136 short number = (short) ((byteArray[offset+1] & 0xFF) + ((byteArray[offset+0] & 0xFF) << 8)); local 137 return number; 187 int number = convertIntFromBytes(byteArray); local 189 return number; 198 int number = ((byteArray[offset] & 0xFF) << 24) local 201 return number; 263 long number = convertLongFromBytes(byteArray); local 265 return number; 326 double number = convertDoubleFromBytes(byteArray); local 382 float number = convertFloatFromBytes(byteArray); local 392 int number = convertIntFromBytes(byteArray, offset); local [all...] |
/external/libvpx/libvpx/third_party/googletest/src/xcode/Samples/FrameworkSample/ |
widget.h | 44 Widget(int number, const std::string& name); 47 // Public accessors to number data
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TimeStampParser.java | 76 String firstNumber = this.lexer.number(); 82 String secondNumber = this.lexer.number(); 101 firstNumber = this.lexer.number(); 107 String secondNumber = this.lexer.number(); 142 * Issue number: 151 * Issue number: 157 * CVS: Issue number: 159 * CVS: then enter the issue number(s) here. 173 * Issue number: 180 * CVS: Issue number [all...] |
/external/protobuf/examples/ |
add_person.cc | 11 cout << "Enter person ID number: "; 28 cout << "Enter a phone number (or leave blank to finish): "; 29 string number; local 30 getline(cin, number); 31 if (number.empty()) { 36 phone_number->set_number(number);
|
/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 44 Widget(int number, const std::string& name); 47 // Public accessors to number data
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
access-nsieve.js | 6 function pad(number,width){ 7 var s = number.toString();
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
access-nsieve.js | 6 function pad(number,width){ 7 var s = number.toString();
|
/external/webkit/Source/WebCore/bindings/js/ |
JSIDBKeyCustom.cpp | 49 return jsNumber(key->number());
|
/external/webkit/Source/WebCore/platform/android/ |
FileSystemAndroid.cpp | 60 int number = rand() % 10000 + 1; local 67 builder.append(String::number(number)); 70 number++;
|
/external/webkit/Source/WebCore/platform/sql/ |
SQLValue.cpp | 49 double SQLValue::number() const function in class:WebCore::SQLValue
|
/external/webkit/Tools/QueueStatusServer/model/ |
svnrevision.py | 33 number = db.IntegerProperty() variable in class:SVNRevision
|
/frameworks/base/core/java/android/text/method/ |
DialerKeyListener.java | 52 * Overrides the superclass's lookup method to prefer the number field 57 int number = event.getNumber(); local 60 * Prefer number if no meta key is active, or if it produces something 64 if (number != 0) { 65 return number; 95 * Otherwise, use the number associated with the key, since 100 return number;
|
/packages/apps/Phone/tests/src/com/android/phone/unit/ |
CnapTest.java | 47 // Checks the cnap 'ABSENT NUMBER' is mapped to the unknown presentation. 50 String num = modifyForSpecialCnapCases("ABSENT NUMBER", PRESENTATION_ALLOWED); 57 * Checks the number and CallerInfo structure indicate the number 60 private void assertIsUnknown(String number) { 61 assertEquals(mUnknown, number); 72 private String modifyForSpecialCnapCases(String number, int presentation) { 74 mContext, mCallerInfo, number, presentation);
|
/external/bison/src/ |
nullable.c | 108 && ! nullable[rules_ruleno->lhs->number - ntokens]) 110 nullable[rules_ruleno->lhs->number - ntokens] = true; 111 *s2++ = rules_ruleno->lhs->number; 120 if (--rcount[r->number] == 0) 121 if (r->useful && ! nullable[r->lhs->number - ntokens]) 123 nullable[r->lhs->number - ntokens] = true; 124 *s2++ = r->lhs->number;
|
/external/icu4c/i18n/unicode/ |
plurfmt.h | 43 * the number. 51 * doesn't handle this well, because it attaches a number interval to 53 * given number. This can only handle a finite number of 86 * method takes a number object and selects the message of the 95 * offsetValue = "offset:" number 97 * explicitValue = '=' number // adjacent, no white space in between 103 * and between the '=' and the number of an explicitValue. 113 * When formatting, the input number is first matched against the explicitValue clauses. 114 * If there is no exact-number match, then a keyword is selected by callin [all...] |
choicfmt.h | 55 * the real number line \htmlonly<code>-∞</code> to 80 * <p>The pattern string defines the range boundaries and the strings for each number range. 83 * choiceStyle = number separator message ('|' number separator message)* 84 * number = normal_number | ['-'] \htmlonly∞\endhtmlonly (U+221E, infinity) 94 * <p>Each numeric sub-range extends from the current range's number 95 * to the next range's number. 96 * The number itself is included in its range if a <code>less_than_or_equal</code> sign is used, 103 * the sequence of <code>(number separator string)</code> in an equivalent pattern string. 107 * <p>During formatting, a number is mapped to the first rang [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
NumberPickerDialog.java | 34 private static final String NUMBER = "number"; 43 * @param number The number that was set. 45 void onNumberSet(int number); 54 * @param number The initial number. 58 int number, 62 this(context, AlertDialog.THEME_HOLO_LIGHT, callBack, number, rangeMin, rangeMax, title); 69 * @param number The initial number 120 int number = savedInstanceState.getInt(NUMBER); local [all...] |
RecipientsEditor.java | 169 for (String number : numbers) { 170 Contact contact = Contact.get(number, blocking); 171 contact.setNumber(number); 177 private boolean isValidAddress(String number, boolean isMms) { 179 return MessageUtils.isValidMmsAddress(number); 181 // TODO: PhoneNumberUtils.isWellFormedSmsAddress() only check if the number is a valid 185 return PhoneNumberUtils.isWellFormedSmsAddress(number) 186 || Mms.isEmailAddress(number); 191 for (String number : mTokenizer.getNumbers()) { 192 if (isValidAddress(number, isMms) 325 String number = getNumberAt(getText(), start, end, getContext()); local 335 String number = getFieldAt("number", sp, start, end, context); local [all...] |
/external/protobuf/src/google/protobuf/ |
unknown_field_set.h | 80 // Computes (an estimate of) the total number of bytes currently used for 88 // Returns the number of fields present in the UnknownFieldSet. 100 void AddVarint(int number, uint64 value); 101 void AddFixed32(int number, uint32 value); 102 void AddFixed64(int number, uint64 value); 103 void AddLengthDelimited(int number, const string& value); 104 string* AddLengthDelimited(int number); 105 UnknownFieldSet* AddGroup(int number); 140 // The field's tag number, as seen on the wire. 141 inline int number() const 214 inline int UnknownField::number() const { return number_; } function in class:google::protobuf::UnknownField [all...] |
/external/elfutils/backends/ |
alpha_retval.c | 47 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 }, 48 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 }, 58 { .atom = DW_OP_breg0, .number = 0 }
|