Home
last modified time | relevance | path

Searched refs:offsetValue (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DV_D_M_X_.py88 for offsetIndex, offsetValue in enumerate(_offsets):
91 if currOffset == offsetValue:
DE_B_L_C_.py484 dataList += [struct.pack(dataFormat, offsetValue) for offsetValue in offsetArray]
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimeUtil.java165 String offsetValue = value.substring(timezoneOffsetPosition + 1); in parseTimestamp() local
166 long offset = parseTimezoneOffset(offsetValue); in parseTimestamp()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java699 private boolean isInOffsetWindowOrDirect(int offsetValue, int a){ in isInOffsetWindowOrDirect() argument
700 …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()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2334 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() local
2340 offset->setInitializer(offsetValue); in GenerateClass()
2347 offset = new llvm::GlobalVariable(TheModule, offsetValue->getType(), in GenerateClass()
2348 false, llvm::GlobalValue::ExternalLinkage, offsetValue, Name); in GenerateClass()