Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MAX_TEXT_LENGTH
(Results
1 - 9
of
9
) sorted by relevance
/foundation/barrierfree/accessibility/frameworks/common/src/
H
A
D
accessibility_constants.cpp
75
const int32_t
MAX_TEXT_LENGTH
= 500;
member
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_constants.h
79
extern const int32_t
MAX_TEXT_LENGTH
;
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H
A
D
graphic_config.h
561
static constexpr uint16_t
MAX_TEXT_LENGTH
= 4096;
member
/foundation/communication/netmanager_base/frameworks/js/napi/common/
H
A
D
napi_common.h
34
constexpr int32_t
MAX_TEXT_LENGTH
= 4096;
member
H
A
D
napi_common.cpp
155
char msgChars[
MAX_TEXT_LENGTH
] = {0};
in GetStringFromValue()
157
NAPI_CALL_BASE(env, napi_get_value_string_utf8(env, value, msgChars,
MAX_TEXT_LENGTH
, &msgLength), "");
in GetStringFromValue()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_edit_text.cpp
91
maxLength_(
MAX_TEXT_LENGTH
),
in UIEditText()
688
if (maxLength >
MAX_TEXT_LENGTH
) {
in SetMaxLength()
689
maxLength =
MAX_TEXT_LENGTH
;
in SetMaxLength()
H
A
D
ui_radio_button.cpp
131
if (nameLen >
MAX_TEXT_LENGTH
) {
in SetName()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
text.cpp
92
if (textLen >
MAX_TEXT_LENGTH
) {
in SetText()
93
textLen =
MAX_TEXT_LENGTH
;
in SetText()
146
if (nameLen >
MAX_TEXT_LENGTH
) {
in SetFont()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
input_tdd_test.cpp
1265
const uint16_t max =
MAX_TEXT_LENGTH
;
in HWTEST_F()
Completed in 7 milliseconds