/frameworks/base/core/java/android/text/style/ |
TtsSpan.java | 56 * number to be synthesized with {@link #ARG_NUMBER}. 65 * number to be synthesized with {@link #ARG_NUMBER}. 73 * The text associated with this span is a decimal number. Must include the 74 * number to be synthesized with {@link #ARG_INTEGER_PART} and 83 * The text associated with this span is a fractional number. Must include 84 * the number to be synthesized with {@link #ARG_NUMERATOR} and 93 * The text associated with this span is a measure, consisting of a number 94 * and a unit. The number can be a cardinal, decimal or a fraction. Set the 95 * number with the same arguments as {@link #TYPE_CARDINAL}, 105 * The text associated with this span is a time, consisting of a number o [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
DriverCall.java | 44 public String number; field in class:DriverCall 60 // index,isMT,state,mode,isMpty(,number,TOA)? 77 ret.number = PhoneNumberUtils.extractNetworkPortionAlt(p.nextString()); 79 if (ret.number.length() == 0) { 80 ret.number = null; 88 ret.number = PhoneNumberUtils.stringFromStringAndTOA( 89 ret.number, ret.TOA); 115 /*+ "number=" + number */ + ",cli=" + numberPresentation + ","
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
fixed-dtoa.cc | 124 static void FillDigits32FixedLength(uint32_t number, int requested_length, 127 buffer[(*length) + i] = '0' + number % 10; 128 number /= 10; 134 static void FillDigits32(uint32_t number, Vector<char> buffer, int* length) { 137 while (number != 0) { 138 int digit = number % 10; 139 number /= 10; 157 static void FillDigits64FixedLength(uint64_t number, int, 160 // For efficiency cut the number into 3 uint32_t parts, and print those. 161 uint32_t part2 = static_cast<uint32_t>(number % kTen7) [all...] |
/external/chromium_org/v8/src/ |
fixed-dtoa.cc | 102 static void FillDigits32FixedLength(uint32_t number, int requested_length, 105 buffer[(*length) + i] = '0' + number % 10; 106 number /= 10; 112 static void FillDigits32(uint32_t number, Vector<char> buffer, int* length) { 115 while (number != 0) { 116 int digit = number % 10; 117 number /= 10; 135 static void FillDigits64FixedLength(uint64_t number, int requested_length, 138 // For efficiency cut the number into 3 uint32_t parts, and print those. 139 uint32_t part2 = static_cast<uint32_t>(number % kTen7) [all...] |
/external/chromium_org/components/autofill/core/browser/ |
phone_number.cc | 20 // Returns the region code for this phone number, which is an ISO 3166 2-letter 39 PhoneNumber::PhoneNumber(const PhoneNumber& number) 41 *this = number; 46 PhoneNumber& PhoneNumber::operator=(const PhoneNumber& number) { 47 if (this == &number) 50 number_ = number.number_; 51 profile_ = number.profile_; 52 cached_parsed_phone_ = number.cached_parsed_phone_; 69 // Only the whole number is available as raw data. All of the other types are 71 // number's region, which is only available via GetInfo() 152 base::string16 number = GetInfo(AutofillType(PHONE_HOME_NUMBER), app_locale); local [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
rbnf.h | 15 * \brief C++ API: Rule Based Number Format 61 * The RuleBasedNumberFormat class formats numbers according to a set of rules. This number formatter is 66 * other complicated formatting tasks, such as formatting a number of seconds as hours, 102 * isolate the number's ones digit, format it using this same set of rules, and place the 104 * the number being formatted is an even multiple of 10 (the hyphen is a literal hyphen; 24 107 * <p>For even larger numbers, we can actually look up several parts of the number in the 118 * can change this). To fill in the substitutions, the formatter divides the number being 183 * <p>This is called a <em>negative-number rule,</em> and is identified by "-x" 185 * >> token here means "find the number's absolute value, format it with these 194 * negative-number rule first and then through this rule). Here, the << token refers t [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
unknown_field_set.cc | 119 void UnknownFieldSet::AddVarint(int number, uint64 value) { 122 field.number_ = number; 128 void UnknownFieldSet::AddFixed32(int number, uint32 value) { 131 field.number_ = number; 137 void UnknownFieldSet::AddFixed64(int number, uint64 value) { 140 field.number_ = number; 146 string* UnknownFieldSet::AddLengthDelimited(int number) { 149 field.number_ = number; 157 UnknownFieldSet* UnknownFieldSet::AddGroup(int number) { 160 field.number_ = number; [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
repair.cc | 9 // (b) largest sequence number in the table 11 // - log number is set to zero 12 // - next-file-number is set to 1 + largest file number we found 13 // - last-sequence-number is set to largest sequence# found across 126 uint64_t number; local 129 if (ParseFileName(filenames[i], &number, &type)) { 133 if (number + 1 > next_file_number_) { 134 next_file_number_ = number + 1; 137 logs_.push_back(number); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
abstract_msgs.js | 42 * Retuns a number formatted correctly. 44 * @param {number} num The number. 45 * @return {string} The number in the correct locale.
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationTestHelper.cpp | 17 v8::Handle<v8::Value> doubleToV8Value(double number) 19 return v8::Handle<v8::Value>::Cast(v8::Number::New(v8::Isolate::GetCurrent(), number));
|
/external/chromium_org/third_party/icu/source/i18n/ |
nfsubs.cpp | 55 virtual int64_t transformNumber(int64_t number) const { return number; } 56 virtual double transformNumber(double number) const { return number; } 96 virtual int64_t transformNumber(int64_t number) const { 97 return number / ldivisor; 100 virtual double transformNumber(double number) const { 102 return uprv_floor(number / divisor); 104 return number/divisor; 145 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos) const [all...] |
tmutamt.cpp | 17 TimeUnitAmount::TimeUnitAmount(const Formattable& number, 20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) {
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
UnknownFieldSet.java | 108 /** Get a map of fields in the set by number. */ 113 /** Check if the given field number is present in the set. */ 114 public boolean hasField(final int number) { 115 return fields.containsKey(number); 119 * Get a field by number. Returns an empty field if not present. Never 122 public Field getField(final int number) { 123 final Field result = fields.get(number); 196 /** Get the number of bytes required to encode this set. */ 218 * Get the number of bytes required to encode this set using 299 * Get a field builder for the given field number which includes an 475 final int number = WireFormat.getTagFieldNumber(tag); local [all...] |
/external/icu/icu4c/source/i18n/ |
nfsubs.cpp | 56 virtual int64_t transformNumber(int64_t number) const { return number; } 57 virtual double transformNumber(double number) const { return number; } 100 virtual int64_t transformNumber(int64_t number) const { 101 return number / ldivisor; 104 virtual double transformNumber(double number) const { 106 return uprv_floor(number / divisor); 108 return number/divisor; 152 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos) const [all...] |
tmutamt.cpp | 17 TimeUnitAmount::TimeUnitAmount(const Formattable& number, 20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) {
|
upluralrules.cpp | 40 double number, 51 UnicodeString result = ((PluralRules*)uplrules)->select(number);
|
/external/icu/icu4c/source/i18n/unicode/ |
plurfmt.h | 39 * the number. 47 * doesn't handle this well, because it attaches a number interval to 49 * given number. This can only handle a finite number of 82 * method takes a number object and selects the message of the 91 * offsetValue = "offset:" number 93 * explicitValue = '=' number // adjacent, no white space in between 99 * and between the '=' and the number of an explicitValue. 109 * When formatting, the input number is first matched against the explicitValue clauses. 110 * If there is no exact-number match, then a keyword is selected by callin [all...] |
/external/nanopb-c/generator/proto/ |
plugin_pb2.py | 27 number=1, type=9, cpp_type=9, label=3, 34 number=2, type=9, cpp_type=9, label=1, 41 number=15, type=11, cpp_type=10, label=3, 69 number=1, type=9, cpp_type=9, label=1, 76 number=2, type=9, cpp_type=9, label=1, 83 number=15, type=9, cpp_type=9, label=1, 110 number=1, type=9, cpp_type=9, label=1, 117 number=15, type=11, cpp_type=10, label=3,
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
MimeVersionParser.java | 76 String majorVersion = this.lexer.number(); 79 String minorVersion = this.lexer.number(); 104 * Issue number: 111 * CVS: Issue number: 113 * CVS: then enter the issue number(s) here. 142 * Issue number: 150 * CVS: Issue number: 152 * CVS: then enter the issue number(s) here.
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
UnknownFieldSet.java | 108 /** Get a map of fields in the set by number. */ 113 /** Check if the given field number is present in the set. */ 114 public boolean hasField(final int number) { 115 return fields.containsKey(number); 119 * Get a field by number. Returns an empty field if not present. Never 122 public Field getField(final int number) { 123 final Field result = fields.get(number); 196 /** Get the number of bytes required to encode this set. */ 218 * Get the number of bytes required to encode this set using 299 * Get a field builder for the given field number which includes an 475 final int number = WireFormat.getTagFieldNumber(tag); local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaCallWaitingNotification.java | 29 public String number = null; field in class:CdmaCallWaitingNotification 44 + " number: " + number
|
/packages/apps/Dialer/src/com/android/dialer/service/ |
CachedNumberLookupService.java | 21 * Perform a lookup using the cached number lookup service to return contact 22 * information stored in the cache that corresponds to the given number. 25 * @param number Phone number to lookup the cache for 27 * number is found in the cache, {@link ContactInfo#EMPTY} if the phone number was 30 public CachedContactInfo lookupCachedContactFromNumber(Context context, String number); 39 public boolean addPhoto(Context context, String number, byte[] photo); 42 * Remove all cached phone number entries from the cache, regardless of how old they
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
CallLogInsertionHelperTest.java | 54 // Number as it should be dialed from Japan. 62 * phone number. 64 * @param number The unformatted phone number. 65 * @param expectedNormalized The expected normalized number. 67 private void checkNormalization(String number, String expectedNormalized) { 69 values.put(Calls.NUMBER, number);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/ |
loop.h | 99 int number); 101 FILE * foo, int number, int nb_parameters);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
loop.h | 99 int number); 101 FILE * foo, int number, int nb_parameters);
|