Searched refs:curValue (Results 1 – 7 of 7) sorted by relevance
265 …for (const void* curValue = opt.namedValues; curValue != opt.namedValuesEnd; curValue = (const voi… in help() local267 if (curValue != opt.namedValues) in help()269 str << getNamedValueName(curValue); in help()299 …for (const void* curValue = namedValues; curValue != namedValuesEnd; curValue = (const void*)((deU… in findNamedValueMatch() local301 if (srcStr == getNamedValueName(curValue)) in findNamedValueMatch()302 return curValue; in findNamedValueMatch()
144 String curValue = values[i]; in normalizeValues() local145 String enumValue = enumMap.get(curValue); in normalizeValues()146 if (enumValue != null) curValue = enumValue; in normalizeValues()147 normalizedValues.add(curValue); in normalizeValues()
60 Byte curValue = mEntries.get(key); in addMappings() local61 if (curValue == null) { in addMappings()64 if (!Objects.equals(otherEntry.getValue(), curValue)) { in addMappings()
224 curValue = points[pos]225 delta = curValue - lastValue238 lastValue = curValue
669 for glyphID, curValue in values[1:]:670 if glyphID != segEnd + 1 or curValue != segValue:673 segValue = curValue
1406 id curValue = (isRepeated ? [rawExtValue objectAtIndex:j] : rawExtValue);1416 CTYPE v = [(NSNumber *)curValue NUMSELECTOR]; \1443 [toStr appendString:([(NSNumber *)curValue boolValue] ? @"true"1448 AppendStringEscaped(curValue, toStr);1452 AppendBufferAsString((NSData *)curValue, toStr);1459 AppendTextFormatForMessage(curValue, toStr, subIndent);
1637 curValue = self.mapping.get(glyph)1638 return curValue is None or curValue == value