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:sampleChars
(Results
1 - 2
of
2
) sorted by relevance
/third_party/icu/tools/unicode/c/genuca/
H
A
D
genuca.cpp
215
UChar32
sampleChars
[USCRIPT_CODE_LIMIT] = { U_SENTINEL };
member
386
if (
sampleChars
[0] < 0) {
in getCharScript()
391
sampleChars
[script] = U_SENTINEL;
in getCharScript()
393
sampleChars
[script] = sample.char32At(0);
in getCharScript()
398
if (c ==
sampleChars
[script]) {
in getCharScript()
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cucdtst.c
532
const UChar32 *
sampleChars
, int32_t sampleCharsLength,
variable
536
UBool result = propFn(
sampleChars
[i]);
539
propName,
sampleChars
[i], result);
553
/* static const UChar
sampleChars
[] = {0x000a, 0x0045, 0x4e00, 0xDC00, 0xFFE8, 0xFFF0};*/
in TestMisc()
Completed in 6 milliseconds