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:continent
(Results
1 - 3
of
3
) sorted by relevance
/third_party/tzdata/
H
A
D
tzselect.ksh
74
Instead of asking for
continent
and then country and then city,
389
continent
=
398
continent
=coord;;
401
# Ask the user for
continent
or ocean.
404
'Please select a
continent
, ocean, "coord", "TZ", "time", or "now".'
444
continent
=$select_result
445
case $
continent
in
446
Americas)
continent
=America;;
448
# Get the first word of $
continent
. Path expansion is disabled
451
for
continent
i
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
Region.java
37
* by a
continent
).
53
* the world/
continent
/sub-
continent
hierarchy, while others are just well known groupings that have
90
* Type representing a
continent
.
95
* Type representing a sub-
continent
.
300
for ( String
continent
: continents ) {
in loadRegionData()
301
if (regionIDMap.containsKey(
continent
)) {
in loadRegionData()
302
r = regionIDMap.get(
continent
);
in loadRegionData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
Region.java
38
* by a
continent
).
54
* the world/
continent
/sub-
continent
hierarchy, while others are just well known groupings that have
88
* Type representing a
continent
.
92
* Type representing a sub-
continent
.
294
for ( String
continent
: continents ) {
in loadRegionData()
295
if (regionIDMap.containsKey(
continent
)) {
in loadRegionData()
296
r = regionIDMap.get(
continent
);
in loadRegionData()
Completed in 4 milliseconds