Home
last modified time | relevance | path

Searched defs:maxLength (Results 76 - 100 of 116) sorted by relevance

12345

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java725 void init(int maxLength, int newBlockLength) { in init() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java717 void init(int maxLength, int newBlockLength) { in init() argument
/third_party/mesa3d/src/mesa/main/
H A Dshader_query.cpp161 _mesa_GetActiveAttrib(GLuint program, GLuint desired_index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLchar * name) _mesa_GetActiveAttrib() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformBufferTest.cpp356 GLint maxLength; in TEST_P() local
433 GLint maxLength, size; in TEST_P() local
[all...]
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1453 int32_t maxLength = resourceType == VIDEO ? MAX_VIDEO_SIZE : FOO_MAX_LEN; in CheckValid() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h55 uint32_t maxLength = std::numeric_limits<uint32_t>::max(); member
538 void SetMaxLength(uint32_t maxLength) in SetMaxLength() argument
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp275 void TextFieldComponent::SetMaxLength(uint32_t maxLength) in SetMaxLength() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_input_bridge.cpp660 uint32_t maxLength = secondArg->Uint32Value(vm); in SetMaxLength() local
H A Darkts_native_search_bridge.cpp1042 int32_t maxLength = secondArg->Int32Value(vm); in SetMaxLength() local
H A Darkts_native_text_area_bridge.cpp448 int32_t maxLength = secondArg->Int32Value(vm); in SetMaxLength() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp644 std::vector<RefPtr<SpanBase>> JSSpanString::ParseJsSpanBaseVector(const JSRef<JSObject>& obj, int32_t maxLength, in ParseJsSpanBaseVector() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp1161 int32_t maxLength = 0; in SetMaxLength() local
H A Djs_textfield.cpp490 int32_t maxLength = 0; in SetMaxLength() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp55 Dimension maxLength = in SetListLanes() local
61 Dimension maxLength = in SetListLanes() local
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp530 static constexpr size_t maxLength = 2048; in GetStringFromValueUtf8() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp577 auto maxLength = static_cast<uint32_t>(textFieldLayoutProperty->GetMaxLength().value()); in CounterNodeMeasure() local
442 UpdateCounterNode( uint32_t textLength, uint32_t maxLength, const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper) UpdateCounterNode() argument
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_renderer_stream_impl.cpp1222 int32_t PaRendererStreamImpl::UpdateMaxLength(uint32_t maxLength) in UpdateMaxLength() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp622 constexpr int32_t maxLength = 65535; in AddVideoTrack() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1895 int32_t maxLength; in TestCharNames() local
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp771 bool init(int32_t maxLength, int32_t newBlockLength) { in init() argument
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp771 bool init(int32_t maxLength, int32_t newBlockLength) { in init() argument
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc190 const size_t maxLength = 100; in abbreviateString() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp2802 int maxLength = 0; in getActiveAttributeMaxLength() local
2846 int maxLength = 0; in getActiveUniformMaxLength() local
2919 GLint maxLength = 0; in getActiveUniformBlockMaxLength() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp771 bool init(int32_t maxLength, int32_t newBlockLength) { in init() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1334 auto maxLength = GetMaxLength(); in ToJsonValueForTextField() local

Completed in 77 milliseconds

12345