Home | History | Annotate | Download | only in cintltst

Lines Matching defs:keywordValue

1318     const char *keywordValue = NULL;
1321 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) {
1322 if (strncmp(keywordValue, "private-", 8) == 0) {
1323 log_err("ucol_getKeywordValues() returns private collation keyword: %s\n", keywordValue);
1328 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) {
1330 if (strcmp(keywordValue, "standard") != 0) {
1332 strcat(input, keywordValue);