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:testpat
(Results
1 - 3
of
3
) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/
H
A
D
numfmtst.cpp
2749
UnicodeString
testpat
;
in TestCases()
local
2751
if (!tokens.next(
testpat
, ec)) goto error;
in TestCases()
2755
if (
testpat
== "-") {
in TestCases()
2761
testpat
= pat;
in TestCases()
2763
if (exppat == "-") exppat =
testpat
;
in TestCases()
2769
f = new DecimalFormat(
testpat
, ec2);
in TestCases()
2773
errln("FAIL: " + where + "Invalid pattern \"" +
testpat
+
in TestCases()
2777
assertEquals(where + "\"" +
testpat
+ "\".toPattern()",
in TestCases()
2782
logln("Ok: " + where + "Invalid pattern \"" +
testpat
+
in TestCases()
2785
errln("FAIL: " + where + "Valid pattern \"" +
testpat
in TestCases()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H
A
D
NumberFormatTest.java
2225
String
testpat
= tokens.next();
in TestCases()
2228
if (
testpat
.equals("-")) {
in TestCases()
2233
testpat
= pat;
in TestCases()
2235
if (exppat.equals("-")) exppat =
testpat
;
in TestCases()
2238
if (
testpat
== pat) { // [sic]
in TestCases()
2241
f = new DecimalFormat(
testpat
);
in TestCases()
2245
errln(where + "Invalid pattern \"" +
testpat
+
in TestCases()
2248
assertEquals(where + '"' +
testpat
+ "\".toPattern()",
in TestCases()
2253
logln("Ok: " + where + "Invalid pattern \"" +
testpat
+
in TestCases()
2256
errln(where + "Valid pattern \"" +
testpat
in TestCases()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H
A
D
NumberFormatTest.java
2222
String
testpat
= tokens.next();
in TestCases()
2225
if (
testpat
.equals("-")) {
in TestCases()
2230
testpat
= pat;
in TestCases()
2232
if (exppat.equals("-")) exppat =
testpat
;
in TestCases()
2235
if (
testpat
== pat) { // [sic]
in TestCases()
2238
f = new DecimalFormat(
testpat
);
in TestCases()
2242
errln(where + "Invalid pattern \"" +
testpat
+
in TestCases()
2245
assertEquals(where + '"' +
testpat
+ "\".toPattern()",
in TestCases()
2250
logln("Ok: " + where + "Invalid pattern \"" +
testpat
+
in TestCases()
2253
errln(where + "Valid pattern \"" +
testpat
in TestCases()
[all...]
Completed in 16 milliseconds