Lines Matching refs:script
139 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script");
151 char *script = getCString(testCase->getAttribute(script_attr));
168 uscript_getCode(script, &scriptCode, 1, &status);
170 printf("Error: invalid script name: %s.\n", script);
182 fprintf(outputFile, " <test-case id=\"%s\" script=\"%s\" lang=\"%s\">\n", id, script, lang);
184 fprintf(outputFile, " <test-case id=\"%s\" script=\"%s\">\n", id, script);
286 freeCString(script);