codeUnitAt 抽象方法

int codeUnitAt(
  1. int index
)

返回给定 index 处的 16 位 UTF-16 码单元。

实现

int codeUnitAt(int index);