OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edifactValue
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDecodedBitStreamParser.cpp
417
int32_t
edifactValue
= bits->ReadBits(6, e);
419
if (
edifactValue
== 0x1F) {
423
if ((
edifactValue
& 32) == 0) {
424
edifactValue
|= 64;
428
_itoa_s(
edifactValue
, buffer, 128, 10);
431
result += FXSYS_itoa(
edifactValue
, buffer, 10);
/external/zxing/core/
core.jar
Completed in 190 milliseconds