Home
last modified time | relevance | path

Searched defs:maxLength (Results 1 – 25 of 109) sorted by relevance

12345

/ohos5.0/base/telephony/sms_mms/utils/
H A Dtext_coder.cpp272 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 Dlist_item_group_layout_property.h74 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 Ddgram_socket_server.h30 DgramSocketServer(const std::string& socketName, uint16_t maxLength) in DgramSocketServer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/json/
H A Dtext_field_creator.cpp48 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 DLineBreakBufferedWriter.java123 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 Dnumber_parser.cpp41 constexpr uint16_t maxLength = 16; in ParsePercentValue() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
H A Dshortcut_list_reading_utils.cpp47 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 Dpatternlock_layout_algorithm.cpp38 float maxLength = std::min(selfIdealWidth, selfIdealHeight); in MeasureContent() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_parser.h79 #define CHECK_LENGTH(length, maxLength, errorCode) \ argument
H A Dgt_bundle_parser.h71 #define CHECK_LENGTH(length, maxLength, errorCode) \ argument
/aosp12/packages/apps/Dialer/java/com/android/voicemail/
H A DPinChanger.java65 public int maxLength; field in PinChanger.PinSpecification
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_configuration.h37 uint32_t maxLength; member
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpatricia_trie_reading_utils.cpp70 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 DEditDistanceScorer.java50 final int maxLength = Math.max(actualValueLength, userDataLength); in calculateScore() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DNameDistance.java45 public NameDistance(int maxLength) { in NameDistance()
/aosp12/frameworks/native/libs/renderengine/gl/filters/
H A DGenericProgram.cpp78 GLint maxLength = 0; in compileShader() local
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/filters/
H A DGenericProgram.cpp78 GLint maxLength = 0; in compileShader() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dshare_memory.cpp73 size_t maxLength = size; in Read() local
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/
H A Ddynamic_cache.h105 int32_t maxLength = 256; in SetKey() local
/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Dshare_memory.cpp79 size_t maxLength = size; in Read() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
H A DPostalCodeFragment.java124 int maxLength = PostalCodeUtils.getRegionMaxLength(getContext()); in onGuidedActionFocused() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableParcelable.java126 int maxLength = buffer.remaining(); in unmarshal() local
/aosp12/packages/apps/TV/common/src/com/android/tv/common/util/
H A DPostalCodeUtils.java118 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 DCarUxRestrictionsUtil.java162 int maxLength = in complyString() local
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbase_test.cpp123 uint8_t maxLength = 9; in SetCompnentNameId() local

12345