Searched refs:formatting (Results 1 – 25 of 85) sorted by relevance
1234
/external/tesseract/ccutil/ |
D | ocrshell.cpp | 546 buf->text[index].formatting = (text_dir << 5) | 128; in ocr_append_char() 550 buf->text[index].formatting = text_dir << 5; in ocr_append_char() 553 buf->text[index].formatting = (nl_type << 6) | (line_dir << 5); in ocr_append_char() 556 buf->text[index].formatting |= enhancement & (~EUC_FORMAT_MASK); in ocr_append_char() 587 if ((buf->text[buf->count - 1].formatting >> 6) != OCR_NL_NEWLINE in ocr_send_text() 588 && (buf->text[buf->count - 1].formatting >> 6) != OCR_NL_NEWPARA) { in ocr_send_text() 590 buf->text[buf->count - 1].formatting &= 63; in ocr_send_text() 591 buf->text[buf->count - 1].formatting |= OCR_NL_NEWLINE << 6; in ocr_send_text() 600 else if ((buf->text[buf->count - 1].formatting >> 6) != OCR_NL_NEWPARA) { in ocr_send_text() 602 buf->text[buf->count - 1].formatting &= 63; in ocr_send_text() [all …]
|
D | ocrclass.h | 276 uinT8 formatting; /*char formatting (0) */ member
|
/external/icu4c/data/rbnf/ |
D | mt.txt | 13 // This rule set shows the normal simple formatting rules for English 16 // numbers. The result of formatting the number's absolute 19 // faction rule. This rule is used for formatting numbers 20 // with fractional parts. The result of formatting the 22 // the result of formatting the number's fractional part 32 // the result of formatting the number's ones digit. Thus, 45 // the result of formatting the multiple of 100 is to be 133 // %%lenient-parse isn't really a set of number formatting rules; 148 // main rule set for formatting with words 167 // main rule set for formatting in numerals
|
D | en.txt | 25 // This rule set shows the normal simple formatting rules for English 28 // numbers. The result of formatting the number's absolute 31 // faction rule. This rule is used for formatting numbers 32 // with fractional parts. The result of formatting the 34 // the result of formatting the number's fractional part 44 // the result of formatting the number's ones digit. Thus, 57 // the result of formatting the multiple of 100 is to be 134 // %%lenient-parse isn't really a set of number formatting rules; 174 // main rule set for formatting with words 193 // main rule set for formatting in numerals
|
D | ga.txt | 269 // main rule set for formatting with words 310 // main rule set for formatting in numerals
|
/external/tesseract/dlltest/ |
D | dlltest.cpp | 153 if (ch->formatting & 64) 155 if (ch->formatting & 128)
|
/external/emma/ |
D | release.properties | 8 # properties affecting formatting of build id and date:
|
/external/clearsilver/cgi/ |
D | html.c | 540 int formatting = 0; in convert_text_html_alloc_options() local 564 formatting = has_space_formatting (src, slen); in convert_text_html_alloc_options() 565 if (formatting) opts->space_convert = 1; in convert_text_html_alloc_options() 567 if (formatting == 2) in convert_text_html_alloc_options()
|
/external/e2fsprogs/po/ |
D | Makevars | 33 # - Incorrect formatting.
|
/external/webkit/WebCore/css/ |
D | svg.css | 32 …which does not use CSS layout [CSS2-LAYOUT] or XSL formatting [XSL], the 'overflow' property on th…
|
/external/icu4c/samples/numfmt/ |
D | readme.txt | 2 numfmt: a sample program which displays number formatting in C and C++
|
/external/dosfstools/doc/ |
D | README.dosfstools-2.x | 51 Atari formatting tools fill the 'tracks' and 'heads' fields with 0
|
/external/icu4c/samples/ |
D | readme.txt | 15 datefmt - an exercise using the date formatting API
|
/external/icu4c/samples/msgfmt/ |
D | README.TXT | 20 3. What kind of formatting and parsing support is available in ICU, i.e.
|
/external/icu4c/samples/datefmt/ |
D | README.TXT | 20 3. What kind of formatting and parsing support is available in ICU, i.e.
|
/external/dosfstools/debian/patches/ |
D | 14-bootcode.dpatch | 18 + Also writes 0x80 as the BIOS drive number if we are formatting a
|
/external/webkit/WebKitTools/iExploder/ |
D | README.txt | 11 * Numeric, and String overflow and formatting tests
|
/external/icu4c/config/ |
D | Makefile.inc.in | 99 # - $(ICULIBS_I18N) - i18n library, formatting, etc.
|
/external/qemu/docs/ |
D | ANDROID-QEMUD-SERVICES.TXT | 144 point values written as strings with the "%g" printf formatting option.
|
/external/webkit/WebKit/gtk/po/ |
D | en_GB.po | 52 msgid "PDF _Pop directional formatting" 53 msgstr "PDF _Pop directional formatting"
|
D | webkit.pot | 52 msgid "PDF _Pop directional formatting"
|
/external/webkit/SunSpider/ |
D | ChangeLog | 401 * hosted/sunspider.html: Tweaked formatting a bit. 519 - Add a compare script to compare results, and improve formatting of standard results a bit.
|
/external/dbus/ |
D | HACKING | 113 formatting of the other releases there.
|
/external/tinyxml/ |
D | changes.txt | 77 - Improved text out formatting.
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-2 | 1324 * configure.in: fix typo on 64-bit printf formatting string 1458 * glib/giowin32.c: Some debugging output formatting changes. The 1501 (g_ascii_formatd): Doc formatting fixes.
|
1234