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:needLen
(Results
1 - 5
of
5
) sorted by relevance
/third_party/icu/icu4c/source/common/
H
A
D
uloc.cpp
874
int32_t
needLen
= 0;
in uloc_setKeywordValue()
local
934
needLen
= bufLen+1+keywordNameLen+1+keywordValueLen;
in uloc_setKeywordValue()
936
needLen
--; /* already had the @ */
in uloc_setKeywordValue()
941
if(
needLen
>= bufferCapacity) {
in uloc_setKeywordValue()
943
return
needLen
; /* no change */
in uloc_setKeywordValue()
951
return
needLen
;
in uloc_setKeywordValue()
1069
//
needLen
= length of the part before '@'
in uloc_setKeywordValue()
1070
needLen
= (int32_t)(startSearchHere - buffer);
in uloc_setKeywordValue()
1078
if (appendLength >= bufferCapacity -
needLen
) {
in uloc_setKeywordValue()
1080
return
needLen
in uloc_setKeywordValue()
[all...]
/third_party/node/deps/icu-small/source/common/
H
A
D
uloc.cpp
856
int32_t
needLen
= 0;
in uloc_setKeywordValue()
local
916
needLen
= bufLen+1+keywordNameLen+1+keywordValueLen;
in uloc_setKeywordValue()
918
needLen
--; /* already had the @ */
in uloc_setKeywordValue()
923
if(
needLen
>= bufferCapacity) {
in uloc_setKeywordValue()
925
return
needLen
; /* no change */
in uloc_setKeywordValue()
933
return
needLen
;
in uloc_setKeywordValue()
1051
//
needLen
= length of the part before '@'
in uloc_setKeywordValue()
1052
needLen
= (int32_t)(startSearchHere - buffer);
in uloc_setKeywordValue()
1060
if (appendLength >= bufferCapacity -
needLen
) {
in uloc_setKeywordValue()
1062
return
needLen
in uloc_setKeywordValue()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
uloc.cpp
864
int32_t
needLen
= 0;
in uloc_setKeywordValue()
local
924
needLen
= bufLen+1+keywordNameLen+1+keywordValueLen;
in uloc_setKeywordValue()
926
needLen
--; /* already had the @ */
in uloc_setKeywordValue()
931
if(
needLen
>= bufferCapacity) {
in uloc_setKeywordValue()
933
return
needLen
; /* no change */
in uloc_setKeywordValue()
941
return
needLen
;
in uloc_setKeywordValue()
1059
//
needLen
= length of the part before '@'
in uloc_setKeywordValue()
1060
needLen
= (int32_t)(startSearchHere - buffer);
in uloc_setKeywordValue()
1068
if (appendLength >= bufferCapacity -
needLen
) {
in uloc_setKeywordValue()
1070
return
needLen
in uloc_setKeywordValue()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
ucnvseltst.c
166
int32_t
needLen
;
in fopenOrError()
local
170
needLen
= (int32_t)(uprv_strlen(directory) + uprv_strlen(TDSRCPATH) + uprv_strlen(filename) + 1);
in fopenOrError()
171
if(
needLen
> FILENAME_BUFFER) {
in fopenOrError()
173
filename,
needLen
, FILENAME_BUFFER);
in fopenOrError()
/third_party/lzma/C/Util/SfxSetup/
H
A
D
SfxSetup.c
569
const DWORD
needLen
= GetCurrentDirectory(MAX_PATH + 1, oldCurDir);
in main()
local
570
if (
needLen
== 0 ||
needLen
> MAX_PATH)
in main()
Completed in 9 milliseconds