Home
last modified time | relevance | path

Searched refs:formatting (Results 1 – 25 of 85) sorted by relevance

1234

/external/tesseract/ccutil/
Docrshell.cpp546 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 …]
Docrclass.h276 uinT8 formatting; /*char formatting (0) */ member
/external/icu4c/data/rbnf/
Dmt.txt13 // 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
Den.txt25 // 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
Dga.txt269 // main rule set for formatting with words
310 // main rule set for formatting in numerals
/external/tesseract/dlltest/
Ddlltest.cpp153 if (ch->formatting & 64)
155 if (ch->formatting & 128)
/external/emma/
Drelease.properties8 # properties affecting formatting of build id and date:
/external/clearsilver/cgi/
Dhtml.c540 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/
DMakevars33 # - Incorrect formatting.
/external/webkit/WebCore/css/
Dsvg.css32 …which does not use CSS layout [CSS2-LAYOUT] or XSL formatting [XSL], the 'overflow' property on th…
/external/icu4c/samples/numfmt/
Dreadme.txt2 numfmt: a sample program which displays number formatting in C and C++
/external/dosfstools/doc/
DREADME.dosfstools-2.x51 Atari formatting tools fill the 'tracks' and 'heads' fields with 0
/external/icu4c/samples/
Dreadme.txt15 datefmt - an exercise using the date formatting API
/external/icu4c/samples/msgfmt/
DREADME.TXT20 3. What kind of formatting and parsing support is available in ICU, i.e.
/external/icu4c/samples/datefmt/
DREADME.TXT20 3. What kind of formatting and parsing support is available in ICU, i.e.
/external/dosfstools/debian/patches/
D14-bootcode.dpatch18 + Also writes 0x80 as the BIOS drive number if we are formatting a
/external/webkit/WebKitTools/iExploder/
DREADME.txt11 * Numeric, and String overflow and formatting tests
/external/icu4c/config/
DMakefile.inc.in99 # - $(ICULIBS_I18N) - i18n library, formatting, etc.
/external/qemu/docs/
DANDROID-QEMUD-SERVICES.TXT144 point values written as strings with the "%g" printf formatting option.
/external/webkit/WebKit/gtk/po/
Den_GB.po52 msgid "PDF _Pop directional formatting"
53 msgstr "PDF _Pop directional formatting"
Dwebkit.pot52 msgid "PDF _Pop directional formatting"
/external/webkit/SunSpider/
DChangeLog401 * 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/
DHACKING113 formatting of the other releases there.
/external/tinyxml/
Dchanges.txt77 - Improved text out formatting.
/external/bluetooth/glib/
DChangeLog.pre-2-21324 * 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