Searched refs:resolveVariables (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | messageformat2.cpp | 633 ResolvedSelector MessageFormatter::resolveVariables(const Environment& env, const Operand& rand, Me… in resolveVariables() function in message2::MessageFormatter 652 return resolveVariables(referent.getEnv(), referent.getExpr(), context, status); in resolveVariables() 670 ResolvedSelector MessageFormatter::resolveVariables(const Environment& env, in resolveVariables() function in message2::MessageFormatter 712 return resolveVariables(env, expr.getOperand(), context, status); in resolveVariables() 722 ResolvedSelector exprResult = resolveVariables(globalEnv, expr, context, status); in formatSelectorExpression()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | messageformat2.h | 279 …ResolvedSelector resolveVariables(const Environment& env, const data_model::Operand&, MessageConte… 280 …ResolvedSelector resolveVariables(const Environment& env, const data_model::Expression&, MessageCo…
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | messageformat2.h | 279 …ResolvedSelector resolveVariables(const Environment& env, const data_model::Operand&, MessageConte… 280 …ResolvedSelector resolveVariables(const Environment& env, const data_model::Expression&, MessageCo…
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 65 auto resolveVariables = [&](DISubprogram *SP) { in finalize() local 80 resolveVariables(SP); in finalize() 83 resolveVariables(SP); in finalize()
|