Home
last modified time | relevance | path

Searched refs:IsUtf8 (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dtype_namespace.h360 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()
Daidl_language.h66 bool IsUtf8() const { in IsUtf8() function
Daidl.cpp179 if (c->IsUtf8() && c->IsUtf8InCpp()) { in check_types()