Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java695 private boolean isInOffsetWindowOrDirect(int offsetValue, int a){ in isInOffsetWindowOrDirect() argument
696 …return (a & UConverterConstants.UNSIGNED_INT_MASK)<=(offsetValue & UConverterConstants.UNSIGNED_IN… in isInOffsetWindowOrDirect()
697 …((a & UConverterConstants.UNSIGNED_INT_MASK)>=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK… in isInOffsetWindowOrDirect()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py477 dataList += [struct.pack(dataFormat, offsetValue) for offsetValue in offsetArray]
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2326 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() local
2332 offset->setInitializer(offsetValue); in GenerateClass()
2339 offset = new llvm::GlobalVariable(TheModule, offsetValue->getType(), in GenerateClass()
2340 false, llvm::GlobalValue::ExternalLinkage, offsetValue, Name); in GenerateClass()