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:SOURCE_CACHE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H
A
D
NormalizationTransliterator.java
139
static final Map<Normalizer2, SourceTargetUtility>
SOURCE_CACHE
= new HashMap<Normalizer2, SourceTargetUtility>();
field in NormalizationTransliterator
159
synchronized (
SOURCE_CACHE
) {
in addSourceTargetSet()
161
cache =
SOURCE_CACHE
.get(norm2);
in addSourceTargetSet()
164
SOURCE_CACHE
.put(norm2, cache);
in addSourceTargetSet()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
NormalizationTransliterator.java
140
static final Map<Normalizer2, SourceTargetUtility>
SOURCE_CACHE
= new HashMap<Normalizer2, SourceTargetUtility>();
field in NormalizationTransliterator
160
synchronized (
SOURCE_CACHE
) {
in addSourceTargetSet()
162
cache =
SOURCE_CACHE
.get(norm2);
in addSourceTargetSet()
165
SOURCE_CACHE
.put(norm2, cache);
in addSourceTargetSet()
/third_party/python/Modules/
H
A
D
_zoneinfo.c
107
static const int
SOURCE_CACHE
= 1;
variable
296
((PyZoneInfo_ZoneInfo *)instance)->source =
SOURCE_CACHE
;
in zoneinfo_new()
680
unsigned char from_cache = self->source ==
SOURCE_CACHE
? 1 : 0;
in zoneinfo_reduce()
/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 5 milliseconds