HomeSort by relevance Sort by last modified time
    Searched refs:IsUtf8 (Results 1 - 3 of 3) sorted by null

  /system/tools/aidl/
type_namespace.h 360 if (aidl_type.IsUtf8() && type_name == "java.lang.String") {
403 if (aidl_type.IsNullable() || aidl_type.IsUtf8() ||
413 if (aidl_type.IsUtf8() && aidl_type.IsUtf8InCpp()) {
419 bool utf8 = aidl_type.IsUtf8();
431 utf8 = utf8 || interface.IsUtf8();
aidl_language.h 66 bool IsUtf8() const {
aidl.cpp 179 if (c->IsUtf8() && c->IsUtf8InCpp()) {

Completed in 129 milliseconds