Home
last modified time | relevance | path

Searched refs:blanks (Results 1 – 25 of 32) sorted by relevance

12

/external/tesseract/ccstruct/
Dwerd.h67 uinT8 blanks, //blanks in front
71 uinT8 blanks, //blanks in front
135 return blanks; in space()
139 blanks = new_blanks; in set_blanks()
250 uinT8 blanks; //no of blanks
Dwerd.cpp71 blanks = blank_count; in ELISTIZE_S()
146 blanks = blank_count; in WERD()
169 blanks = clone->blanks; in WERD()
192 blanks = clone->blanks; in WERD()
261 result->blanks = blanks; in poly_copy()
750 tprintf ("Blanks= %d\n", blanks); in print()
904 new_word->blanks = blanks; in shallow_copy()
922 blanks = source.blanks; in operator =()
/external/tesseract/textord/
Dtospace.cpp948 uinT8 blanks; //in front of word in make_prop_words() local
1096 blanks, fuzzy_sp, fuzzy_non) || in make_prop_words()
1130 blanks = in make_prop_words()
1132 if (blanks < 1) in make_prop_words()
1133 blanks = 1; in make_prop_words()
1136 blanks = 0; in make_prop_words()
1142 repetition_spacing, current_gap, blanks); in make_prop_words()
1143 word->set_blanks (blanks); in make_prop_words()
1152 blanks = (uinT8) (current_gap / row->space_size); in make_prop_words()
1153 if (blanks < 1) in make_prop_words()
[all …]
Dfpchop.cpp54 uinT8 blanks; //in front of word in ELISTIZE() local
89 blanks = 0; in ELISTIZE()
112 blanks, row->fixed_pitch, &word_it); in ELISTIZE()
161 if (blanks < 1 && word != NULL && !word->flag (W_REP_CHAR)) in ELISTIZE()
162 blanks = 1; in ELISTIZE()
165 word = new WERD (&blobs, blanks, NULL); in ELISTIZE()
169 word = new WERD (&cblobs, blanks, NULL); in ELISTIZE()
178 blanks = new_blanks; in ELISTIZE()
181 blanks += new_blanks; in ELISTIZE()
184 blanks, row->fixed_pitch, &word_it); in ELISTIZE()
[all …]
Dwordseg.cpp614 uinT8 blanks //no of blanks in make_real_word() argument
652 if (blanks < 1) in make_real_word()
653 blanks = 1; in make_real_word()
656 word = new WERD (&blobs, blanks, NULL); in make_real_word()
659 word = new WERD (&cblobs, blanks, NULL); in make_real_word()
Dwordseg.h79 uinT8 blanks //no of blanks
Dfpchop.h93 uinT8 &blanks, //no of blanks
Dtospace.h170 uinT8 &blanks,
/external/tesseract/ccmain/
Doutput.cpp657 inT8 blanks; //blanks in word in write_shm_text() local
681 blanks = word->word->space (); in write_shm_text()
682 if (blanks == 0 && tessedit_word_for_word && !word->word->flag (W_BOL)) in write_shm_text()
683 blanks = 1; in write_shm_text()
730 blanks, enhancement, //enhancement in write_shm_text()
742 blanks, enhancement, //enhancement in write_shm_text()
747 blanks = 0; in write_shm_text()
753 blanks = word->word->space (); in write_shm_text()
754 if (blanks == 0 && !word->word->flag (W_BOL)) in write_shm_text()
755 blanks = 1; in write_shm_text()
[all …]
Dtstruct.cpp301 tessword->blanks = 1; in make_tess_word()
/external/expat/tests/
Druntests.c628 int blanks = 0; in is_whitespace_normalized() local
632 ++blanks; in is_whitespace_normalized()
638 if (blanks && !is_cdata) in is_whitespace_normalized()
642 else if (blanks > 1 && !is_cdata) in is_whitespace_normalized()
644 blanks = 0; in is_whitespace_normalized()
648 if (blanks && !is_cdata) in is_whitespace_normalized()
/external/tesseract/ccutil/
Docrshell.h151 inT8 blanks, /*no of spaces before this char (1) */
Docrshell.cpp500 inT8 blanks, /*no of spaces before this char (1) */ in ocr_append_char() argument
543 buf->text[index].blanks = blanks; in ocr_append_char()
Dtessclas.h77 int blanks; /*blanks before word */ member
Docrclass.h275 inT8 blanks; /*no of spaces before this char (1) */ member
/external/tesseract/wordrec/
Dwordclass.cpp151 for (x = 0; x < word->blanks; x++) in write_text_files()
/external/tesseract/dlltest/
Ddlltest.cpp119 for (int b = 0; b < ch->blanks; ++b)
/external/elfutils/
DTODO134 files. If string contains embedded blanks, it must be
/external/bison/tests/
Dcalc.at252 | blanks and tabs, returns 0 for EOF. |
Dtestsuite11120 | blanks and tabs, returns 0 for EOF. |
13561 | blanks and tabs, returns 0 for EOF. |
19610 | blanks and tabs, returns 0 for EOF. |
20850 | blanks and tabs, returns 0 for EOF. |
22072 | blanks and tabs, returns 0 for EOF. |
24503 | blanks and tabs, returns 0 for EOF. |
25716 | blanks and tabs, returns 0 for EOF. |
26947 | blanks and tabs, returns 0 for EOF. |
30596 | blanks and tabs, returns 0 for EOF. |
36654 | blanks and tabs, returns 0 for EOF. |
[all …]
/external/libpng/
DCHANGES407 Removed trailing blanks from all files.
425 Replaced leading blanks with tab characters in makefile.hux
453 Changed leading blanks to tabs in all makefiles.
583 Expanded tabs and removed trailing blanks in source files.
587 Removed leading blanks from a #define in pngvcrd.c
635 Cosmetic changes only (removed some trailing blanks and TABs)
1476 Removed trailing blanks from source files.
/external/jpeg/
DREADME340 concrete file format. Some vendors "filled in the blanks" on their own,
/external/libxml2/
Dxpath.c10958 int blanks; in xmlXPathCompNodeTest() local
10984 blanks = IS_BLANK_CH(CUR); in xmlXPathCompNodeTest()
11031 if ((!blanks) && (CUR == ':')) { in xmlXPathCompNodeTest()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info660 Here is a program which compresses multiple blanks and tabs down to
2460 {ws} /* skip blanks and tabs */
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man692 Here is a program which compresses multiple blanks and tabs
3063 {ws} /* skip blanks and tabs */

12