Home
last modified time | relevance | path

Searched defs:const (Results 12876 - 12900 of 19365) sorted by relevance

1...<<511512513514515516517518519520>>...775

/third_party/node/deps/icu-small/source/i18n/
H A Drepattrn.cpp280 RegexPattern *RegexPattern::clone() const { in clone() argument
294 bool RegexPattern::operator ==(const RegexPattern &other) const { in operator ==() argument
469 flags() const flags() argument
479 matcher(const UnicodeString &input, UErrorCode &status) const matcher() argument
495 matcher(UErrorCode &status) const matcher() argument
578 pattern() const pattern() argument
606 patternText(UErrorCode &status) const patternText() argument
624 groupNumberFromName(const UnicodeString &groupName, UErrorCode &status) const groupNumberFromName() argument
639 groupNumberFromName(const char *groupName, int32_t nameLength, UErrorCode &status) const groupNumberFromName() argument
653 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) const split() argument
674 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) const split() argument
699 dumpOp(int32_t index) const dumpOp() argument
820 dumpPattern() const dumpPattern() argument
[all...]
H A Dscriptset.cpp47 bool ScriptSet::operator == (const ScriptSet &other) const { in operator ==() argument
56 UBool ScriptSet::test(UScriptCode script, UErrorCode &status) const { in test() argument
123 UBool ScriptSet::intersects(const ScriptSet &other) const { in intersects() argument
132 UBool ScriptSet::contains(const ScriptSe argument
152 countMembers() const countMembers() argument
166 hashCode() const hashCode() argument
174 nextSetBit(int32_t fromIndex) const nextSetBit() argument
188 isEmpty() const isEmpty() argument
197 displayScripts(UnicodeString &dest) const displayScripts() argument
[all...]
H A Dunesctrn.cpp167 clone() const clone() argument
174 handleTransliterate(Replaceable& text, UTransPosition& pos, UBool isIncremental) const handleTransliterate() argument
[all...]
H A Ddouble-conversion-bignum.cpp56 const Bignum::Chunk& Bignum::RawBigit(const int index) const { in RawBigit() argument
[all...]
H A Dnumparse_types.h74 inline UnicodeString toAliasedUnicodeString() const { in toAliasedUnicodeString() argument
78 bool operator==(const CompactUnicodeString& other) const { in operator ==() argument
199 isFlexible() const isFlexible() argument
242 postProcess(ParsedNumber&) const postProcess() argument
[all...]
H A Dpersncal.cpp74 const char *PersianCalendar::getType() const { in getType() argument
78 PersianCalendar* PersianCalendar::clone() const { in clone() argument
100 handleGetLimit(UCalendarDateFields field, ELimitType limitType) const handleGetLimit() argument
133 monthStart(int32_t year, int32_t month) const monthStart() argument
147 handleGetMonthLength(int32_t extendedYear, int32_t month) const handleGetMonthLength() argument
160 handleGetYearLength(int32_t extendedYear) const handleGetYearLength() argument
169 handleComputeMonthStart(int32_t eyear, int32_t month, UBool ) const handleComputeMonthStart() argument
240 getRelatedYear(UErrorCode &status) const getRelatedYear() argument
261 haveDefaultCentury() const haveDefaultCentury() argument
284 defaultCenturyStart() const defaultCenturyStart() argument
290 defaultCenturyStartYear() const defaultCenturyStartYear() argument
[all...]
H A Dwinnmfmt.cpp304 clone() const clone() argument
309 format(double number, UnicodeString& appendTo, FieldPosition& ) const format() argument
314 format(int32_t number, UnicodeString& appendTo, FieldPosition& ) const format() argument
319 format(int64_t number, UnicodeString& appendTo, FieldPosition& ) const format() argument
324 parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const parse() argument
344 format(int32_t numDigits, UnicodeString &appendTo, const wchar_t *fmt, ...) const format() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dfmtable.h193 bool operator!=(const Formattable& other) const in operator !=() argument
293 getDouble(void) const getDouble() argument
315 getLong(void) const getLong() argument
341 getInt64(void) const getInt64() argument
366 getDate() const getDate() argument
385 getString(UnicodeString& result) const getString() argument
443 getArray(int32_t& count) const getArray() argument
652 getDecimalQuantity() const getDecimalQuantity() argument
712 getDate(UErrorCode& status) const getDate() argument
722 getString(void) const getString() argument
731 getLong(UErrorCode* status) const getLong() argument
740 toUFormattable() const toUFormattable() argument
[all...]
H A Ddcfmtsym.h273 bool operator!=(const DecimalFormatSymbols& other) const { return !operator==(other); } in operator !=() argument
400 isCustomCurrencySymbol() const isCustomCurrencySymbol() argument
407 isCustomIntlCurrencySymbol() const isCustomIntlCurrencySymbol() argument
414 getCodePointZero() const getCodePointZero() argument
521 getSymbol(ENumberFormatSymbol symbol) const getSymbol() argument
533 getConstSymbol(ENumberFormatSymbol symbol) const getConstSymbol() argument
544 getConstDigitSymbol(int32_t digit) const getConstDigitSymbol() argument
592 getLocale() const getLocale() argument
598 getCurrencyPattern() const getCurrencyPattern() argument
602 getNumberingSystemName() const getNumberingSystemName() argument
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dppucd.h115 getLineNumber() const getLineNumber() argument
121 getUnicodeVersion() const getUnicodeVersion() argument
124 lineHasPropertyValues() const lineHasPropertyValues() argument
[all...]
H A Dtoolutil.cpp80 void IcuToolErrorCode::handleFailure() const { in handleFailure() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.cpp201 CodeEmitter::printBinary() const in printBinary() argument
450 RelocEntry::apply(uint32_t *binary, const RelocInfo *info) const in apply() argument
H A Dnv50_ir_build_util.h35 inline Program *getProgram() const { return prog; } in getProgram() argument
36 inline Function *getFunction() const { return func; } in getFunction() argument
H A Dnv50_ir_bb.cpp95 BasicBlock::clone(ClonePolicy<Function>& pol) const in clone() argument
115 BasicBlock::idom() const in idom() argument
368 BasicBlock::initiatesSimpleConditional() const in initiatesSimpleConditional() argument
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h161 pid_t Pid() const { return pid_; } in Pid() argument
162 pid_t Tid() const { return tid_; } in Tid() argument
163 size_t NumFrames() const { return frames_.size(); } in NumFrames() argument
177 const_iterator begin() const { return frames_.begin(); } in begin() argument
178 const_iterator end() const { return frames_.end(); } in end() argument
H A DBacktraceMap.h145 size_t size() const { return maps_.size(); } in size() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h273 bool operator!=(const DecimalFormatSymbols& other) const { return !operator==(other); } in operator !=() argument
400 isCustomCurrencySymbol() const isCustomCurrencySymbol() argument
407 isCustomIntlCurrencySymbol() const isCustomIntlCurrencySymbol() argument
414 getCodePointZero() const getCodePointZero() argument
514 getSymbol(ENumberFormatSymbol symbol) const getSymbol() argument
526 getConstSymbol(ENumberFormatSymbol symbol) const getConstSymbol() argument
537 getConstDigitSymbol(int32_t digit) const getConstDigitSymbol() argument
585 getLocale() const getLocale() argument
591 getCurrencyPattern() const getCurrencyPattern() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp303 clone() const clone() argument
308 format(double number, UnicodeString& appendTo, FieldPosition& ) const format() argument
313 format(int32_t number, UnicodeString& appendTo, FieldPosition& ) const format() argument
318 format(int64_t number, UnicodeString& appendTo, FieldPosition& ) const format() argument
323 parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const parse() argument
343 format(int32_t numDigits, UnicodeString &appendTo, const wchar_t *fmt, ...) const format() argument
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp80 void IcuToolErrorCode::handleFailure() const { in handleFailure() argument
[all...]
H A Dppucd.h115 getLineNumber() const getLineNumber() argument
121 getUnicodeVersion() const getUnicodeVersion() argument
124 lineHasPropertyValues() const lineHasPropertyValues() argument
[all...]
/third_party/littlefs/scripts/
H A Dperfbd.py1212 const=0, variable in main.AppendSort
1223 const=THRESHOLD, variable in main.AppendSort
1230 const=THRESHOLD, variable in main.AppendSort
1237 const=THRESHOLD, variable in main.AppendSort
1244 const=THRESHOLD, variable in main.AppendSort
1266 const=0, variable in main.AppendSort
H A Dstack.py726 const=0, variable in .AppendSort
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
H A Dscoped_ptr.h159 T* get() const { return data_.ptr; } in get() argument
162 const D& get_deleter() const { return data_; } in get_deleter() argument
268 operator *() const operator *() argument
272 operator ->() const operator ->() argument
276 get() const get() argument
280 get_deleter() const get_deleter() argument
288 operator Testable() const operator Testable() argument
293 operator ==(const element_type* p) const operator ==() argument
294 operator !=(const element_type* p) const operator !=() argument
356 operator [](size_t i) const operator []() argument
360 get() const get() argument
364 get_deleter() const get_deleter() argument
372 operator Testable() const operator Testable() argument
377 operator ==(element_type* array) const operator ==() argument
378 operator !=(element_type* array) const operator !=() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h61 data() const data() argument
62 size() const size() argument
63 length() const length() argument
64 empty() const empty() argument
83 operator [](size_type i) const operator []() argument
94 compare(const StringPiece& x) const compare() argument
104 as_string() const as_string() argument
113 starts_with(const StringPiece& x) const starts_with() argument
119 ends_with(const StringPiece& x) const ends_with() argument
124 begin() const begin() argument
125 end() const end() argument
126 rbegin() const rbegin() argument
129 rend() const rend() argument
133 max_size() const max_size() argument
134 capacity() const capacity() argument
144 find_first_of(char c, size_type pos = 0) const find_first_of() argument
150 find_last_of(char c, size_type pos = npos) const find_last_of() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Dphonenumber_offline_geocoder.cc83 const AreaCodeMap* PhoneNumberOfflineGeocoder::GetPhonePrefixDescriptions( in GetPhonePrefixDescriptions() argument
98 LoadAreaCodeMapFromFile( const string& filename) const LoadAreaCodeMapFromFile() argument
117 GetCountryNameForNumber( const PhoneNumber& number, const Locale& language) const GetCountryNameForNumber() argument
124 GetRegionDisplayName( const string* region_code, const Locale& language) const GetRegionDisplayName() argument
139 GetDescriptionForValidNumber( const PhoneNumber& number, const Locale& language) const GetDescriptionForValidNumber() argument
148 GetDescriptionForValidNumber( const PhoneNumber& number, const Locale& language, const string& user_region) const GetDescriptionForValidNumber() argument
163 GetDescriptionForNumber( const PhoneNumber& number, const Locale& locale) const GetDescriptionForNumber() argument
176 GetDescriptionForNumber( const PhoneNumber& number, const Locale& language, const string& user_region) const GetDescriptionForNumber() argument
190 GetAreaDescription( const PhoneNumber& number, const string& lang, const string& script, const string& region) const GetAreaDescription() argument
216 MayFallBackToEnglish( const string& lang) const MayFallBackToEnglish() argument
[all...]

Completed in 32 milliseconds

1...<<511512513514515516517518519520>>...775