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

  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDecodedBitStreamParser.cpp 109 FX_BOOL upperShift = FALSE;
117 oneByte = upperShift ? oneByte + 128 : oneByte;
118 upperShift = FALSE;
144 upperShift = TRUE;
180 FX_BOOL upperShift = FALSE;
205 if (upperShift) {
207 upperShift = FALSE;
217 if (upperShift) {
219 upperShift = FALSE;
228 if (upperShift) {
    [all...]
  /external/zxing/core/
core.jar 

Completed in 90 milliseconds