OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:START_END_CHARS
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxbarcode/oned/
BC_OnedCodaBarWriter.cpp
38
const FX_CHAR
START_END_CHARS
[] = {'A', 'B', 'C', 'D', 'T', 'N', '*', 'E',
52
for (size_t i = 0; i < FX_ArraySize(
START_END_CHARS
); ++i) {
53
if (
START_END_CHARS
[i] == start) {
62
for (size_t i = 0; i < FX_ArraySize(
START_END_CHARS
); ++i) {
63
if (
START_END_CHARS
[i] == end) {
94
for (size_t j = 0; j < FX_ArraySize(
START_END_CHARS
); ++j) {
95
if (ch == (FX_WCHAR)
START_END_CHARS
[j]) {
/external/zxing/core/
core.jar
Completed in 2967 milliseconds