Home | History | Annotate | Download | only in intltest

Lines Matching refs:keyword

1264     // The currency keyword value is as long as the destination buffer.
1635 const char *keyword = NULL;
1656 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1659 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1660 err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1667 err("Expected to get keyword UnicodeString %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1685 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1688 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1689 err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1710 const char *keyword;
1728 resultLen = l.getKeywordValue(testCases[i].keyword, buffer, 256, status);
1731 err("Expected to extract \"%s\" from \"%s\" for keyword \"%s\". Got \"%s\" instead\n",
1732 testCases[i].expectedValue, testCases[i].localeID, testCases[i].keyword, buffer);
1740 const char *keyword;
1757 l.setKeywordValue(testCases[i].keyword, testCases[i].value, status);
1763 resultLen = l.getKeywordValue(testCases[i].keyword, buffer, 256, status);
1766 err("Expected to extract \"%s\" for keyword \"%s\". Got \"%s\" instead\n",
1767 testCases[i].value, testCases[i].keyword, buffer);
1795 // Verify that adding a keyword to an existing Locale doesn't change the base name.
2328 /* currency keyword overrides PRE_EURO and EURO currency */
2632 // Test with currency keyword override