pub fn ResolveNLSPlaceholdersInner(
Value: &mut Value,
NLS: &Map<String, Value>,
Replaced: &mut u32,
Unresolved: &mut u32,
)Expand description
In-place recursive substitution of %key% tokens using the NLS map.
Replaced and Unresolved accumulate counts for the outer scanner’s
one-line summary log.