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:newChar
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lzma/CPP/Common/
H
A
D
MyString.cpp
883
// !!!!!!!!!!!!!!! test it if
newChar
= '\0'
884
void AString::Replace(char oldChar, char
newChar
) throw()
in Replace()
argument
886
if (oldChar ==
newChar
)
in Replace()
896
chars[(unsigned)pos] =
newChar
;
in Replace()
1525
// !!!!!!!!!!!!!!! test it if
newChar
= '\0'
1526
void UString::Replace(wchar_t oldChar, wchar_t
newChar
) throw()
in Replace()
argument
1528
if (oldChar ==
newChar
)
in Replace()
1538
chars[(unsigned)pos] =
newChar
;
in Replace()
H
A
D
MyString.h
469
void Replace(char oldChar, char
newChar
) throw();
757
void Replace(wchar_t oldChar, wchar_t
newChar
) throw();
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
StringTrieBuilder.java
403
char
newChar
=s.charAt(start);
in add()
404
if(thisChar!=
newChar
) {
in add()
440
branchNode.add(
newChar
, newSuffixNode);
in add()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
StringTrieBuilder.java
402
char
newChar
=s.charAt(start);
in add()
403
if(thisChar!=
newChar
) {
in add()
439
branchNode.add(
newChar
, newSuffixNode);
in add()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
dtptngts.cpp
785
UChar
newChar
;
in testAPI()
local
790
while ((
newChar
= (UChar)(rand()%0x7f))>=(UChar)0x20) {
in testAPI()
791
randomSkeleton +=
newChar
;
in testAPI()
/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 12 milliseconds