Searched refs:IsUtf8 (Results 1 – 2 of 2) sorted by relevance
355 if (aidl_type.IsUtf8() && type_name == "java.lang.String") { in CanonicalizeContainerType()397 if (aidl_type.IsNullable() || aidl_type.IsUtf8() || in GetValidatableType()407 if (aidl_type.IsUtf8() && aidl_type.IsUtf8InCpp()) { in GetValidatableType()418 (aidl_type.IsUtf8() || aidl_type.IsUtf8InCpp())) { in GetValidatableType()420 (aidl_type.IsUtf8()) ? kUtf8Annotation : kUtf8InCppAnnotation; in GetValidatableType()429 if (aidl_type.IsUtf8()) { in GetValidatableType()
80 bool IsUtf8() const { in IsUtf8() function