/external/icu4c/test/intltest/ |
restsnew.cpp | 711 UnicodeString expected_string(kErrorUChars); 713 expected_string = base; 716 CONFIRM_EQ(string, expected_string); 747 expected_string = base; 748 expected_string += itoa(j,buf); 749 CONFIRM_EQ(array.getNextString(status),expected_string); 782 expected_string = base; 783 expected_string += itoa(index,buf); 785 expected_string = kErrorUChars; 787 CONFIRM_EQ(string,expected_string); [all...] |
restest.cpp | 396 UnicodeString expected_string(kErrorUChars); 398 expected_string = base; 401 CONFIRM_EQ(string, expected_string, action); 427 expected_string = base; 428 expected_string += itoa(j,buf); 429 CONFIRM_EQ(value, expected_string, action); 449 expected_string = base; 450 expected_string += itoa(index,buf); 454 expected_string = kErrorUChars; 456 CONFIRM_EQ(string, expected_string, action) [all...] |
/external/bluetooth/glib/tests/ |
regex-test.c | 305 const gchar *expected_string = va_arg (args, const gchar *); local 306 if (expected_string == NULL) 309 match->string = g_strdup (expected_string); 675 gchar *expected_string = va_arg (args, gchar *); local 676 if (expected_string == NULL) 679 expected = g_slist_prepend (expected, g_strdup (expected_string)); 777 gchar *expected_string = va_arg (args, gchar *); local 778 if (expected_string == NULL) 781 expected = g_slist_prepend (expected, g_strdup (expected_string)); 879 gchar *expected_string = va_arg (args, gchar *) local 949 gchar *expected_string = va_arg (args, gchar *); local 1319 const gchar *expected_string = va_arg (args, const gchar *); local 1426 const gchar *expected_string = va_arg (args, const gchar *); local [all...] |
/external/icu4c/test/cintltst/ |
crestst.c | 253 UChar* expected_string = NULL; local 382 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3)); 383 u_strcpy(expected_string,base); 388 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); 389 u_strcpy(expected_string,kERROR); 393 CONFIRM_EQ(string, expected_string); 395 free(expected_string); [all...] |
creststn.c | 1588 UChar* expected_string = NULL; local [all...] |