| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_edit_text.cpp | 241 uint16_t maxLength = GetMaxLength(); in UpdateTextString() local 685 void UIEditText::SetMaxLength(uint16_t maxLength) in SetMaxLength() argument
|
| /foundation/distributeddatamgr/pasteboard/framework/test/src/ |
| H A D | paste_data_test.cpp | 337 int maxLength = 20 * 1024 * 1024; in HWTEST_F() local 357 int maxLength = 20 * 1024 * 1024; in HWTEST_F() local
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeTree.java | 1201 public RangeTree slice(int minLength, int maxLength) { in slice() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_global.cpp | 347 StringPad(JSThread *thread, const JSHandle<EcmaString> &source, uint32_t maxLength, const JSHandle<EcmaString> &fillString, Placement placement) StringPad() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string.h | 1257 WriteToFlatUtf8(uint8_t *buf, uint32_t maxLength, bool isWriteBuffer = false) WriteToFlatUtf8() argument 1267 WriteToOneByte(uint8_t *buf, uint32_t maxLength) WriteToOneByte() argument 1286 WriteToFlat(EcmaString *src, Char *buf, uint32_t maxLength) WriteToFlat() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_list_bridge.cpp | 55 CalcDimension maxLength = -1.0_vp; in SetListLanes() local
|
| H A D | arkts_native_text_input_bridge.cpp | 660 uint32_t maxLength = secondArg->Uint32Value(vm); in SetMaxLength() local
|
| H A D | arkts_native_search_bridge.cpp | 1042 int32_t maxLength = secondArg->Int32Value(vm); in SetMaxLength() local
|
| /foundation/multimedia/audio_framework/services/audio_service/server/src/ |
| H A D | pro_renderer_stream_impl.cpp | 586 int32_t ProRendererStreamImpl::UpdateMaxLength(uint32_t maxLength) in UpdateMaxLength() argument
|
| H A D | pa_renderer_stream_impl.cpp | 1222 int32_t PaRendererStreamImpl::UpdateMaxLength(uint32_t maxLength) in UpdateMaxLength() argument
|
| /foundation/multimedia/player_framework/frameworks/js/common/ |
| H A D | common_napi.cpp | 28 std::string CommonNapi::GetStringArgument(napi_env env, napi_value value, size_t maxLength) in GetStringArgument() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | regcoll.cpp | 1192 const int32_t maxLength = 50; in caseFirstCompressionSub() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | MutableCodePointTrie.java | 725 void init(int maxLength, int newBlockLength) { in init() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | MutableCodePointTrie.java | 717 void init(int maxLength, int newBlockLength) { in init() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | shader_query.cpp | 161 _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 D | UniformBufferTest.cpp | 356 GLint maxLength; in TEST_P() local 433 GLint maxLength, size; in TEST_P() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | bounds_analysis.cpp | 717 auto maxLength = INT32_MAX; in FindBoundsRange() local
|
| /base/theme/wallpaper_mgr/services/src/ |
| H A D | wallpaper_service.cpp | 1453 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 D | textfield_declaration.h | 55 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 D | text_field_component.cpp | 275 void TextFieldComponent::SetMaxLength(uint32_t maxLength) in SetMaxLength() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
| H A D | js_span_string.cpp | 644 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 D | js_search.cpp | 1161 int32_t maxLength = 0; in SetMaxLength() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_list_modifier.cpp | 55 Dimension maxLength = in SetListLanes() local 61 Dimension maxLength = in SetListLanes() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
| H A D | napi_utils.cpp | 530 static constexpr size_t maxLength = 2048; in GetStringFromValueUtf8() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_field_layout_algorithm.cpp | 577 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
|