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
/external/chromium_org/third_party/icu/source/test/intltest/
selfmts.cpp
154
//Format with the
keyword
array
168
//Test with an invalid
keyword
169
logln("SelectFormat Unit test: Testing format() with
keyword
method and with invalid keywords...");
173
"9
Keyword
-_", //Starts with a digit
174
"-
Keyword
-_", //Starts with a hyphen
178
"*
Keyword
-_" //Starts with a sepial character not allowed
189
errln("ERROR: SelectFormat Unit test failed in format() with
keyWord
and with an invalid
keyword
as : "+ keywords[i]);
293
logln("SelectFormat API test: Testing format() with
keyword
method ...");
297
UnicodeString
keyWord
= UnicodeString("masculine")
[
all
...]
/external/icu4c/test/intltest/
selfmts.cpp
121
assertEquals("should use first occurrence of the 'odd'
keyword
", "foo", format_result);
125
assertEquals("should use first occurrence of the 'other'
keyword
", "bar", format_result);
152
//Format with the
keyword
array
166
//Test with an invalid
keyword
168
logln("SelectFormat Unit test: Testing format() with
keyword
method and with invalid keywords...");
172
"9
Keyword
-_",
173
"-
Keyword
-_",
177
"
Keyword
-_",
179
"*
Keyword
-_"
190
errln("ERROR: SelectFormat Unit test failed in format() with
keyWord
and with an invalid keyword as : "
[
all
...]
Completed in 543 milliseconds