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:ncRegion
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H
A
D
RegionTest.java
358
Region
ncRegion
= Region.getInstance(nc);
in TestKnownRegions()
359
if ( !
ncRegion
.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
in TestKnownRegions()
360
errln("Creating region " + r.toString() + " by its numeric code returned a different region. Got: " +
ncRegion
.toString());
in TestKnownRegions()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H
A
D
RegionTest.java
355
Region
ncRegion
= Region.getInstance(nc);
in TestKnownRegions()
356
if ( !
ncRegion
.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
in TestKnownRegions()
357
errln("Creating region " + r.toString() + " by its numeric code returned a different region. Got: " +
ncRegion
.toString());
in TestKnownRegions()
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
uregiontest.c
380
const URegion *
ncRegion
= uregion_getRegionFromNumericCode(e, &status);
in TestKnownRegions()
local
381
if ( !uregion_areEqual(
ncRegion
, r) && e != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
in TestKnownRegions()
383
uregion_getRegionCode(r), uregion_getRegionCode(
ncRegion
) );
in TestKnownRegions()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
regiontst.cpp
385
const Region *
ncRegion
= Region::getInstance(nc,status);
in TestKnownRegions()
local
386
if ( *
ncRegion
!= *r && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
in TestKnownRegions()
387
errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),
ncRegion
->getRegionCode());
in TestKnownRegions()
Completed in 5 milliseconds