Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPseudolocalizer.cpp34 static constexpr auto kRlm = "\u200f"sv; variable
467 (result += kRlm) += kRlo; in Text()
470 (result += kPdf) += kRlm; in Text()
481 (result += kPdf) += kRlm; in Text()
488 return (((std::string(kRlm) += kRlo) += source) += kPdf) += kRlm; in Placeholder()