OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyWord
(Results
1 - 2
of
2
) sorted by null
/cts/tools/annotation-helper/src/spechelper/
SimpleComputer.java
133
String
keyWord
= ":";
138
int klen =
keyWord
.length();
140
String test =
keyWord
.substring(0, klen - i);
/external/icu4c/test/intltest/
selfmts.cpp
143
//Format with the
keyword
array
157
//Test with an invalid
keyword
158
logln("SelectFormat Unit test: Testing format() with
keyword
method and with invalid keywords...");
162
"9
Keyword
-_", //Starts with a digit
163
"-
Keyword
-_", //Starts with a hyphen
167
"*
Keyword
-_" //Starts with a sepial character not allowed
178
errln("ERROR: SelectFormat Unit test failed in format() with
keyWord
and with an invalid
keyword
as : "+ keywords[i]);
275
logln("SelectFormat API test: Testing format() with
keyword
method ...");
279
UnicodeString
keyWord
= UnicodeString("masculine")
[
all
...]
Completed in 175 milliseconds