Home
last modified time | relevance | path

Searched defs:const (Results 11426 - 11450 of 12936) sorted by relevance

1...<<451452453454455456457458459460>>...518

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.cpp154 Clone(IRContext* c) const Clone() argument
170 GetSingleWordOperand(uint32_t index) const GetSingleWordOperand() argument
176 NumInOperandWords() const NumInOperandWords() argument
183 HasBranchWeights() const HasBranchWeights() argument
192 ToBinaryWithoutAttachedDebugInsts( std::vector<uint32_t>* binary) const ToBinaryWithoutAttachedDebugInsts() argument
206 IsReadOnlyLoad() const IsReadOnlyLoad() argument
234 GetBaseAddress() const GetBaseAddress() argument
259 IsReadOnlyPointer() const IsReadOnlyPointer() argument
266 IsVulkanStorageImage() const IsVulkanStorageImage() argument
300 IsVulkanSampledImage() const IsVulkanSampledImage() argument
334 IsVulkanStorageTexelBuffer() const IsVulkanStorageTexelBuffer() argument
368 IsVulkanStorageBuffer() const IsVulkanStorageBuffer() argument
407 IsVulkanStorageBufferVariable() const IsVulkanStorageBufferVariable() argument
422 IsVulkanUniformBuffer() const IsVulkanUniformBuffer() argument
454 IsReadOnlyPointerShaders() const IsReadOnlyPointerShaders() argument
493 IsReadOnlyPointerKernel() const IsReadOnlyPointerKernel() argument
509 GetTypeComponent(uint32_t element) const GetTypeComponent() argument
580 IsDebugLineInst() const IsDebugLineInst() argument
586 IsLineInst() const IsLineInst() argument
588 IsLine() const IsLine() argument
594 IsNoLine() const IsNoLine() argument
615 IsValidBasePointer() const IsValidBasePointer() argument
665 GetOpenCL100DebugOpcode() const GetOpenCL100DebugOpcode() argument
683 GetShader100DebugOpcode() const GetShader100DebugOpcode() argument
702 GetCommonDebugOpcode() const GetCommonDebugOpcode() argument
726 IsValidBaseImage() const IsValidBaseImage() argument
737 IsOpaqueType() const IsOpaqueType() argument
756 IsFoldable() const IsFoldable() argument
761 IsFoldableByFoldScalar() const IsFoldableByFoldScalar() argument
783 IsFloatingPointFoldingAllowed() const IsFloatingPointFoldingAllowed() argument
809 PrettyPrint(uint32_t options) const PrettyPrint() argument
831 Dump() const Dump() argument
835 IsOpcodeCodeMotionSafe() const IsOpcodeCodeMotionSafe() argument
938 IsScalarizable() const IsScalarizable() argument
1012 IsOpcodeSafeToDelete() const IsOpcodeSafeToDelete() argument
1034 IsNonSemanticInstruction() const IsNonSemanticInstruction() argument
1044 ToBinary(uint32_t type_id, uint32_t result_id, uint32_t ext_set, std::vector<uint32_t>* binary) const ToBinary() argument
[all...]
H A Dloop_descriptor.cpp88 bool Loop::IsSupportedStepOp(SpvOp step) const { in IsSupportedStepOp() argument
98 bool Loop::IsSupportedCondition(SpvOp condition) const { in IsSupportedCondition() argument
148 Instruction* Loop::GetConditionInst() const { in GetConditionInst() argument
170 bool Loop::GetInductionInitValue(const Instruction* induction, in GetInductionInitValue() argument
39 GetInductionStepOperation( const Instruction* induction) const GetInductionStepOperation() argument
261 IsInsideLoop(Instruction* inst) const IsInsideLoop() argument
354 GetExitBlocks(std::unordered_set<uint32_t>* exit_blocks) const GetExitBlocks() argument
368 GetMergingBlocks( std::unordered_set<uint32_t>* merging_blocks) const GetMergingBlocks() argument
401 IsSafeToClone() const IsSafeToClone() argument
425 IsLCSSA() const IsLCSSA() argument
476 ComputeLoopStructuredOrder( std::vector<BasicBlock*>* ordered_loop_blocks, bool include_pre_header, bool include_merge) const ComputeLoopStructuredOrder() argument
621 FindConditionBlock() const FindConditionBlock() argument
660 FindNumberOfIterations(const Instruction* induction, const Instruction* branch_inst, size_t* iterations_out, int64_t* step_value_out, int64_t* init_value_out) const FindNumberOfIterations() argument
755 GetIterations(SpvOp condition, int64_t condition_value, int64_t init_value, int64_t step_value) const GetIterations() argument
849 GetInductionVariables( std::vector<Instruction*>& induction_variables) const GetInductionVariables() argument
858 FindConditionVariable( const BasicBlock* condition_block) const FindConditionVariable() argument
[all...]
H A Dloop_unroller.cpp217 inline size_t GetLoopIterationCount() const { in GetLoopIterationCount() argument
520 MarkLoopControlAsDontUnroll(Loop* loop) const MarkLoopControlAsDontUnroll() argument
735 GetPhiDefID(const Instruction* phi, uint32_t label) const GetPhiDefID() argument
930 AddBlocksToLoop(Loop* loop) const AddBlocksToLoop() argument
940 LinkLastPhisToStart(Loop* loop) const LinkLastPhisToStart() argument
[all...]
H A Doptimizer.cpp79 const MessageConsumer& Optimizer::consumer() const { in consumer() argument
255 bool Optimizer::FlagHasValidForm(const std::string& flag) const { in FlagHasValidForm() argument
554 Run(const uint32_t* original_binary, const size_t original_binary_size, std::vector<uint32_t>* optimized_binary) const Run() argument
561 Run(const uint32_t* original_binary, const size_t original_binary_size, std::vector<uint32_t>* optimized_binary, const ValidatorOptions& validator_options, bool skip_validation) const Run() argument
573 Run(const uint32_t* original_binary, const size_t original_binary_size, std::vector<uint32_t>* optimized_binary, const spv_optimizer_options opt_options) const Run() argument
795 GetPassNames() const GetPassNames() argument
[all...]
H A Dtypes.h116 bool IsSame(const Type* that) const { in IsSame() argument
129 kind() const kind() argument
130 decorations() const decorations() argument
137 decoration_empty() const decoration_empty() argument
158 GetHashWords(std::vector<uint32_t>* words) const GetHashWords() argument
232 width() const width() argument
233 IsSigned() const IsSigned() argument
254 width() const width() argument
271 element_type() const element_type() argument
272 element_count() const element_count() argument
293 element_type() const element_type() argument
294 element_count() const element_count() argument
321 sampled_type() const sampled_type() argument
322 dim() const dim() argument
323 depth() const depth() argument
324 is_arrayed() const is_arrayed() argument
325 is_multisampled() const is_multisampled() argument
326 sampled() const sampled() argument
327 format() const format() argument
328 access_qualifier() const access_qualifier() argument
356 image_type() const image_type() argument
395 element_type() const element_type() argument
396 LengthId() const LengthId() argument
397 length_info() const length_info() argument
420 element_type() const element_type() argument
446 element_types() const element_types() argument
455 element_decorations() const element_decorations() argument
492 name() const name() argument
509 pointee_type() const pointee_type() argument
510 storage_class() const storage_class() argument
538 return_type() const return_type() argument
539 param_types() const param_types() argument
565 access_qualifier() const access_qualifier() argument
585 target_id() const target_id() argument
587 storage_class() const storage_class() argument
588 target_pointer() const target_pointer() argument
622 component_type() const component_type() argument
623 scope_id() const scope_id() argument
624 rows_id() const rows_id() argument
625 columns_id() const columns_id() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h129 OperandClass getClass(int op) const { return opClass[op]; } in getClass() argument
130 const char* getDesc(int op) const { return desc[op].c_str(); } in getDesc() argument
131 bool isOptional(int op) const { return optional[op]; } in isOptional() argument
132 int getNum() const { return (int)opClass.size(); } in getNum() argument
274 hasResult() const hasResult() argument
275 hasType() const hasType() argument
277 getAlias() const getAlias() argument
278 isAlias() const isAlias() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3232 size() const size() argument
3255 empty() const empty() argument
3262 operator !() const operator !() argument
3321 operator [](ArrayIndex index) const operator []() argument
3334 operator [](int index) const operator []() argument
3390 get(ArrayIndex index, const Value& defaultValue) const get() argument
3395 isValidIndex(ArrayIndex index) const isValidIndex() argument
3397 find(char const* key, char const* end) const find() argument
3408 operator [](const char* key) const operator []() argument
3414 operator [](std::string const& key) const operator []() argument
3437 operator [](CppTL::ConstString const& key) const operator []() argument
3447 get(char const* key, char const* end, Value const& defaultValue) const get() argument
3452 get(char const* key, Value const& defaultValue) const get() argument
3456 get(std::string const& key, Value const& defaultValue) const get() argument
3523 get(const CppTL::ConstString& key, const Value& defaultValue) const get() argument
3529 isMember(char const* key, char const* end) const isMember() argument
3534 isMember(char const* key) const isMember() argument
3538 isMember(std::string const& key) const isMember() argument
3544 isMember(const CppTL::ConstString& key) const isMember() argument
3549 getMemberNames() const getMemberNames() argument
3596 isNull() const isNull() argument
3598 isBool() const isBool() argument
3600 isInt() const isInt() argument
3615 isUInt() const isUInt() argument
3630 isInt64() const isInt64() argument
3650 isUInt64() const isUInt64() argument
3670 isIntegral() const isIntegral() argument
3678 isDouble() const isDouble() argument
3680 isNumeric() const isNumeric() argument
3682 isString() const isString() argument
3684 isArray() const isArray() argument
3686 isObject() const isObject() argument
3706 hasComment(CommentPlacement placement) const hasComment() argument
3710 getComment(CommentPlacement placement) const getComment() argument
3720 getOffsetStart() const getOffsetStart() argument
3722 getOffsetLimit() const getOffsetLimit() argument
3724 toStyledString() const toStyledString() argument
3729 begin() const begin() argument
3742 end() const end() argument
3861 resolve(const Value& root) const resolve() argument
3884 resolve(const Value& root, const Value& defaultValue) const resolve() argument
3903 make(Value& root) const make() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_context.cpp427 GetIdBoundLimit() const GetIdBoundLimit() argument
429 GetTransformationLimit() const GetTransformationLimit() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp146 AllExtensionsSupported() const AllExtensionsSupported() argument
986 GetHeaderBlock(BasicBlock* blk) const GetHeaderBlock() argument
[all...]
H A Dinstruction.cpp154 Clone(IRContext* c) const Clone() argument
170 GetSingleWordOperand(uint32_t index) const GetSingleWordOperand() argument
176 NumInOperandWords() const NumInOperandWords() argument
183 HasBranchWeights() const HasBranchWeights() argument
192 ToBinaryWithoutAttachedDebugInsts( std::vector<uint32_t>* binary) const ToBinaryWithoutAttachedDebugInsts() argument
206 IsReadOnlyLoad() const IsReadOnlyLoad() argument
234 GetBaseAddress() const GetBaseAddress() argument
259 IsReadOnlyPointer() const IsReadOnlyPointer() argument
266 IsVulkanStorageImage() const IsVulkanStorageImage() argument
300 IsVulkanSampledImage() const IsVulkanSampledImage() argument
334 IsVulkanStorageTexelBuffer() const IsVulkanStorageTexelBuffer() argument
368 IsVulkanStorageBuffer() const IsVulkanStorageBuffer() argument
407 IsVulkanStorageBufferVariable() const IsVulkanStorageBufferVariable() argument
422 IsVulkanUniformBuffer() const IsVulkanUniformBuffer() argument
454 IsReadOnlyPointerShaders() const IsReadOnlyPointerShaders() argument
493 IsReadOnlyPointerKernel() const IsReadOnlyPointerKernel() argument
509 GetTypeComponent(uint32_t element) const GetTypeComponent() argument
580 IsDebugLineInst() const IsDebugLineInst() argument
586 IsLineInst() const IsLineInst() argument
588 IsLine() const IsLine() argument
594 IsNoLine() const IsNoLine() argument
615 IsValidBasePointer() const IsValidBasePointer() argument
665 GetOpenCL100DebugOpcode() const GetOpenCL100DebugOpcode() argument
683 GetShader100DebugOpcode() const GetShader100DebugOpcode() argument
702 GetCommonDebugOpcode() const GetCommonDebugOpcode() argument
726 IsValidBaseImage() const IsValidBaseImage() argument
737 IsOpaqueType() const IsOpaqueType() argument
756 IsFoldable() const IsFoldable() argument
761 IsFoldableByFoldScalar() const IsFoldableByFoldScalar() argument
783 IsFloatingPointFoldingAllowed() const IsFloatingPointFoldingAllowed() argument
809 PrettyPrint(uint32_t options) const PrettyPrint() argument
831 Dump() const Dump() argument
835 IsOpcodeCodeMotionSafe() const IsOpcodeCodeMotionSafe() argument
938 IsScalarizable() const IsScalarizable() argument
1012 IsOpcodeSafeToDelete() const IsOpcodeSafeToDelete() argument
1034 IsNonSemanticInstruction() const IsNonSemanticInstruction() argument
1044 ToBinary(uint32_t type_id, uint32_t result_id, uint32_t ext_set, std::vector<uint32_t>* binary) const ToBinary() argument
[all...]
H A Dloop_descriptor.cpp88 bool Loop::IsSupportedStepOp(SpvOp step) const { in IsSupportedStepOp() argument
98 bool Loop::IsSupportedCondition(SpvOp condition) const { in IsSupportedCondition() argument
148 Instruction* Loop::GetConditionInst() const { in GetConditionInst() argument
170 bool Loop::GetInductionInitValue(const Instruction* induction, in GetInductionInitValue() argument
39 GetInductionStepOperation( const Instruction* induction) const GetInductionStepOperation() argument
261 IsInsideLoop(Instruction* inst) const IsInsideLoop() argument
354 GetExitBlocks(std::unordered_set<uint32_t>* exit_blocks) const GetExitBlocks() argument
368 GetMergingBlocks( std::unordered_set<uint32_t>* merging_blocks) const GetMergingBlocks() argument
401 IsSafeToClone() const IsSafeToClone() argument
425 IsLCSSA() const IsLCSSA() argument
476 ComputeLoopStructuredOrder( std::vector<BasicBlock*>* ordered_loop_blocks, bool include_pre_header, bool include_merge) const ComputeLoopStructuredOrder() argument
621 FindConditionBlock() const FindConditionBlock() argument
660 FindNumberOfIterations(const Instruction* induction, const Instruction* branch_inst, size_t* iterations_out, int64_t* step_value_out, int64_t* init_value_out) const FindNumberOfIterations() argument
755 GetIterations(SpvOp condition, int64_t condition_value, int64_t init_value, int64_t step_value) const GetIterations() argument
849 GetInductionVariables( std::vector<Instruction*>& induction_variables) const GetInductionVariables() argument
858 FindConditionVariable( const BasicBlock* condition_block) const FindConditionVariable() argument
[all...]
H A Dloop_unroller.cpp217 inline size_t GetLoopIterationCount() const { in GetLoopIterationCount() argument
520 MarkLoopControlAsDontUnroll(Loop* loop) const MarkLoopControlAsDontUnroll() argument
735 GetPhiDefID(const Instruction* phi, uint32_t label) const GetPhiDefID() argument
930 AddBlocksToLoop(Loop* loop) const AddBlocksToLoop() argument
940 LinkLastPhisToStart(Loop* loop) const LinkLastPhisToStart() argument
[all...]
H A Doptimizer.cpp79 const MessageConsumer& Optimizer::consumer() const { in consumer() argument
255 bool Optimizer::FlagHasValidForm(const std::string& flag) const { in FlagHasValidForm() argument
554 Run(const uint32_t* original_binary, const size_t original_binary_size, std::vector<uint32_t>* optimized_binary) const Run() argument
561 Run(const uint32_t* original_binary, const size_t original_binary_size, std::vector<uint32_t>* optimized_binary, const ValidatorOptions& validator_options, bool skip_validation) const Run() argument
573 Run(const uint32_t* original_binary, const size_t original_binary_size, std::vector<uint32_t>* optimized_binary, const spv_optimizer_options opt_options) const Run() argument
795 GetPassNames() const GetPassNames() argument
[all...]
H A Dtypes.h116 bool IsSame(const Type* that) const { in IsSame() argument
129 kind() const kind() argument
130 decorations() const decorations() argument
137 decoration_empty() const decoration_empty() argument
158 GetHashWords(std::vector<uint32_t>* words) const GetHashWords() argument
232 width() const width() argument
233 IsSigned() const IsSigned() argument
254 width() const width() argument
271 element_type() const element_type() argument
272 element_count() const element_count() argument
293 element_type() const element_type() argument
294 element_count() const element_count() argument
321 sampled_type() const sampled_type() argument
322 dim() const dim() argument
323 depth() const depth() argument
324 is_arrayed() const is_arrayed() argument
325 is_multisampled() const is_multisampled() argument
326 sampled() const sampled() argument
327 format() const format() argument
328 access_qualifier() const access_qualifier() argument
356 image_type() const image_type() argument
395 element_type() const element_type() argument
396 LengthId() const LengthId() argument
397 length_info() const length_info() argument
420 element_type() const element_type() argument
446 element_types() const element_types() argument
455 element_decorations() const element_decorations() argument
492 name() const name() argument
509 pointee_type() const pointee_type() argument
510 storage_class() const storage_class() argument
538 return_type() const return_type() argument
539 param_types() const param_types() argument
565 access_qualifier() const access_qualifier() argument
585 target_id() const target_id() argument
587 storage_class() const storage_class() argument
588 target_pointer() const target_pointer() argument
622 component_type() const component_type() argument
623 scope_id() const scope_id() argument
624 rows_id() const rows_id() argument
625 columns_id() const columns_id() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() argument
152 operator -() const operator -() argument
158 getAsFloat() const getAsFloat() argument
161 data() const data() argument
164 GetWords() const GetWords() argument
296 value() const value() argument
358 getBits() const getBits() argument
361 getUnsignedBits() const getUnsignedBits() argument
367 getExponentBits() const getExponentBits() argument
374 getUnbiasedExponent() const getUnbiasedExponent() argument
379 getSignificandBits() const getSignificandBits() argument
385 getUnbiasedNormalizedExponent() const getUnbiasedNormalizedExponent() argument
402 getNormalizedSignificand() const getNormalizedSignificand() argument
413 isNegative() const isNegative() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_builtins.cpp690 GetDefinitionDesc( const Decoration& decoration, const Instruction& inst) const GetDefinitionDesc() argument
703 GetReferenceDesc( const Decoration& decoration, const Instruction& built_in_inst, const Instruction& referenced_inst, const Instruction& referenced_from_inst, SpvExecutionModel execution_model) const GetReferenceDesc() argument
729 GetStorageClassDesc( const Instruction& inst) const GetStorageClassDesc() argument
[all...]
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.h178 int numColors() const { return m_colors; } in numColors() argument
180 bool isDefined() const { return m_isDefined; } in isDefined() argument
225 int transparentPixel() const { return m_transparentPixel; } in transparentPixel() argument
228 bool isComplete() const { retur argument
230 isHeaderDefined() const isHeaderDefined() argument
232 isDataSizeDefined() const isDataSizeDefined() argument
233 dataSize() const dataSize() argument
239 progressiveDisplay() const progressiveDisplay() argument
241 interlaced() const interlaced() argument
245 localColorMap() const localColorMap() argument
314 imagesCount() const imagesCount() argument
328 loopCount() const loopCount() argument
335 globalColorMap() const globalColorMap() argument
340 frameContext(int index) const frameContext() argument
355 firstFrameHasAlpha() const firstFrameHasAlpha() argument
364 getOneByte() const getOneByte() argument
369 currentFrameIsFirstFrame() const currentFrameIsFirstFrame() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp140 getBucketCount() const getBucketCount() argument
186 getBucketCount() const getBucketCount() argument
191 getBucketIndex( const UnicodeString &name, UErrorCode &errorCode) const getBucketIndex() argument
197 getBucket(int32_t index) const getBucket() argument
295 initLabels(UVector &indexCharacters, UErrorCode &errorCode) const initLabels() argument
418 createBucketList(UErrorCode &errorCode) const createBucketList() argument
802 operator ==(const AlphabeticIndex& ) const operator ==() argument
807 operator !=(const AlphabeticIndex& ) const operator !=() argument
812 getCollator() const getCollator() argument
817 getInflowLabel() const getInflowLabel() argument
821 getOverflowLabel() const getOverflowLabel() argument
826 getUnderflowLabel() const getUnderflowLabel() argument
852 getMaxLabelCount() const getMaxLabelCount() argument
1108 getBucketIndex() const getBucketIndex() argument
1135 getBucketLabel() const getBucketLabel() argument
1144 getBucketLabelType() const getBucketLabelType() argument
1153 getBucketRecordCount() const getBucketRecordCount() argument
1197 getRecordName() const getRecordName() argument
1208 getRecordData() const getRecordData() argument
[all...]
H A Dcoll.cpp111 CollatorFactory::visible(void) const { in visible() argument
138 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const { in create() argument
165 cloneInstance(UObject* instance) const cloneInstance() argument
169 handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const handleDefault() argument
182 getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const getKey() argument
190 isDefault() const isDefault() argument
486 safeClone() const safeClone() argument
491 compare(const UnicodeString& source, const UnicodeString& target) const compare() argument
499 compare(const UnicodeString& source, const UnicodeString& target, int32_t length) const compare() argument
508 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength) const compare() argument
516 compare(UCharIterator & , UCharIterator & , UErrorCode &status) const compare() argument
526 compareUTF8(const StringPiece &source, const StringPiece &target, UErrorCode &status) const compareUTF8() argument
538 equals(const UnicodeString& source, const UnicodeString& target) const equals() argument
545 greaterOrEqual(const UnicodeString& source, const UnicodeString& target) const greaterOrEqual() argument
552 greater(const UnicodeString& source, const UnicodeString& target) const greater() argument
639 operator ==(const Collator& other) const operator ==() argument
645 operator !=(const Collator& other) const operator !=() argument
665 getTailoredSet(UErrorCode &status) const getTailoredSet() argument
727 getSupportedIDs(UErrorCode& status) const getSupportedIDs() argument
746 create(const ICUServiceKey& key, const ICUService* , UErrorCode& status) const create() argument
758 getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const getDisplayName() argument
817 clone() const clone() argument
826 count(UErrorCode & ) const count() argument
914 getStrength(void) const getStrength() argument
934 getMaxVariable() const getMaxVariable() argument
939 getReorderCodes(int32_t* , int32_t , UErrorCode& status) const getReorderCodes() argument
974 internalGetShortDefinitionString(const char * , char * , int32_t , UErrorCode &status) const internalGetShortDefinitionString() argument
985 internalCompareUTF8(const char *left, int32_t leftLength, const char *right, int32_t rightLength, UErrorCode &errorCode) const internalCompareUTF8() argument
1000 internalNextSortKeyPart(UCharIterator * , uint32_t [2], uint8_t * , int32_t , UErrorCode &errorCode) const internalNextSortKeyPart() argument
[all...]
H A Dcollationbuilder.cpp986 findCommonNode(int32_t index, int32_t strength) const findCommonNode() argument
1215 mergeCompositeIntoString(const UnicodeString &nfdString, int32_t indexAfterLastStarter, UChar32 composite, const UnicodeString &decomp, UnicodeString &newNFDString, UnicodeString &newString, UErrorCode &errorCode) const mergeCompositeIntoString() argument
1303 ignorePrefix(const UnicodeString &s, UErrorCode &errorCode) const ignorePrefix() argument
1309 ignoreString(const UnicodeString &s, UErrorCode &errorCode) const ignoreString() argument
1316 isFCD(const UnicodeString &s, UErrorCode &errorCode) const isFCD() argument
1584 modifyCE32(uint32_t ce32) const modifyCE32() argument
1593 modifyCE(int64_t ce) const modifyCE() argument
[all...]
H A Dcollationdatabuilder.cpp217 getOffset() const getOffset() argument
252 getDataCE32(UChar32 c) const getDataCE32() argument
403 getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const getCE32FromOffsetCE32() argument
411 isCompressibleLeadByte(uint32_t b) const isCompressibleLeadByte() argument
416 isAssigned(UChar32 c) const isAssigned() argument
421 getLongPrimaryIfSingleCE(UChar32 c) const getLongPrimaryIfSingleCE() argument
431 getSingleCE(UChar32 c, UErrorCode &errorCode) const getSingleCE() 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
1574 fallbackFormatRange( Calendar& fromCalendar, Calendar& toCalendar, UnicodeString& appendTo, int8_t& firstIndex, FieldPositionHandler& fphandler, UErrorCode& status) const fallbackFormatRange() argument
1615 fallbackFormat(Calendar& fromCalendar, Calendar& toCalendar, UBool fromToOnSameDay, UnicodeString& appendTo, int8_t& firstIndex, FieldPositionHandler& fphandler, UErrorCode& status) const fallbackFormat() argument
[all...]
H A Ddtitvinf.cpp157 clone() const clone() argument
169 operator ==(const DateIntervalInfo& other) const operator ==() argument
183 getIntervalPattern(const UnicodeString& skeleton, UCalendarDateFields field, UnicodeString& result, UErrorCode& status) const getIntervalPattern() argument
207 getDefaultOrder() const getDefaultOrder() argument
213 getFallbackIntervalPattern(UnicodeString& result) const getFallbackIntervalPattern() argument
561 getBestSkeleton(const UnicodeString& skeleton, int8_t& bestMatchDistanceInfo) const getBestSkeleton() argument
[all...]
H A Ddtptngen.cpp428 operator ==(const DateTimePatternGenerator& other) const operator ==() argument
452 operator !=(const DateTimePatternGenerator& other) const operator !=() argument
728 getDefaultHourCycle(UErrorCode& status) const getDefaultHourCycle() argument
[all...]
H A Ddtptngen_impl.h145 operator ==(const SkeletonFields& other) const operator ==() argument
150 operator !=(const SkeletonFields& other) const operator !=() argument
[all...]

Completed in 32 milliseconds

1...<<451452453454455456457458459460>>...518