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:newCS
(Results
1 - 8
of
8
) sorted by relevance
/third_party/icu/icu4c/source/i18n/
H
A
D
translit.cpp
410
int32_t
newCS
= index.start;
in _transliterate()
412
while (
newCS
> originalStart && n-- > 0) {
in _transliterate()
413
--
newCS
;
in _transliterate()
414
newCS
-= U16_LENGTH(text.char32At(
newCS
)) - 1;
in _transliterate()
416
index.contextStart = uprv_max(
newCS
, originalStart);
in _transliterate()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
translit.cpp
410
int32_t
newCS
= index.start;
in _transliterate()
412
while (
newCS
> originalStart && n-- > 0) {
in _transliterate()
413
--
newCS
;
in _transliterate()
414
newCS
-= U16_LENGTH(text.char32At(
newCS
)) - 1;
in _transliterate()
416
index.contextStart = uprv_max(
newCS
, originalStart);
in _transliterate()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
translit.cpp
410
int32_t
newCS
= index.start;
in _transliterate()
412
while (
newCS
> originalStart && n-- > 0) {
in _transliterate()
413
--
newCS
;
in _transliterate()
414
newCS
-= U16_LENGTH(text.char32At(
newCS
)) - 1;
in _transliterate()
416
index.contextStart = uprv_max(
newCS
, originalStart);
in _transliterate()
/third_party/skia/src/image/
H
A
D
SkImage_Lazy.cpp
226
sk_sp<SkImage> SkImage_Lazy::onReinterpretColorSpace(sk_sp<SkColorSpace>
newCS
) const {
in onReinterpretColorSpace()
233
if (bitmap.tryAllocPixels(this->imageInfo().makeColorSpace(std::move(
newCS
)))) {
in onReinterpretColorSpace()
H
A
D
SkImage_Raster.cpp
407
sk_sp<SkImage> SkImage_Raster::onReinterpretColorSpace(sk_sp<SkColorSpace>
newCS
) const {
in onReinterpretColorSpace()
412
pixmap.setColorSpace(std::move(
newCS
));
in onReinterpretColorSpace()
H
A
D
SkImage_GpuYUVA.cpp
149
sk_sp<SkImage> SkImage_GpuYUVA::onReinterpretColorSpace(sk_sp<SkColorSpace>
newCS
) const {
in onReinterpretColorSpace()
150
return sk_sp<SkImage>(new SkImage_GpuYUVA(fContext, this, std::move(
newCS
)));
in onReinterpretColorSpace()
H
A
D
SkImage_Gpu.cpp
320
sk_sp<SkImage> SkImage_Gpu::onReinterpretColorSpace(sk_sp<SkColorSpace>
newCS
) const {
in onReinterpretColorSpace()
327
this->imageInfo().colorInfo().makeColorSpace(std::move(
newCS
)));
in onReinterpretColorSpace()
/third_party/skia/tests/
H
A
D
DeferredDisplayListTest.cpp
525
sk_sp<SkColorSpace>
newCS
= SkColorSpace::MakeSRGBLinear();
in DDLSurfaceCharacterizationTestImpl()
local
527
SkSurfaceCharacterization char1 = char0.createColorSpace(std::move(
newCS
));
in DDLSurfaceCharacterizationTestImpl()
540
sk_sp<SkColorSpace>
newCS
= SkColorSpace::MakeSRGBLinear();
in DDLSurfaceCharacterizationTestImpl()
local
544
SkSurfaceCharacterization stillInvalid = invalid.createColorSpace(std::move(
newCS
));
in DDLSurfaceCharacterizationTestImpl()
Completed in 14 milliseconds