decodedUtf16ForDecodedByte method

int decodedUtf16ForDecodedByte(
  1. int decodedByte, {
  2. required bool end,
})

Implementation

int decodedUtf16ForDecodedByte(int decodedByte, {required bool end}) =>
    _decodedUtf16Offsets[_boundaryIndex(decodedByte, end: end)];