getScriptVal method

int getScriptVal(
  1. Rune ch
)

Get the Script property value for a code point Get the Script property value for a code point

See the Rust documentation for get_script_val for more information.

Implementation

int getScriptVal(Rune ch) {
  final result = _icu4x_ScriptWithExtensionsBorrowed_get_script_val_mv1(_ffi, ch);
  return result;
}