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:nextSeparator
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/icu4c/source/common/
H
A
D
uloc.cpp
760
const char*
nextSeparator
= NULL;
in ulocimp_getKeywordValue()
local
797
nextSeparator
= uprv_strchr(startSearchHere, '=');
in ulocimp_getKeywordValue()
798
if(!
nextSeparator
) {
in ulocimp_getKeywordValue()
806
keyValueTail =
nextSeparator
;
in ulocimp_getKeywordValue()
832
startSearchHere = uprv_strchr(
nextSeparator
, ';');
in ulocimp_getKeywordValue()
836
nextSeparator
++; /* skip '=' */
in ulocimp_getKeywordValue()
838
while(*
nextSeparator
== ' ') {
in ulocimp_getKeywordValue()
839
nextSeparator
++;
in ulocimp_getKeywordValue()
841
keyValueTail = (startSearchHere)? startSearchHere:
nextSeparator
+ uprv_strlen(
nextSeparator
);
in ulocimp_getKeywordValue()
879
char*
nextSeparator
= NULL;
uloc_setKeywordValue()
local
[all...]
/third_party/node/deps/icu-small/source/common/
H
A
D
uloc.cpp
741
const char*
nextSeparator
= nullptr;
in ulocimp_getKeywordValue()
local
779
nextSeparator
= uprv_strchr(startSearchHere, '=');
in ulocimp_getKeywordValue()
780
if(!
nextSeparator
) {
in ulocimp_getKeywordValue()
788
keyValueTail =
nextSeparator
;
in ulocimp_getKeywordValue()
814
startSearchHere = uprv_strchr(
nextSeparator
, ';');
in ulocimp_getKeywordValue()
818
nextSeparator
++; /* skip '=' */
in ulocimp_getKeywordValue()
820
while(*
nextSeparator
== ' ') {
in ulocimp_getKeywordValue()
821
nextSeparator
++;
in ulocimp_getKeywordValue()
823
keyValueTail = (startSearchHere)? startSearchHere:
nextSeparator
+ uprv_strlen(
nextSeparator
);
in ulocimp_getKeywordValue()
861
char*
nextSeparator
= nullptr;
uloc_setKeywordValue()
local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
uloc.cpp
751
const char*
nextSeparator
= NULL;
in ulocimp_getKeywordValue()
local
787
nextSeparator
= uprv_strchr(startSearchHere, '=');
in ulocimp_getKeywordValue()
788
if(!
nextSeparator
) {
in ulocimp_getKeywordValue()
796
keyValueTail =
nextSeparator
;
in ulocimp_getKeywordValue()
822
startSearchHere = uprv_strchr(
nextSeparator
, ';');
in ulocimp_getKeywordValue()
826
nextSeparator
++; /* skip '=' */
in ulocimp_getKeywordValue()
828
while(*
nextSeparator
== ' ') {
in ulocimp_getKeywordValue()
829
nextSeparator
++;
in ulocimp_getKeywordValue()
831
keyValueTail = (startSearchHere)? startSearchHere:
nextSeparator
+ uprv_strlen(
nextSeparator
);
in ulocimp_getKeywordValue()
869
char*
nextSeparator
= NULL;
uloc_setKeywordValue()
local
[all...]
/third_party/skia/modules/svg/src/
H
A
D
SkSVGDOM.cpp
154
const char* sep = this->
nextSeparator
();
in next()
170
const char*
nextSeparator
() const {
in nextSeparator()
function in __anon18623::StyleIterator
Completed in 13 milliseconds