Home | History | Annotate | Download | only in aidl

Lines Matching refs:utf8

35 extern const char kUtf8StringClass[];  // UTF8 wire format string
36 extern const char kUtf8InCppStringClass[]; // UTF16 wire format, UTF8 in C++
419 bool utf8 = aidl_type.IsUtf8();
422 // Strings inside containers get remapped to appropriate utf8 versions when
427 utf8 = false;
431 utf8 = utf8 || interface.IsUtf8();
433 } else if (utf8 || utf8InCpp) {
435 (utf8) ? kUtf8Annotation : kUtf8InCppAnnotation;
442 if (utf8) {
448 // One of our UTF8 transforms made type null
451 (utf8) ? kUtf8Annotation : kUtf8InCppAnnotation;