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:sourceRange
(Results
1 - 5
of
5
) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/
H
A
D
transrt.cpp
313
UnicodeSet
sourceRange
;
member in RTTest
335
void test(const UnicodeString&
sourceRange
,
460
this->
sourceRange
.clear();
in test()
461
this->
sourceRange
.applyPattern(sourceRangeVal, status);
in test()
467
this->
sourceRange
.removeAll(neverOk);
in test()
604
usi.reset(
sourceRange
);
in test2()
638
usi.reset(
sourceRange
);
in test2()
677
UnicodeSet sourceRangeMinusFailures(
sourceRange
);
in test2()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H
A
D
RoundTripTest.java
1106
UnicodeSet
sourceRange
;
field in RoundTripTest.TransliterationTest
1196
* that everything in
sourceRange
maps to targetRange,
1206
sourceRange
= new UnicodeSet(srcRange);
in test()
1207
sourceRange
.removeAll(neverOk);
in test()
1226
TestFmwk.logln(Utility.escape("Source: " +
sourceRange
));
in test()
1379
usi.reset(
sourceRange
);
in checkSourceTargetSource()
1415
if (!
sourceRange
.contains(c)) continue;
in checkSourceTargetSingles()
1417
usi.reset(
sourceRange
);
in checkSourceTargetSingles()
1450
!
sourceRange
.contains(c)) continue;
in checkSourceTargetDoubles()
1455
UnicodeSet sourceRangeMinusFailures = new UnicodeSet(
sourceRange
);
in checkSourceTargetDoubles()
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H
A
D
RoundTripTest.java
1091
UnicodeSet
sourceRange
;
field in RoundTripTest.TransliterationTest
1181
* that everything in
sourceRange
maps to targetRange,
1191
sourceRange
= new UnicodeSet(srcRange);
in test()
1192
sourceRange
.removeAll(neverOk);
in test()
1211
TestFmwk.logln(Utility.escape("Source: " +
sourceRange
));
in test()
1364
usi.reset(
sourceRange
);
in checkSourceTargetSource()
1400
if (!
sourceRange
.contains(c)) continue;
in checkSourceTargetSingles()
1402
usi.reset(
sourceRange
);
in checkSourceTargetSingles()
1435
!
sourceRange
.contains(c)) continue;
in checkSourceTargetDoubles()
1440
UnicodeSet sourceRangeMinusFailures = new UnicodeSet(
sourceRange
);
in checkSourceTargetDoubles()
[all...]
/third_party/skia/modules/skparagraph/src/
H
A
D
ParagraphImpl.cpp
220
TextRange ParagraphImpl::resetRangeWithDeletedRange(const TextRange&
sourceRange
,
in GetLineFontMetrics()
argument
223
if (
sourceRange
.end <= deletedRange.start) {
in GetLineFontMetrics()
224
return
sourceRange
;
in GetLineFontMetrics()
228
if (
sourceRange
.start >= deletedRange.end) {
in GetLineFontMetrics()
229
return TextRange(
sourceRange
.start + changeSize,
sourceRange
.end + changeSize);
in GetLineFontMetrics()
233
target.start =
sourceRange
.start <= deletedRange.start ?
sourceRange
.start : deletedRange.start + ellSize;
in GetLineFontMetrics()
234
target.end =
sourceRange
.end <= deletedRange.end ? deletedRange.start + ellSize :
sourceRange
in GetLineFontMetrics()
[all...]
H
A
D
ParagraphImpl.h
350
TextRange resetRangeWithDeletedRange(const TextRange&
sourceRange
,
Completed in 16 milliseconds