Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 // Original code is licensed as follows:
213 int32_t code = 0;
220 lastCode = code;
221 code = DecodeCode(row, &counters, nextStart, e);
223 if (code != CODE_STOP) {
226 if (code != CODE_STOP) {
228 checksumTotal += multiplier * code;
234 switch (code) {
243 if (code < 64) {
244 result += (FX_CHAR)(' ' + code);
245 } else if (code < 96) {
246 result += (FX_CHAR)(code - 64);
248 if (code != CODE_STOP) {
251 switch (code) {
274 if (code < 96) {
275 result += (FX_CHAR)(' ' + code);
277 if (code != CODE_STOP) {
280 switch (code) {
303 if (code < 100) {
304 if (code < 10) {
309 sprintf_s(temp, 128, "%d", code);
311 sprintf(temp, "%d", code);
315 if (code != CODE_STOP) {
318 switch (code) {