Home | History | Annotate | Download | only in aapt

Lines Matching refs:mImpl

23     : mImpl(nullptr), mLastDepth(0) {
28 if (mImpl) {
29 delete mImpl;
32 mImpl = new PseudoMethodAccent();
34 mImpl = new PseudoMethodBidi();
36 mImpl = new PseudoMethodNone();
74 chunk = mImpl->text(chunk);
77 chunk = mImpl->placeholder(chunk);
82 out.append(mImpl->end());
84 out.append(mImpl->start());