translate method

int translate(
  1. int codePoint
)

Implementation

int translate(int codePoint) {
  return _cached(codePoint);
}