/ohos5.0/base/telephony/sms_mms/utils/ |
H A D | text_coder.cpp | 272 int TextCoder::Utf8ToUcs2(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) in Utf8ToUcs2() 296 int TextCoder::GsmUtf8ToAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, in GsmUtf8ToAuto() 394 uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, const MsgLangInfo &langInfo) in Gsm7bitToUtf8() 429 int TextCoder::Ucs2ToUtf8(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) in Ucs2ToUtf8() 460 int TextCoder::EuckrToUtf8(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) in EuckrToUtf8() 596 int TextCoder::Ucs2ToGsm7bitAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, in Ucs2ToGsm7bitAuto() 696 int TextCoder::FindGsm7bitExt(uint8_t *dest, int maxLength, const uint16_t inText) in FindGsm7bitExt() 719 int TextCoder::FindTurkish(uint8_t *dest, int maxLength, const uint16_t inText) in FindTurkish() 742 int TextCoder::FindSpanish(uint8_t *dest, int maxLength, const uint16_t inText) in FindSpanish() 765 int TextCoder::FindPortu(uint8_t *dest, int maxLength, const uint16_t inText) in FindPortu() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_layout_property.h | 74 std::optional<Dimension> minLength, std::optional<Dimension> maxLength) in UpdateListLanes() 82 std::optional<Dimension> minLength, std::optional<Dimension> maxLength) const in IsListLanesEqual()
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/ |
H A D | dgram_socket_server.h | 30 DgramSocketServer(const std::string& socketName, uint16_t maxLength) in DgramSocketServer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
H A D | text_field_creator.cpp | 48 uint32_t maxLength = json.GetUInt(TEXT_FIELD_MAX_LENGTH, DEFAULT_LENGTH_LIMIT); in CreateFromJson() local
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | LineBreakBufferedWriter.java | 123 int maxLength = bufferSize - bufferIndex; in write() local 177 int maxLength = bufferSize - bufferIndex; in write() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | number_parser.cpp | 41 constexpr uint16_t maxLength = 16; in ParsePercentValue() local
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/ |
H A D | shortcut_list_reading_utils.cpp | 47 const int maxLength, int *const outWord, int *const pos) { in readShortcutTarget()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_layout_algorithm.cpp | 38 float maxLength = std::min(selfIdealWidth, selfIdealHeight); in MeasureContent() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_parser.h | 79 #define CHECK_LENGTH(length, maxLength, errorCode) \ argument
|
H A D | gt_bundle_parser.h | 71 #define CHECK_LENGTH(length, maxLength, errorCode) \ argument
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/ |
H A D | PinChanger.java | 65 public int maxLength; field in PinChanger.PinSpecification
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_configuration.h | 37 uint32_t maxLength; member
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
H A D | patricia_trie_reading_utils.cpp | 70 const NodeFlags flags, const int maxLength, const int *const codePointTable, in getCharsAndAdvancePosition() 96 const int maxLength, const int *const codePointTable, int *const pos) { in skipCharacters()
|
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/ |
H A D | EditDistanceScorer.java | 50 final int maxLength = Math.max(actualValueLength, userDataLength); in calculateScore() local
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
H A D | NameDistance.java | 45 public NameDistance(int maxLength) { in NameDistance()
|
/aosp12/frameworks/native/libs/renderengine/gl/filters/ |
H A D | GenericProgram.cpp | 78 GLint maxLength = 0; in compileShader() local
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/filters/ |
H A D | GenericProgram.cpp | 78 GLint maxLength = 0; in compileShader() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | share_memory.cpp | 73 size_t maxLength = size; in Read() local
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/ |
H A D | dynamic_cache.h | 105 int32_t maxLength = 256; in SetKey() local
|
/ohos5.0/foundation/multimedia/media_foundation/src/common/ |
H A D | share_memory.cpp | 79 size_t maxLength = size; in Read() local
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/ |
H A D | PostalCodeFragment.java | 124 int maxLength = PostalCodeUtils.getRegionMaxLength(getContext()); in onGuidedActionFocused() local
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryableParcelable.java | 126 int maxLength = buffer.remaining(); in unmarshal() local
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/util/ |
H A D | PostalCodeUtils.java | 118 Integer maxLength = in getRegionMaxLength() local
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/utils/ |
H A D | CarUxRestrictionsUtil.java | 162 int maxLength = in complyString() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | base_test.cpp | 123 uint8_t maxLength = 9; in SetCompnentNameId() local
|