HomeSort by relevance Sort by last modified time
    Searched refs:offsetValue (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSCSU.java 695 private boolean isInOffsetWindowOrDirect(int offsetValue, int a){
696 return (a & UConverterConstants.UNSIGNED_INT_MASK)<=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK)+0x7f &
697 ((a & UConverterConstants.UNSIGNED_INT_MASK)>=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK) ||
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 477 dataList += [struct.pack(dataFormat, offsetValue) for offsetValue in offsetArray]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 313 milliseconds