Home | History | Annotate | Download | only in cintltst

Lines Matching full:keywordvalue

1277     const char *keywordValue = NULL;
1282 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) {
1284 if (strcmp(keywordValue, "standard") != 0) {
1286 strcat(input, keywordValue);