Home
last modified time | relevance | path

Searched defs:maxLength (Results 101 - 125 of 128) sorted by relevance

123456

/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
H A Dubidi.cpp134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument
H A Duresbund.cpp1590 int32_t maxLength = 3 * length16 + 1; in ures_toUTF8String() local
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp771 bool init(int32_t maxLength, int32_t newBlockLength) { in init() argument
H A Dubidi.cpp134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument
H A Duresbund.cpp1592 int32_t maxLength = 3 * length16 + 1; in ures_toUTF8String() local
/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
H A Dubidi.cpp134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument
H A Duresbund.cpp1367 int32_t maxLength = 3 * length16 + 1; in ures_toUTF8String() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp490 int32_t maxLength = 0; in SetMaxLength() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_area_bridge.cpp448 int32_t maxLength = secondArg->Int32Value(vm); in SetMaxLength() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1334 auto maxLength = GetMaxLength(); in ToJsonValueForTextField() local
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c258 _mesa_copy_string(GLchar *dst, GLsizei maxLength, in _mesa_copy_string() argument
1129 get_shader_source(struct gl_context *ctx, GLuint shader, GLsizei maxLength, in get_shader_source() argument
1786 _mesa_GetInfoLogARB(GLhandleARB object, GLsizei maxLength, GLsizei * length, in _mesa_GetInfoLogARB() argument
1874 _mesa_GetShaderSource(GLuint shader, GLsizei maxLength, GLsizei *length, GLchar *sourceOut) _mesa_GetShaderSource() argument
[all...]
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java334 private static String extnDigits(int maxLength) { in extnDigits() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp2053 IsJsArrayWithLengthLimit(GateRef glue, GateRef object, uint32_t maxLength, JsArrayRequirements requirements) IsJsArrayWithLengthLimit() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp1953 GateRef maxLength = builder_.GetLengthFromString(*lineString); in LowerStringAdd() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp288 double maxLength = (axis_ == Axis::HORIZONTAL ? swiperSize.Width() : swiperSize.Height()) - 1.0f; in PerformLayout() local
1744 double maxLength = (axis_ == Axis::HORIZONTAL ? GetLayoutSize().Width() : GetLayoutSize().Height()); in UpdateChildPosition() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java1286 public Bidi(int maxLength, int maxRunCount) in Bidi() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java1259 public Bidi(int maxLength, int maxRunCount) in Bidi() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp2122 size_t maxLength = 0; in getActiveAttributeMaxLength() local
2544 size_t maxLength = 0; in getActiveUniformMaxLength() local
3086 int maxLength = 0; in getActiveInterfaceBlockMaxNameLength() local
[all...]
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp847 UBiDi *ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) in ubidi_openSized() argument

Completed in 124 milliseconds

123456