Searched refs:offsetValue (Results 1 – 5 of 5) sorted by relevance
88 for offsetIndex, offsetValue in enumerate(_offsets):91 if currOffset == offsetValue:
484 dataList += [struct.pack(dataFormat, offsetValue) for offsetValue in offsetArray]
165 String offsetValue = value.substring(timezoneOffsetPosition + 1); in parseTimestamp() local166 long offset = parseTimezoneOffset(offsetValue); in parseTimestamp()
699 private boolean isInOffsetWindowOrDirect(int offsetValue, int a){ in isInOffsetWindowOrDirect() argument700 …return (a & UConverterConstants.UNSIGNED_INT_MASK)<=(offsetValue & UConverterConstants.UNSIGNED_IN… in isInOffsetWindowOrDirect()701 …((a & UConverterConstants.UNSIGNED_INT_MASK)>=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK… in isInOffsetWindowOrDirect()
2334 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() local2340 offset->setInitializer(offsetValue); in GenerateClass()2347 offset = new llvm::GlobalVariable(TheModule, offsetValue->getType(), in GenerateClass()2348 false, llvm::GlobalValue::ExternalLinkage, offsetValue, Name); in GenerateClass()