Searched refs:IsUtf8 (Results 1 – 3 of 3) sorted by relevance
360 if (aidl_type.IsUtf8() && type_name == "java.lang.String") { in CanonicalizeContainerType()403 if (aidl_type.IsNullable() || aidl_type.IsUtf8() || in GetValidatableType()413 if (aidl_type.IsUtf8() && aidl_type.IsUtf8InCpp()) { in GetValidatableType()419 bool utf8 = aidl_type.IsUtf8(); in GetValidatableType()431 utf8 = utf8 || interface.IsUtf8(); in GetValidatableType()
66 bool IsUtf8() const { in IsUtf8() function
179 if (c->IsUtf8() && c->IsUtf8InCpp()) { in check_types()