Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderEncoder.cpp67 int32_t GetAlphaNumericCode(int32_t code) { in GetAlphaNumericCode() function
103 int32_t code1 = GetAlphaNumericCode(content[i]); in AppendAlphaNumericBytes()
108 int32_t code2 = GetAlphaNumericCode(content[i + 1]); in AppendAlphaNumericBytes()
287 } else if (GetAlphaNumericCode(content[i]) != -1) { in ChooseMode()