Searched refs:ALPHANUMERIC_CHARS (Results 1 – 3 of 3) sorted by relevance
32 const FX_CHAR CBC_QRDecodedBitStreamParser::ALPHANUMERIC_CHARS[45] = { member in CBC_QRDecodedBitStreamParser189 ALPHANUMERIC_CHARS[nextTwoCharsBits / 45]); in DecodeAlphanumericSegment()191 ALPHANUMERIC_CHARS[nextTwoCharsBits % 45]); in DecodeAlphanumericSegment()197 BC_FX_ByteString_Append(result, 1, ALPHANUMERIC_CHARS[itemp]); in DecodeAlphanumericSegment()224 ALPHANUMERIC_CHARS[threeDigitsBits / 100]); in DecodeNumericSegment()226 ALPHANUMERIC_CHARS[(threeDigitsBits / 10) % 10]); in DecodeNumericSegment()228 ALPHANUMERIC_CHARS[threeDigitsBits % 10]); in DecodeNumericSegment()238 BC_FX_ByteString_Append(result, 1, ALPHANUMERIC_CHARS[twoDigitBits / 10]); in DecodeNumericSegment()239 BC_FX_ByteString_Append(result, 1, ALPHANUMERIC_CHARS[twoDigitBits % 10]); in DecodeNumericSegment()247 BC_FX_ByteString_Append(result, 1, ALPHANUMERIC_CHARS[digitBits]); in DecodeNumericSegment()
16 const static FX_CHAR ALPHANUMERIC_CHARS[45];
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...