Home
last modified time | relevance | path

Searched defs:const (Results 12101 - 12125 of 13991) sorted by relevance

1...<<481482483484485486487488489490>>...560

/third_party/node/deps/icu-small/source/common/
H A Duresdata.cpp504 getType() const getType() argument
508 getString(int32_t &length, UErrorCode &errorCode) const getString() argument
519 getAliasString(int32_t &length, UErrorCode &errorCode) const getAliasString() argument
530 getInt(UErrorCode &errorCode) const getInt() argument
540 getUInt(UErrorCode &errorCode) const getUInt() argument
550 getIntVector(int32_t &length, UErrorCode &errorCode) const getIntVector() argument
561 getBinary(int32_t &length, UErrorCode &errorCode) const getBinary() argument
572 getArray(UErrorCode &errorCode) const getArray() argument
598 getTable(UErrorCode &errorCode) const getTable() argument
635 isNoInheritanceMarker() const isNoInheritanceMarker() argument
639 getStringArray(UnicodeString *dest, int32_t capacity, UErrorCode &errorCode) const getStringArray() argument
644 getStringArrayOrStringAsArray(UnicodeString *dest, int32_t capacity, UErrorCode &errorCode) const getStringArrayOrStringAsArray() argument
670 getStringOrFirstOfArray(UErrorCode &errorCode) const getStringOrFirstOfArray() argument
820 getKeyAndValue(int32_t i, const char *&key, icu::ResourceValue &value) const getKeyAndValue() argument
845 findValue(const char *key, ResourceValue &value) const findValue() argument
897 internalGetResource(const ResourceData *pResData, int32_t i) const internalGetResource() argument
905 getValue(int32_t i, icu::ResourceValue &value) const getValue() argument
[all...]
H A Dmessagepattern.cpp98 equals(const MessagePatternList<T, stackCapacity> &other, int32_t length) const equals() argument
313 operator ==(const MessagePattern &other) const operator ==() argument
327 hashCode() const hashCode() argument
344 autoQuoteApostropheDeep() const autoQuoteApostropheDeep() argument
361 getNumericValue(const Part &part) const getNumericValue() argument
379 getPluralOffset(int32_t pluralStart) const getPluralOffset() argument
391 operator ==(const Part &other) const operator ==() argument
[all...]
/third_party/ninja/src/
H A Dbuild.cc59 size_t DryRunCommandRunner::CanRunMore() const { in CanRunMore() argument
454 Dump() const Dump() argument
490 CanRunMore() const CanRunMore() argument
631 AlreadyUpToDate() const AlreadyUpToDate() argument
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunistr.h1729 toUTF8String(StringClass &result) const toUTF8String() argument
3826 pinIndex(int32_t& start) const pinIndex() argument
3837 pinIndices(int32_t& start, int32_t& _length) const pinIndices() argument
3861 getArrayStart() const getArrayStart() argument
3891 hasShortLength() const hasShortLength() argument
3896 getShortLength() const getShortLength() argument
3903 length() const length() argument
3908 getCapacity() const getCapacity() argument
3914 hashCode() const hashCode() argument
3918 isBogus() const isBogus() argument
3922 isWritable() const isWritable() argument
3926 isBufferWritable() const isBufferWritable() argument
3934 getBuffer() const getBuffer() argument
3948 doCompare(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doCompare() argument
3963 doEqualsSubstring(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doEqualsSubstring() argument
3978 operator ==(const UnicodeString& text) const operator ==() argument
3989 operator !=(const UnicodeString& text) const operator !=() argument
3993 operator >(const UnicodeString& text) const operator >() argument
3997 operator <(const UnicodeString& text) const operator <() argument
4001 operator >=(const UnicodeString& text) const operator >=() argument
4005 operator <=(const UnicodeString& text) const operator <=() argument
4009 compare(const UnicodeString& text) const compare() argument
4013 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const compare() argument
4019 compare(ConstChar16Ptr srcChars, int32_t srcLength) const compare() argument
4024 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const compare() argument
4032 compare(int32_t start, int32_t _length, const char16_t *srcChars) const compare() argument
4038 compare(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const compare() argument
4046 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareBetween() argument
4055 doCompareCodePointOrder(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doCompareCodePointOrder() argument
4070 compareCodePointOrder(const UnicodeString& text) const compareCodePointOrder() argument
4074 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const compareCodePointOrder() argument
4080 compareCodePointOrder(ConstChar16Ptr srcChars, int32_t srcLength) const compareCodePointOrder() argument
4085 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const compareCodePointOrder() argument
4093 compareCodePointOrder(int32_t start, int32_t _length, const char16_t *srcChars) const compareCodePointOrder() argument
4099 compareCodePointOrder(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const compareCodePointOrder() argument
4107 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareCodePointOrderBetween() argument
4116 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const doCaseCompare() argument
4132 caseCompare(const UnicodeString &text, uint32_t options) const caseCompare() argument
4137 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const caseCompare() argument
4145 caseCompare(ConstChar16Ptr srcChars, int32_t srcLength, uint32_t options) const caseCompare() argument
4152 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const caseCompare() argument
4162 caseCompare(int32_t start, int32_t _length, const char16_t *srcChars, uint32_t options) const caseCompare() argument
4170 caseCompare(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const caseCompare() argument
4180 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const caseCompareBetween() argument
4190 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const indexOf() argument
4206 indexOf(const UnicodeString& text) const indexOf() argument
4210 indexOf(const UnicodeString& text, int32_t start) const indexOf() argument
4217 indexOf(const UnicodeString& text, int32_t start, int32_t _length) const indexOf() argument
4223 indexOf(const char16_t *srcChars, int32_t srcLength, int32_t start) const indexOf() argument
4231 indexOf(ConstChar16Ptr srcChars, int32_t srcLength, int32_t start, int32_t _length) const indexOf() argument
4238 indexOf(char16_t c, int32_t start, int32_t _length) const indexOf() argument
4244 indexOf(UChar32 c, int32_t start, int32_t _length) const indexOf() argument
4250 indexOf(char16_t c) const indexOf() argument
4254 indexOf(UChar32 c) const indexOf() argument
4258 indexOf(char16_t c, int32_t start) const indexOf() argument
4265 indexOf(UChar32 c, int32_t start) const indexOf() argument
4272 lastIndexOf(ConstChar16Ptr srcChars, int32_t srcLength, int32_t start, int32_t _length) const lastIndexOf() argument
4279 lastIndexOf(const char16_t *srcChars, int32_t srcLength, int32_t start) const lastIndexOf() argument
4287 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const lastIndexOf() argument
4303 lastIndexOf(const UnicodeString& text, int32_t start, int32_t _length) const lastIndexOf() argument
4309 lastIndexOf(const UnicodeString& text, int32_t start) const lastIndexOf() argument
4316 lastIndexOf(const UnicodeString& text) const lastIndexOf() argument
4320 lastIndexOf(char16_t c, int32_t start, int32_t _length) const lastIndexOf() argument
4326 lastIndexOf(UChar32 c, int32_t start, int32_t _length) const lastIndexOf() argument
4333 lastIndexOf(char16_t c) const lastIndexOf() argument
4337 lastIndexOf(UChar32 c) const lastIndexOf() argument
4342 lastIndexOf(char16_t c, int32_t start) const lastIndexOf() argument
4349 lastIndexOf(UChar32 c, int32_t start) const lastIndexOf() argument
4356 startsWith(const UnicodeString& text) const startsWith() argument
4360 startsWith(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const startsWith() argument
4366 startsWith(ConstChar16Ptr srcChars, int32_t srcLength) const startsWith() argument
4374 startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const startsWith() argument
4382 endsWith(const UnicodeString& text) const endsWith() argument
4387 endsWith(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const endsWith() argument
4396 endsWith(ConstChar16Ptr srcChars, int32_t srcLength) const endsWith() argument
4405 endsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const endsWith() argument
4485 doExtract(int32_t start, int32_t _length, UnicodeString& target) const doExtract() argument
4491 extract(int32_t start, int32_t _length, Char16Ptr target, int32_t targetStart) const extract() argument
4498 extract(int32_t start, int32_t _length, UnicodeString& target) const extract() argument
4506 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const extract() argument
4519 extractBetween(int32_t start, int32_t limit, char16_t *dst, int32_t dstStart) const extractBetween() argument
4529 tempSubStringBetween(int32_t start, int32_t limit) const tempSubStringBetween() argument
4534 doCharAt(int32_t offset) const doCharAt() argument
4544 charAt(int32_t offset) const charAt() argument
4548 operator [](int32_t offset) const operator []() argument
4552 isEmpty() const isEmpty() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.cpp142 dst_reg::equals(const dst_reg &r) const in equals() argument
150 vec4_instruction::is_send_from_grf() const in is_send_from_grf() argument
187 vec4_instruction::has_source_and_destination_hazard() const in has_source_and_destination_hazard() argument
206 vec4_instruction::size_read(unsigned arg) const in size_read() argument
308 can_change_types() const can_change_types() argument
327 implied_mrf_writes() const implied_mrf_writes() argument
381 equals(const src_reg &r) const equals() argument
388 negative_equals(const src_reg &r) const negative_equals() argument
1306 dump_instruction(const backend_instruction *be_inst) const dump_instruction() argument
1312 dump_instruction(const backend_instruction *be_inst, FILE *file) const dump_instruction() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.cpp177 uint64_t DecimalQuantity::getPositionFingerprint() const { in getPositionFingerprint() argument
241 int32_t DecimalQuantity::getMagnitude() const { in getMagnitude() argument
265 double DecimalQuantity::getPluralOperand(PluralOperand operand) const { in getPluralOperand() argument
292 int32_t DecimalQuantity::getExponent() const { in getExponent() argument
305 bool DecimalQuantity::hasIntegerValue() const { in hasIntegerValue() argument
309 getUpperDisplayMagnitude() const getUpperDisplayMagnitude() argument
319 getLowerDisplayMagnitude() const getLowerDisplayMagnitude() argument
329 getDigit(int32_t magnitude) const getDigit() argument
337 fractionCount() const fractionCount() argument
342 fractionCountWithoutTrailingZeros() const fractionCountWithoutTrailingZeros() argument
347 isNegative() const isNegative() argument
351 signum() const signum() argument
365 isInfinite() const isInfinite() argument
369 isNaN() const isNaN() argument
373 isZeroish() const isZeroish() argument
619 toLong(bool truncateIfOverflow) const toLong() argument
637 toFractionLong(bool includeTrailingZeros) const toFractionLong() argument
656 fitsInLong(bool ignoreFraction) const fitsInLong() argument
688 toDouble() const toDouble() argument
709 toDecNum(DecNum& output, UErrorCode& status) const toDecNum() argument
984 toPlainString() const toPlainString() argument
1019 toExponentString() const toExponentString() argument
1056 toScientificString() const toScientificString() argument
1104 getDigitPos(int32_t position) const getDigitPos() argument
1385 checkHealth() const checkHealth() argument
1423 operator ==(const DecimalQuantity& other) const operator ==() argument
1449 toString() const toString() argument
[all...]
H A Dnumfmt.cpp213 visible() const visible() argument
218 getSupportedIDs(int32_t &count, UErrorCode& status) const getSupportedIDs() argument
289 operator ==(const Format& that) const operator ==() argument
353 format(double , UnicodeString& toAppendTo, FieldPositionIterator* , UErrorCode& status) const format() argument
369 format(int32_t , UnicodeString& toAppendTo, FieldPositionIterator* , UErrorCode& status) const format() argument
385 format(int64_t , UnicodeString& toAppendTo, FieldPositionIterator* , UErrorCode& status) const format() argument
399 format(double number, UnicodeString& appendTo, FieldPosition& pos, UErrorCode &status) const format() argument
411 format(int32_t number, UnicodeString& appendTo, FieldPosition& pos, UErrorCode &status) const format() argument
423 format(int64_t number, UnicodeString& appendTo, FieldPosition& pos, UErrorCode &status) const format() argument
452 format(StringPiece decimalNum, UnicodeString& toAppendTo, FieldPositionIterator* fpi, UErrorCode& status) const format() argument
490 number() const number() argument
495 wasCurrency() const wasCurrency() argument
500 iso() const iso() argument
524 format(const number::impl::DecimalQuantity &number, UnicodeString& appendTo, FieldPositionIterator* posIter, UErrorCode& status) const format() argument
542 format(const number::impl::DecimalQuantity &number, UnicodeString& appendTo, FieldPosition& pos, UErrorCode &status) const format() argument
558 format(const Formattable& obj, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const format() argument
613 format(const Formattable& obj, UnicodeString& appendTo, FieldPositionIterator* posIter, UErrorCode& status) const format() argument
659 format(int64_t number, UnicodeString& appendTo, FieldPosition& pos) const format() argument
672 parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const parseObject() argument
683 format(double number, UnicodeString& appendTo) const format() argument
693 format(int32_t number, UnicodeString& appendTo) const format() argument
703 format(int64_t number, UnicodeString& appendTo) const format() argument
716 parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const parse() argument
729 parseCurrency(const UnicodeString& text, ParsePosition& pos) const parseCurrency() argument
1078 isGroupingUsed() const isGroupingUsed() argument
1097 getMaximumIntegerDigits() const getMaximumIntegerDigits() argument
1119 getMinimumIntegerDigits() const getMinimumIntegerDigits() argument
1141 getMaximumFractionDigits() const getMaximumFractionDigits() argument
1163 getMinimumFractionDigits() const getMinimumFractionDigits() argument
1194 getCurrency() const getCurrency() argument
1198 getEffectiveCurrency(char16_t* result, UErrorCode& ec) const getEffectiveCurrency() argument
1227 getContext(UDisplayContextType type, UErrorCode& status) const getContext() argument
1260 createObject( const void * , UErrorCode &status) const createObject() argument
1518 getRoundingMode() const getRoundingMode() argument
[all...]
H A Drbt_pars.cpp184 lookup(const UnicodeString& name) const lookup() argument
191 lookupMatcher(UChar32 ch) const lookupMatcher() argument
208 parseReference(const UnicodeString& text, ParsePosition& pos, int32_t limit) const parseReference() argument
1183 checkVariableRange(UChar32 ch) const checkVariableRange() argument
[all...]
H A Ddtitvfmt.cpp227 clone() const clone() argument
233 operator ==(const Format& other) const operator ==() argument
267 format(const Formattable& obj, UnicodeString& appendTo, FieldPosition& fieldPosition, UErrorCode& status) const format() argument
288 format(const DateInterval* dtInterval, UnicodeString& appendTo, FieldPosition& fieldPosition, UErrorCode& status) const format() argument
309 formatToValue( const DateInterval& dtInterval, UErrorCode& status) const formatToValue() argument
348 format(Calendar& fromCalendar, Calendar& toCalendar, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const format() argument
362 formatToValue( Calendar& fromCalendar, Calendar& toCalendar, UErrorCode& status) const formatToValue() argument
398 formatIntervalImpl( const DateInterval& dtInterval, UnicodeString& appendTo, int8_t& firstIndex, FieldPositionHandler& fphandler, UErrorCode& status) const formatIntervalImpl() argument
419 formatImpl(Calendar& fromCalendar, Calendar& toCalendar, UnicodeString& appendTo, int8_t& firstIndex, FieldPositionHandler& fphandler, UErrorCode& status) const formatImpl() argument
547 parseObject(const UnicodeString& , Formattable& , ParsePosition& ) const parseObject() argument
559 getDateIntervalInfo() const getDateIntervalInfo() argument
589 getDateFormat() const getDateFormat() argument
629 getTimeZone() const getTimeZone() argument
652 getContext(UDisplayContextType type, UErrorCode& status) const getContext() argument
964 normalizeHourMetacharacters(const UnicodeString& skeleton) const normalizeHourMetacharacters() argument
1580 fallbackFormatRange( Calendar& fromCalendar, Calendar& toCalendar, UnicodeString& appendTo, int8_t& firstIndex, FieldPositionHandler& fphandler, UErrorCode& status) const fallbackFormatRange() argument
1621 fallbackFormat(Calendar& fromCalendar, Calendar& toCalendar, UBool fromToOnSameDay, UnicodeString& appendTo, int8_t& firstIndex, FieldPositionHandler& fphandler, UErrorCode& status) const fallbackFormat() argument
[all...]
H A Ddtitvinf.cpp158 clone() const clone() argument
170 operator ==(const DateIntervalInfo& other) const operator ==() argument
184 getIntervalPattern(const UnicodeString& skeleton, UCalendarDateFields field, UnicodeString& result, UErrorCode& status) const getIntervalPattern() argument
208 getDefaultOrder() const getDefaultOrder() argument
214 getFallbackIntervalPattern(UnicodeString& result) const getFallbackIntervalPattern() argument
547 getBestSkeleton(const UnicodeString& skeleton, int8_t& bestMatchDistanceInfo) const getBestSkeleton() argument
[all...]
H A Ddtptngen_impl.h145 operator ==(const SkeletonFields& other) const operator ==() argument
150 operator !=(const SkeletonFields& other) const operator !=() argument
[all...]
H A Dnumber_patternstring.cpp50 char16_t ParsedPatternInfo::charAt(int32_t flags, int32_t index) const { in charAt() argument
58 int32_t ParsedPatternInfo::length(int32_t flags) const { in length() argument
66 UnicodeString ParsedPatternInfo::getString(int32_t flags) const { in getString() argument
75 getEndpoints(int32_t flags) const getEndpoints() argument
94 positiveHasPlusSign() const positiveHasPlusSign() argument
98 hasNegativeSubpattern() const hasNegativeSubpattern() argument
102 negativeHasMinusSign() const negativeHasMinusSign() argument
106 hasCurrencySign() const hasCurrencySign() argument
110 containsSymbolType(AffixPatternType type, UErrorCode& status) const containsSymbolType() argument
114 hasBody() const hasBody() argument
118 currencyAsDecimal() const currencyAsDecimal() argument
[all...]
H A Dreldatefmt.cpp107 const SimpleFormatter *getCombinedDateAndTime() const { in getCombinedDateAndTime() argument
133 getAbsoluteUnitString( int32_t fStyle, UDateAbsoluteUnit unit, UDateDirection direction) const getAbsoluteUnitString() argument
145 getRelativeUnitFormatter( int32_t fStyle, UDateRelativeUnit unit, int32_t pastFutureIndex, int32_t pluralUnit) const getRelativeUnitFormatter() argument
167 getRelativeDateTimeUnitFormatter( int32_t fStyle, URelativeDateTimeUnit unit, int32_t pastFutureIndex, int32_t pluralUnit) const getRelativeDateTimeUnitFormatter() argument
705 createObject(const void * , UErrorCode &status) const createObject() argument
885 getNumberFormat() const getNumberFormat() argument
889 getCapitalizationContext() const getCapitalizationContext() argument
893 getFormatStyle() const getFormatStyle() argument
902 doFormat( F callback, UnicodeString& appendTo, UErrorCode& status, Args... args) const doFormat() argument
917 doFormatToValue( F callback, UErrorCode& status, Args... args) const doFormatToValue() argument
934 format( double quantity, UDateDirection direction, UDateRelativeUnit unit, UnicodeString& appendTo, UErrorCode& status) const format() argument
949 formatToValue( double quantity, UDateDirection direction, UDateRelativeUnit unit, UErrorCode& status) const formatToValue() argument
962 formatImpl( double quantity, UDateDirection direction, UDateRelativeUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatImpl() argument
1002 formatNumeric( double offset, URelativeDateTimeUnit unit, UnicodeString& appendTo, UErrorCode& status) const formatNumeric() argument
1015 formatNumericToValue( double offset, URelativeDateTimeUnit unit, UErrorCode& status) const formatNumericToValue() argument
1026 formatNumericImpl( double offset, URelativeDateTimeUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatNumericImpl() argument
1074 format( UDateDirection direction, UDateAbsoluteUnit unit, UnicodeString& appendTo, UErrorCode& status) const format() argument
1087 formatToValue( UDateDirection direction, UDateAbsoluteUnit unit, UErrorCode& status) const formatToValue() argument
1098 formatAbsoluteImpl( UDateDirection direction, UDateAbsoluteUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatAbsoluteImpl() argument
1120 format( double offset, URelativeDateTimeUnit unit, UnicodeString& appendTo, UErrorCode& status) const format() argument
1133 formatToValue( double offset, URelativeDateTimeUnit unit, UErrorCode& status) const formatToValue() argument
1144 formatRelativeImpl( double offset, URelativeDateTimeUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatRelativeImpl() argument
1208 combineDateAndTime( const UnicodeString& relativeDateString, const UnicodeString& timeString, UnicodeString& appendTo, UErrorCode& status) const combineDateAndTime() argument
1215 adjustForContext(UnicodeString &str) const adjustForContext() argument
1234 checkNoAdjustForContext(UErrorCode& status) const checkNoAdjustForContext() argument
[all...]
H A Drbtz.cpp99 RuleBasedTimeZone::operator==(const TimeZone& that) const { in operator ==() argument
118 RuleBasedTimeZone::operator!=(const TimeZone& that) const { in operator !=() argument
160 RuleBasedTimeZone::completeConst(UErrorCode& status) const { in completeConst() argument
356 RuleBasedTimeZone::clone() const { in clone() argument
361 getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode& status) const getOffset() argument
376 getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t , int32_t millis, int32_t , UErrorCode& status) const getOffset() argument
397 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const getOffset() argument
402 getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, UTimeZoneLocalOption duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const getOffsetFromLocal() argument
413 getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const getOffsetInternal() argument
477 getRawOffset() const getRawOffset() argument
487 useDaylightTime() const useDaylightTime() argument
509 inDaylightTime(UDate date, UErrorCode& status) const inDaylightTime() argument
522 hasSameRules(const TimeZone& other) const hasSameRules() argument
541 getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const getNextTransition() argument
560 getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const getPreviousTransition() argument
579 countTransitionRules(UErrorCode& ) const countTransitionRules() argument
591 getTimeZoneRules(const InitialTimeZoneRule*& initial, const TimeZoneRule* trsrules[], int32_t& trscount, UErrorCode& status) const getTimeZoneRules() argument
667 findRuleInFinal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt) const findRuleInFinal() argument
715 findNext(UDate base, UBool inclusive, UDate& transitionTime, TimeZoneRule*& fromRule, TimeZoneRule*& toRule) const findNext() argument
799 findPrev(UDate base, UBool inclusive, UDate& transitionTime, TimeZoneRule*& fromRule, TimeZoneRule*& toRule) const findPrev() argument
875 getTransitionTime(Transition* transition, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt) const getTransitionTime() argument
887 getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt) const getLocalDelta() argument
[all...]
H A Dtzfmt.cpp291 getType() const getType() argument
296 getWidth() const getWidth() argument
301 getPatternText() const getPatternText() argument
486 operator ==(const Format& other) const operator ==() argument
509 clone() const clone() argument
527 getTimeZoneNames() const getTimeZoneNames() argument
553 getDefaultParseOptions() const getDefaultParseOptions() argument
559 getGMTPattern(UnicodeString& pattern) const getGMTPattern() argument
569 getGMTOffsetPattern(UTimeZoneFormatGMTOffsetPatternType type, UnicodeString& pattern) const getGMTOffsetPattern() argument
613 getGMTOffsetDigits(UnicodeString& digits) const getGMTOffsetDigits() argument
635 getGMTZeroFormat(UnicodeString& gmtZeroFormat) const getGMTZeroFormat() argument
654 format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, UnicodeString& name, UTimeZoneFormatTimeType* timeType ) const format() argument
779 format(const Formattable& obj, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const format() argument
814 parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, UTimeZoneFormatTimeType* timeType ) const parse() argument
820 parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, int32_t parseOptions, UTimeZoneFormatTimeType* timeType ) const parse() argument
[all...]
H A Dtranslit.cpp165 Transliterator* Transliterator::clone() const { in clone() argument
192 transliterate(Replaceable& text, int32_t start, int32_t limit) const transliterate() argument
213 transliterate(Replaceable& text) const transliterate() argument
281 transliterate(Replaceable& text, UTransPosition& index, const UnicodeString& insertion, UErrorCode &status) const transliterate() argument
303 transliterate(Replaceable& text, UTransPosition& index, UChar32 insertion, UErrorCode& status) const transliterate() argument
322 transliterate(Replaceable& text, UTransPosition& index, UErrorCode& status) const transliterate() argument
338 finishTransliteration(Replaceable& text, UTransPosition& index) const finishTransliteration() argument
354 _transliterate(Replaceable& text, UTransPosition& index, const UnicodeString* insertion, UErrorCode &status) const _transliterate() argument
428 filteredTransliterate(Replaceable& text, UTransPosition& index, UBool incremental, UBool rollback) const filteredTransliterate() argument
682 filteredTransliterate(Replaceable& text, UTransPosition& index, UBool incremental) const filteredTransliterate() argument
703 getID() const getID() argument
837 getFilter() const getFilter() argument
886 createInverse(UErrorCode& status) const createInverse() argument
1160 toRules(UnicodeString& rulesSource, UBool escapeUnprintable) const toRules() argument
1183 countElements() const countElements() argument
1188 getElement(int32_t index, UErrorCode& ec) const getElement() argument
1202 getSourceSet(UnicodeSet& result) const getSourceSet() argument
1226 handleGetSourceSet(UnicodeSet& result) const handleGetSourceSet() argument
1230 getTargetSet(UnicodeSet& result) const getTargetSet() argument
1459 filteredCharAt(const Replaceable& text, int32_t i) const filteredCharAt() argument
[all...]
H A Dolsontz.cpp314 operator ==(const TimeZone& other) const operator ==() argument
324 clone() const clone() argument
331 getOffset(uint8_t era, int32_t year, int32_t month, int32_t dom, uint8_t dow, int32_t millis, UErrorCode& ec) const getOffset() argument
349 getOffset(uint8_t era, int32_t year, int32_t month, int32_t dom, uint8_t dow, int32_t millis, int32_t monthLength, UErrorCode& ec) const getOffset() argument
391 getOffset(UDate date, UBool local, int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const getOffset() argument
403 getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, UTimeZoneLocalOption duplicatedTimeOpt, int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const getOffsetFromLocal() argument
430 getRawOffset() const getRawOffset() argument
450 transitionTimeInSeconds(int16_t transIdx) const transitionTimeInSeconds() argument
474 getHistoricalOffset(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawoff, int32_t& dstoff) const getHistoricalOffset() argument
559 useDaylightTime() const useDaylightTime() argument
593 getDSTSavings() const getDSTSavings() argument
602 inDaylightTime(UDate date, UErrorCode& ec) const inDaylightTime() argument
609 hasSameRules(const TimeZone &other) const hasSameRules() argument
699 checkTransitionRules(UErrorCode& status) const checkTransitionRules() argument
880 getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const getNextTransition() argument
945 getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const getPreviousTransition() argument
1006 countTransitionRules(UErrorCode& status) const countTransitionRules() argument
1036 getTimeZoneRules(const InitialTimeZoneRule*& initial, const TimeZoneRule* trsrules[], int32_t& trscount, UErrorCode& status) const getTimeZoneRules() argument
[all...]
H A Dplurrule.cpp106 clone() const clone() argument
114 clone(UErrorCode& status) const clone() argument
193 createObject( const void * , UErrorCode &status) const createObject() argument
288 select(int32_t number) const select() argument
293 select(double number) const select() argument
298 select(const number::FormattedNumber& number, UErrorCode& status) const select() argument
312 select(const IFixedDecimal &number) const select() argument
322 select(const number::FormattedNumberRange& range, UErrorCode& status) const select() argument
327 select(const number::impl::UFormattedNumberRangeData* impl, UErrorCode& status) const select() argument
351 getKeywords(UErrorCode& status) const getKeywords() argument
540 rulesForKeyword(const UnicodeString &keyword) const rulesForKeyword() argument
552 isKeyword(const UnicodeString& keyword) const isKeyword() argument
560 getKeywordOther() const getKeywordOther() argument
565 operator ==(const PluralRules& other) const operator ==() argument
887 getRules() const getRules() argument
1090 select(const IFixedDecimal &number) const select() argument
1215 getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) const getKeywords() argument
1235 isKeyword(const UnicodeString& keywordParam) const isKeyword() argument
1596 count(UErrorCode& ) const count() argument
[all...]
H A Dtmutfmt.cpp144 clone() const clone() argument
178 parseObject(const UnicodeString& source, Formattable& result, ParsePosition& pos) const parseObject() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h386 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() argument
777 bool isBogus() const { in isBogus() argument
781 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1046 isBogus() const isBogus() argument
1050 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1174 isValid() const isValid() argument
1178 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1237 length() const length() argument
1247 isSet() const isSet() argument
1262 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1344 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1431 isBogus() const isBogus() argument
1491 isBogus() const isBogus() argument
1495 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1503 isValid() const isValid() argument
2395 copyErrorTo(UErrorCode &outErrorCode) const copyErrorTo() argument
[all...]
H A Dcalendar.h431 getTime(UErrorCode& status) const getTime() argument
466 operator !=(const Calendar& that) const operator !=() argument
1528 internalGet(EDateFields field) const internalGet() argument
1542 internalGet(UCalendarDateFields field, int32_t defaultValue) const internalGet() argument
1552 internalGet(UCalendarDateFields field) const internalGet() argument
1915 internalGetTime(void) const internalGetTime() argument
1989 getGregorianYear() const getGregorianYear() argument
1998 getGregorianMonth() const getGregorianMonth() argument
2007 getGregorianDayOfYear() const getGregorianDayOfYear() argument
2016 getGregorianDayOfMonth() const getGregorianDayOfMonth() argument
[all...]
H A Ddtfmtsym.h186 bool operator!=(const DateFormatSymbols& other) const { retur argument
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp898 findItem(const char *name, int32_t length) const findItem() argument
1210 getItemCount() const getItemCount() argument
1215 getItem(int32_t idx) const getItem() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp89 virtual bool operator==(const UObject& other) const in operator ==() argument
96 debug(UnicodeString& result) const debug() argument
103 debugClass(UnicodeString& result) const debugClass() argument
182 lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const lrmsg() argument
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h380 UBool copyErrorTo(UErrorCode &status) const { in copyErrorTo() argument
773 bool isBogus() const { in isBogus() argument
777 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1042 isBogus() const isBogus() argument
1046 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1170 isValid() const isValid() argument
1174 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1233 length() const length() argument
1243 isSet() const isSet() argument
1258 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1340 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1427 isBogus() const isBogus() argument
1485 isBogus() const isBogus() argument
1489 copyErrorTo(UErrorCode &status) const copyErrorTo() argument
1497 isValid() const isValid() argument
2391 copyErrorTo(UErrorCode &outErrorCode) const copyErrorTo() argument
2855 toDecimalNumber(UErrorCode& status) const toDecimalNumber() argument
[all...]

Completed in 45 milliseconds

1...<<481482483484485486487488489490>>...560