Searched refs:GetUTF8StringLength (Results 1 – 2 of 2) sorted by relevance
53 int GetUTF8StringLength(const char firstByte) const;
57 int BleProperties::GetUTF8StringLength(const char firstByte) const in GetUTF8StringLength() function in OHOS::bluetooth::BleProperties76 int utf8Length = GetUTF8StringLength(name[i]); in GetValidUTF8StringLength()