| 73 | LengthType UTF8Length() const { return utf8Length; } |
| 74 | |
| 75 | LengthType ByteLength() const { return byteLength; } |
| 76 | |
| 77 | UTF8StringSliceBase Left(const LengthType numberOfCharacters) const { |
| 78 | if (numberOfCharacters == UTF8Length()) { |
no outgoing calls