changesWhenCasemappedForChar static method

bool changesWhenCasemappedForChar(
  1. Rune ch
)

Get the Changes_When_Casemapped value for a given character, using compiled data

See the Rust documentation for for_char for more information.

Implementation

static bool changesWhenCasemappedForChar(Rune ch) {
  final result = _icu4x_CodePointSetData_changes_when_casemapped_for_char_mv1(ch);
  return result;
}