uc_script 67 maint/gnulib/lib/unictype/scripts.c return uc_script (uc) == script; uc_script 29 maint/gnulib/tests/unictype/test-scripts.c ASSERT (strcmp (uc_script ('A')->name, "Latin") == 0); uc_script 30 maint/gnulib/tests/unictype/test-scripts.c ASSERT (strcmp (uc_script ('%')->name, "Common") == 0); uc_script 31 maint/gnulib/tests/unictype/test-scripts.c ASSERT (uc_script (0xE0000) == NULL); uc_script 48 maint/gnulib/tests/unictype/test-scripts.c const uc_script_t *script = uc_script (c);