commit | 2676893dd89fd7127c34a2f211dd02b5a8d7a647 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Mon Aug 14 17:05:51 2023 +0000 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Aug 18 22:07:28 2023 +0000 |
tree | a0758a2328c99ca43ba59f1b9c4feffbdc416335 | |
parent | 6d1b644930d2c89ce967bcecc7fa4af0290e8fcd [diff] |
Implement String8|16::empty and String16::length This time following std::string::empty meaning. String16::length is for parity with String8::length and to follow std::string::length/size duo. Bug: 295394788 Test: mma Change-Id: I43df2cbb9ca6f980a4cf6d971064d594d661f884