OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testResultStrings
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cmsgtst.c
53
static UChar*
testResultStrings
[5];
71
testResultStrings
[i] = (UChar*)malloc(sizeof(UChar) * strSize);
72
u_uastrncpy(
testResultStrings
[i], txt_testResultStrings[i], strSize);
88
free(
testResultStrings
[i]);
141
if(u_strcmp(result,
testResultStrings
[i])==0){
146
austrdup(result), austrdup(
testResultStrings
[i]) );
173
if(u_strcmp(result,
testResultStrings
[i])==0){
178
austrdup(result), austrdup(
testResultStrings
[i]) );
221
if(u_strcmp(result,
testResultStrings
[i])==0){
226
austrdup(result), austrdup(
testResultStrings
[i]) )
[
all
...]
/external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp
282
UnicodeString
testResultStrings
[] = {
331
if (result !=
testResultStrings
[i]) {
335
logln(UnicodeString(" Expected: ") +
testResultStrings
[i] );
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java
181
String
testResultStrings
[] = {
217
assertEquals("format",
testResultStrings
[i], result.toString());
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java
180
String
testResultStrings
[] = {
216
assertEquals("format",
testResultStrings
[i], result.toString());
[
all
...]
Completed in 91 milliseconds