Searched refs:expandedValue (Results 1 – 2 of 2) sorted by relevance
17 String expandedValue = originalValue; in doSingleSubstitution() local18 Matcher variableMatcher = variablePattern.matcher(expandedValue); in doSingleSubstitution()34 expandedValue = sdkPathStart + propertyValue + sdkPathEnd; in doSingleSubstitution()35 variableMatcher = variablePattern.matcher(expandedValue); in doSingleSubstitution()38 return expandedValue; in doSingleSubstitution()
30 …NSString * expandedValue = [cachedValueNode evaluateAsStringInContext:self withNestingState:((void…31 return expandedValue;