Home | History | Annotate | Download | only in cintltst

Lines Matching defs:DATA

58   table of valid data
684 log_data_err("unable to get a display string for the language of the default locale - %s (Are you missing data?)\n", u_errorName(errorCode));
722 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer));
731 /* test that we properly preflight and return data when there's a non-default pattern,
1002 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
1006 log_data_err(" Display Script mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testScript), austrdup(expectedScript), displayLocale);
1010 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
1014 log_data_err(" Display Variant mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale);
1018 log_data_err(" Display Name mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale);
1136 /* use structLocale - this data is no longer in root */
1425 log_data_err("FAIL: getDisplayName() got %s. Perhaps you are missing data?\n", u_errorName(status));
2300 log_data_err("uloc_getDisplayKeyword did not get the expected value for keyword : %s in locale id: %s for display locale: %s . Got error: %s. Perhaps you are missing data?\n", testCases[i].localeID, keyword, testCases[i].displayLocale, u_errorName(status));
2383 log_data_err("uloc_getDisplayKeywordValue did not return the expected value keyword : %s in locale id: %s for display locale: %s with error : %s Perhaps you are missing data\n", testCases[i].localeID, keyword, testCases[i].displayLocale, u_errorName(status));
2436 log_data_err("uloc_getDisplayKeywordValue did not return the expected value keyword : %s in locale id: %s for display locale: %s got error: %s. Perhaps you are missing data?\n", localeID, keyword, displayLocale, u_errorName(status));
2743 log_data_err("ulocdata_open() failed : %s - (Are you missing data?)\n", u_errorName(status));
2808 log_data_err("ulocdata_getMeasurementSystem(\"%s\", ...) failed: %s - Are you missing data?\n",
3330 log_verbose("Testing getLocaleForLCID vs. locale data\n");
5663 static int32_t getExpectedReturnValue(const errorData* data)
5665 if (data->uerror == U_BUFFER_OVERFLOW_ERROR ||
5666 data->uerror == U_STRING_NOT_TERMINATED_WARNING)
5668 return strlen(data->expected);
5676 static int32_t getBufferSize(const errorData* data, int32_t actualSize)
5678 if (data->expected == NULL)
5682 else if (data->bufferSize < 0)
5684 return strlen(data->expected) + 1;
5688 return data->bufferSize;
5954 log_data_err("uloc_toLanguageTag returned language tag [%s] for input locale [%s] - expected: [%s]. Are you missing data?\n",
5967 log_data_err("Error returned by uloc_toLanguageTag {strict} for locale id [%s] - error: %s Are you missing data?\n",
6082 static const char* DATA[][2] = {
6093 for (i = 0; DATA[i][0] != NULL; i++) {
6094 const char* keyword = DATA[i][0];
6095 const char* expected = DATA[i][1];
6118 static const char* DATA[][2] = {
6130 for (i = 0; DATA[i][0] != NULL; i++) {
6131 const char* keyword = DATA[i][0];
6132 const char* expected = DATA[i][1];
6155 static const char* DATA[][3] = {
6182 for (i = 0; DATA[i][0] != NULL; i++) {
6183 const char* keyword = DATA[i][0];
6184 const char* value = DATA[i][1];
6185 const char* expected = DATA[i][2];
6208 static const char* DATA[][3] = {
6237 for (i = 0; DATA[i][0] != NULL; i++) {
6238 const char* keyword = DATA[i][0];
6239 const char* value = DATA[i][1];
6240 const char* expected = DATA[i][2];