Searched refs:curValue (Results 1 – 6 of 6) 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()
60 Byte curValue = mEntries.get(key); in addMappings() local61 if (curValue == null) { in addMappings()64 if (!Objects.equals(otherEntry.getValue(), curValue)) { in addMappings()
227 curValue = points[pos]228 delta = curValue - lastValue241 lastValue = curValue
740 for glyphID, curValue in values[1:]:741 if glyphID != segEnd + 1 or curValue != segValue:744 segValue = curValue
1424 curValue = self.mapping.get(glyph)1425 return curValue is None or curValue == value
1891 id curValue = (isRepeated ? [rawExtValue objectAtIndex:j] : rawExtValue);1901 CTYPE v = [(NSNumber *)curValue NUMSELECTOR]; \1928 [toStr appendString:([(NSNumber *)curValue boolValue] ? @"true"1933 AppendStringEscaped(curValue, toStr);1937 AppendBufferAsString((NSData *)curValue, toStr);1944 AppendTextFormatForMessage(curValue, toStr, subIndent);