(int end, String script)
| 11 | @ApiStatus.Internal public final int _scriptTag; |
| 12 | |
| 13 | public ScriptRun(int end, String script) { |
| 14 | this(end, FourByteTag.fromString(script)); |
| 15 | } |
| 16 | |
| 17 | /** Should be iso15924 codes. */ |
| 18 | public String getScript() { |
nothing calls this directly
no test coverage detected