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:curChar
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/framework/xexml/
H
A
D
xeXMLParser.cpp
139
int
curChar
= getChar(m_curTokenLen);
in advance()
local
146
if (
curChar
== END_OF_STRING ||
curChar
== (int)END_OF_BUFFER ||
curChar
== '<' ||
curChar
== '&')
in advance()
148
if (
curChar
== '<')
in advance()
150
else if (
curChar
== '&')
in advance()
159
else if (
curChar
== END_OF_STRING ||
curChar
== (int)END_OF_BUFFER)
in advance()
176
while (isWhitespaceChar(
curChar
))
in advance()
[all...]
/third_party/vk-gl-cts/executor/
H
A
D
xeContainerFormatParser.cpp
141
int
curChar
= getChar(m_elementLen);
in advance()
local
143
if (
curChar
!= (int)END_OF_BUFFER)
in advance()
146
if (
curChar
== END_OF_STRING)
in advance()
157
else if (
curChar
== (int)END_OF_BUFFER)
in advance()
164
else if (
curChar
== '\r' ||
curChar
== '\n')
in advance()
168
if (
curChar
== '\n' || (nextChar != (int)END_OF_BUFFER && nextChar != '\n'))
in advance()
183
m_state = (
curChar
== '#') ? STATE_CONTAINER_LINE : STATE_DATA;
in advance()
271
const int
curChar
= offset < m_elementLen ? getChar(offset) : 0;
in parseContainerLine()
272
const bool isEnd =
curChar
in parseContainerLine()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
ComposedCharIter.java
126
curChar
= nextChar;
in next()
128
return (char)
curChar
;
in next()
150
int c=
curChar
+1;
in findNextChar()
156
// the
curChar
can be decomposed... so it is a composed char
in findNextChar()
171
private int
curChar
= 0;
field in ComposedCharIter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
ComposedCharIter.java
128
curChar
= nextChar;
in next()
130
return (char)
curChar
;
in next()
152
int c=
curChar
+1;
in findNextChar()
158
// the
curChar
can be decomposed... so it is a composed char
in findNextChar()
173
private int
curChar
= 0;
field in ComposedCharIter
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 3 milliseconds