/usr/include/liblouis/internal.h is in liblouis-dev 3.5.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 | /* liblouis Braille Translation and Back-Translation Library
Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by The
BRLTTY Team
Copyright (C) 2004, 2005, 2006 ViewPlus Technologies, Inc. www.viewplus.com
Copyright (C) 2004, 2005, 2006 JJB Software, Inc. www.jjb-software.com
Copyright (C) 2016 Mike Gray, American Printing House for the Blind
Copyright (C) 2016 Davy Kager, Dedicon
This file is part of liblouis.
liblouis is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 2.1 of the License, or
(at your option) any later version.
liblouis is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with liblouis. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @file
* @brief Internal API of liblouis
*/
#ifndef __LOUIS_H_
#define __LOUIS_H_
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include <stdio.h>
#include "liblouis.h"
#ifdef _WIN32
#define PATH_SEP ';'
#define DIR_SEP '\\'
#else
#define PATH_SEP ':'
#define DIR_SEP '/'
#endif
#ifdef _MSC_VER
#define strcasecmp _stricmp
#endif
#define NUMSWAPS 50
#define NUMVAR 50
#define LETSIGNSIZE 128
#define SEQPATTERNSIZE 128
#define CHARSIZE sizeof(widechar)
#define DEFAULTRULESIZE 50
#define ENDSEGMENT 0xffff
/**
* Definitions of braille dots
*/
#define B1 0X01
#define B2 0X02
#define B3 0X04
#define B4 0X08
#define B5 0X10
#define B6 0X20
#define B7 0X40
#define B8 0X80
#define B9 0X100
#define B10 0X200
#define B11 0X400
#define B12 0X800
#define B13 0X1000
#define B14 0X2000
#define B15 0X4000
#define B16 0X8000
typedef struct intCharTupple {
int key;
char value;
} intCharTupple;
/**
* Mapping between braille dot and textual representation as used in dots operands
*/
static const intCharTupple dotMapping[] = {
{ B1, '1' }, { B2, '2' }, { B3, '3' }, { B4, '4' }, { B5, '5' }, { B6, '6' },
{ B7, '7' }, { B8, '8' }, { B9, '9' }, { B10, 'A' }, { B11, 'B' }, { B12, 'C' },
{ B13, 'D' }, { B14, 'E' }, { B15, 'F' }, { 0, 0 },
};
/* HASHNUM must be prime */
#define HASHNUM 1123
#define MAXPASS 4
#define MAXSTRING 2048
#define MAX_EMPH_CLASSES 10 // {emph_1...emph_10} in typeforms enum (liblouis.h)
typedef unsigned int TranslationTableOffset;
#define OFFSETSIZE sizeof(TranslationTableOffset)
typedef enum {
CTC_Space = 0x1,
CTC_Letter = 0x2,
CTC_Digit = 0x4,
CTC_Punctuation = 0x8,
CTC_UpperCase = 0x10,
CTC_LowerCase = 0x20,
CTC_Math = 0x40,
CTC_Sign = 0x80,
CTC_LitDigit = 0x100,
CTC_Class1 = 0x200,
CTC_Class2 = 0x400,
CTC_Class3 = 0x800,
CTC_Class4 = 0x1000,
CTC_SeqDelimiter = 0x2000,
CTC_SeqBefore = 0x4000,
CTC_SeqAfter = 0x8000,
CTC_UserDefined0 = 0x10000,
CTC_UserDefined1 = 0x20000,
CTC_UserDefined2 = 0x40000,
CTC_UserDefined3 = 0x80000,
CTC_UserDefined4 = 0x100000,
CTC_UserDefined5 = 0x200000,
CTC_UserDefined6 = 0x400000,
CTC_UserDefined7 = 0x800000,
CTC_CapsMode = 0x1000000,
CTC_NumericMode = 0x2000000,
CTC_NumericNoContract = 0x4000000,
CTC_EndOfInput = 0x8000000, // only used by pattern matcher
CTC_EmpMatch = 0x10000000, // only used in TranslationTableRule->before and
// TranslationTableRule->after
} TranslationTableCharacterAttribute;
typedef enum {
pass_first = '`',
pass_last = '~',
pass_lookback = '_',
pass_string = '\"',
pass_dots = '@',
pass_omit = '?',
pass_startReplace = '[',
pass_endReplace = ']',
pass_startGroup = '{',
pass_endGroup = '}',
pass_variable = '#',
pass_not = '!',
pass_search = '/',
pass_any = 'a',
pass_digit = 'd',
pass_litDigit = 'D',
pass_letter = 'l',
pass_math = 'm',
pass_punctuation = 'p',
pass_sign = 'S',
pass_space = 's',
pass_uppercase = 'U',
pass_lowercase = 'u',
pass_class1 = 'w',
pass_class2 = 'x',
pass_class3 = 'y',
pass_class4 = 'z',
pass_attributes = '$',
pass_groupstart = '{',
pass_groupend = '}',
pass_groupreplace = ';',
pass_swap = '%',
pass_hyphen = '-',
pass_until = '.',
pass_eq = '=',
pass_lt = '<',
pass_gt = '>',
pass_endTest = 32,
pass_plus = '+',
pass_copy = '*',
pass_leftParen = '(',
pass_rightParen = ')',
pass_comma = ',',
pass_lteq = 130,
pass_gteq = 131,
pass_invalidToken = 132,
pass_noteq = 133,
pass_and = 134,
pass_or = 135,
pass_nameFound = 136,
pass_numberFound = 137,
pass_boolean = 138,
pass_class = 139,
pass_define = 140,
pass_emphasis = 141,
pass_group = 142,
pass_mark = 143,
pass_repGroup = 143,
pass_script = 144,
pass_noMoreTokens = 145,
pass_replace = 146,
pass_if = 147,
pass_then = 148,
pass_all = 255
} pass_Codes;
typedef unsigned int TranslationTableCharacterAttributes;
typedef struct {
TranslationTableOffset next;
widechar lookFor;
widechar found;
} CharOrDots;
typedef struct {
TranslationTableOffset next;
TranslationTableOffset definitionRule;
TranslationTableOffset otherRules;
TranslationTableCharacterAttributes attributes;
widechar realchar;
widechar uppercase;
widechar lowercase;
} TranslationTableCharacter;
typedef enum { /* Op codes */
CTO_IncludeFile,
CTO_Locale, /* Deprecated, do not use */
CTO_Undefined,
/* Do not change the order of the following opcodes! */
CTO_CapsLetter,
CTO_BegCapsWord,
CTO_EndCapsWord,
CTO_BegCaps,
CTO_EndCaps,
CTO_BegCapsPhrase,
CTO_EndCapsPhrase,
CTO_LenCapsPhrase,
/* End of ordered opcodes */
CTO_LetterSign,
CTO_NoLetsignBefore,
CTO_NoLetsign,
CTO_NoLetsignAfter,
CTO_NumberSign,
CTO_NumericModeChars,
CTO_NumericNoContractChars,
CTO_SeqDelimiter,
CTO_SeqBeforeChars,
CTO_SeqAfterChars,
CTO_SeqAfterPattern,
CTO_SeqAfterExpression,
CTO_EmphClass,
/* Do not change the order of the following opcodes! */
CTO_EmphLetter,
CTO_BegEmphWord,
CTO_EndEmphWord,
CTO_BegEmph,
CTO_EndEmph,
CTO_BegEmphPhrase,
CTO_EndEmphPhrase,
CTO_LenEmphPhrase,
/* End of ordered opcodes */
CTO_CapsModeChars,
// CTO_EmphModeChars,
CTO_BegComp,
CTO_CompBegEmph1,
CTO_CompEndEmph1,
CTO_CompBegEmph2,
CTO_CompEndEmph2,
CTO_CompBegEmph3,
CTO_CompEndEmph3,
CTO_CompCapSign,
CTO_CompBegCaps,
CTO_CompEndCaps,
CTO_EndComp,
CTO_NoContractSign,
CTO_MultInd,
CTO_CompDots,
CTO_Comp6,
CTO_Class, /* define a character class */
CTO_After, /* only match if after character in class */
CTO_Before, /* only match if before character in class 30 */
CTO_NoBack,
CTO_NoFor,
CTO_EmpMatchBefore,
CTO_EmpMatchAfter,
CTO_SwapCc,
CTO_SwapCd,
CTO_SwapDd,
CTO_Space,
CTO_Digit,
CTO_Punctuation,
CTO_Math,
CTO_Sign,
CTO_Letter,
CTO_UpperCase,
CTO_LowerCase,
CTO_Grouping,
CTO_UpLow,
CTO_LitDigit,
CTO_Display,
CTO_Replace,
CTO_Context,
CTO_Correct,
CTO_Pass2,
CTO_Pass3,
CTO_Pass4,
CTO_Repeated,
CTO_RepWord,
CTO_CapsNoCont,
CTO_Always,
CTO_ExactDots,
CTO_NoCross,
CTO_Syllable,
CTO_NoCont,
CTO_CompBrl,
CTO_Literal,
CTO_LargeSign,
CTO_WholeWord,
CTO_PartWord,
CTO_JoinNum,
CTO_JoinableWord,
CTO_LowWord,
CTO_Contraction,
CTO_SuffixableWord, /** whole word or beginning of word */
CTO_PrefixableWord, /** whole word or end of word */
CTO_BegWord, /** beginning of word only */
CTO_BegMidWord, /** beginning or middle of word */
CTO_MidWord, /** middle of word only 20 */
CTO_MidEndWord, /** middle or end of word */
CTO_EndWord, /** end of word only */
CTO_PrePunc, /** punctuation in string at beginning of word */
CTO_PostPunc, /** punctuation in string at end of word */
CTO_BegNum, /** beginning of number */
CTO_MidNum, /** middle of number, e.g., decimal point */
CTO_EndNum, /** end of number */
CTO_DecPoint,
CTO_Hyphen,
// CTO_Apostrophe,
// CTO_Initial,
CTO_NoBreak,
CTO_Match,
CTO_BackMatch,
CTO_Attribute,
CTO_None,
/* More internal opcodes */
CTO_LetterRule,
CTO_NumberRule,
CTO_NoContractRule,
/* Start of (11 x 9) internal opcodes values that match
* {"singlelettercaps"..."lenemphphrase"}
* Do not change the order of the following opcodes! */
CTO_CapsLetterRule,
CTO_BegCapsWordRule,
CTO_EndCapsWordRule,
CTO_BegCapsRule,
CTO_EndCapsRule,
CTO_BegCapsPhraseRule,
CTO_EndCapsPhraseBeforeRule,
CTO_EndCapsPhraseAfterRule,
CTO_Emph1LetterRule,
CTO_BegEmph1WordRule,
CTO_EndEmph1WordRule,
CTO_BegEmph1Rule,
CTO_EndEmph1Rule,
CTO_BegEmph1PhraseRule,
CTO_EndEmph1PhraseBeforeRule,
CTO_EndEmph1PhraseAfterRule,
CTO_Emph2LetterRule,
CTO_BegEmph2WordRule,
CTO_EndEmph2WordRule,
CTO_BegEmph2Rule,
CTO_EndEmph2Rule,
CTO_BegEmph2PhraseRule,
CTO_EndEmph2PhraseBeforeRule,
CTO_EndEmph2PhraseAfterRule,
CTO_Emph3LetterRule,
CTO_BegEmph3WordRule,
CTO_EndEmph3WordRule,
CTO_BegEmph3Rule,
CTO_EndEmph3Rule,
CTO_BegEmph3PhraseRule,
CTO_EndEmph3PhraseBeforeRule,
CTO_EndEmph3PhraseAfterRule,
CTO_Emph4LetterRule,
CTO_BegEmph4WordRule,
CTO_EndEmph4WordRule,
CTO_BegEmph4Rule,
CTO_EndEmph4Rule,
CTO_BegEmph4PhraseRule,
CTO_EndEmph4PhraseBeforeRule,
CTO_EndEmph4PhraseAfterRule,
CTO_Emph5LetterRule,
CTO_BegEmph5WordRule,
CTO_EndEmph5WordRule,
CTO_BegEmph5Rule,
CTO_EndEmph5Rule,
CTO_BegEmph5PhraseRule,
CTO_EndEmph5PhraseBeforeRule,
CTO_EndEmph5PhraseAfterRule,
CTO_Emph6LetterRule,
CTO_BegEmph6WordRule,
CTO_EndEmph6WordRule,
CTO_BegEmph6Rule,
CTO_EndEmph6Rule,
CTO_BegEmph6PhraseRule,
CTO_EndEmph6PhraseBeforeRule,
CTO_EndEmph6PhraseAfterRule,
CTO_Emph7LetterRule,
CTO_BegEmph7WordRule,
CTO_EndEmph7WordRule,
CTO_BegEmph7Rule,
CTO_EndEmph7Rule,
CTO_BegEmph7PhraseRule,
CTO_EndEmph7PhraseBeforeRule,
CTO_EndEmph7PhraseAfterRule,
CTO_Emph8LetterRule,
CTO_BegEmph8WordRule,
CTO_EndEmph8WordRule,
CTO_BegEmph8Rule,
CTO_EndEmph8Rule,
CTO_BegEmph8PhraseRule,
CTO_EndEmph8PhraseBeforeRule,
CTO_EndEmph8PhraseAfterRule,
CTO_Emph9LetterRule,
CTO_BegEmph9WordRule,
CTO_EndEmph9WordRule,
CTO_BegEmph9Rule,
CTO_EndEmph9Rule,
CTO_BegEmph9PhraseRule,
CTO_EndEmph9PhraseBeforeRule,
CTO_EndEmph9PhraseAfterRule,
CTO_Emph10LetterRule,
CTO_BegEmph10WordRule,
CTO_EndEmph10WordRule,
CTO_BegEmph10Rule,
CTO_EndEmph10Rule,
CTO_BegEmph10PhraseRule,
CTO_EndEmph10PhraseBeforeRule,
CTO_EndEmph10PhraseAfterRule,
/* End of ordered (10 x 9) internal opcodes */
CTO_BegCompRule,
CTO_CompBegEmph1Rule,
CTO_CompEndEmph1Rule,
CTO_CompBegEmph2Rule,
CTO_CompEndEmrh2Rule,
CTO_CompBegEmph3Rule,
CTO_CompEndEmph3Rule,
CTO_CompCapSignRule,
CTO_CompBegCapsRule,
CTO_CompEndCapsRule,
CTO_EndCompRule,
CTO_CapsNoContRule,
CTO_All
} TranslationTableOpcode;
typedef struct {
TranslationTableOffset charsnext; /** next chars entry */
TranslationTableOffset dotsnext; /** next dots entry */
TranslationTableCharacterAttributes after; /** character types which must follow */
TranslationTableCharacterAttributes before; /** character types which must precede */
TranslationTableOffset patterns; /** before and after patterns */
TranslationTableOpcode opcode; /** rule for testing validity of replacement */
short charslen; /** length of string to be replaced */
short dotslen; /** length of replacement string */
widechar charsdots[DEFAULTRULESIZE]; /** find and replacement strings */
} TranslationTableRule;
typedef struct /* state transition */
{
widechar ch;
widechar newState;
} HyphenationTrans;
typedef union {
HyphenationTrans *pointer;
TranslationTableOffset offset;
} PointOff;
typedef struct /* one state */
{
PointOff trans;
TranslationTableOffset hyphenPattern;
widechar fallbackState;
widechar numTrans;
} HyphenationState;
/**
* Translation table header
*/
typedef struct { /* translation table */
int capsNoCont;
int numPasses;
int corrections;
int syllables;
int usesSequences;
int usesNumericMode;
TranslationTableOffset tableSize;
TranslationTableOffset bytesUsed;
TranslationTableOffset undefined;
TranslationTableOffset letterSign;
TranslationTableOffset numberSign;
TranslationTableOffset noContractSign;
widechar seqPatterns[SEQPATTERNSIZE];
char *emphClasses[MAX_EMPH_CLASSES + 1];
int seqPatternsCount;
widechar seqAfterExpression[SEQPATTERNSIZE];
int seqAfterExpressionLength;
/* emphRules, including caps. */
TranslationTableOffset emphRules[MAX_EMPH_CLASSES + 1][9];
TranslationTableOffset begComp;
TranslationTableOffset compBegEmph1;
TranslationTableOffset compEndEmph1;
TranslationTableOffset compBegEmph2;
TranslationTableOffset compEndEmph2;
TranslationTableOffset compBegEmph3;
TranslationTableOffset compEndEmph3;
TranslationTableOffset compCapSign;
TranslationTableOffset compBegCaps;
TranslationTableOffset compEndCaps;
TranslationTableOffset endComp;
TranslationTableOffset hyphenStatesArray;
widechar noLetsignBefore[LETSIGNSIZE];
int noLetsignBeforeCount;
widechar noLetsign[LETSIGNSIZE];
int noLetsignCount;
widechar noLetsignAfter[LETSIGNSIZE];
int noLetsignAfterCount;
TranslationTableOffset characters[HASHNUM]; /** Character definitions */
TranslationTableOffset dots[HASHNUM]; /** Dot definitions */
TranslationTableOffset charToDots[HASHNUM];
TranslationTableOffset dotsToChar[HASHNUM];
TranslationTableOffset compdotsPattern[256];
TranslationTableOffset swapDefinitions[NUMSWAPS];
TranslationTableOffset forPassRules[MAXPASS + 1];
TranslationTableOffset backPassRules[MAXPASS + 1];
TranslationTableOffset forRules[HASHNUM]; /** chains of forward rules */
TranslationTableOffset backRules[HASHNUM]; /** Chains of backward rules */
TranslationTableOffset ruleArea[1]; /** Space for storing all rules and values */
} TranslationTableHeader;
typedef enum {
alloc_typebuf,
alloc_wordBuffer,
alloc_emphasisBuffer,
alloc_transNoteBuffer,
alloc_destSpacing,
alloc_passbuf1,
alloc_passbuf2,
alloc_posMapping1,
alloc_posMapping2,
alloc_posMapping3
} AllocBuf;
typedef enum {
capsRule = 0,
emph1Rule = 1,
emph2Rule = 2,
emph3Rule = 3,
emph4Rule = 4,
emph5Rule = 5,
emph6Rule = 6,
emph7Rule = 7,
emph8Rule = 8,
emph9Rule = 9,
emph10Rule = 10
} EmphRuleNumber;
typedef enum {
begPhraseOffset = 0,
endPhraseBeforeOffset = 1,
endPhraseAfterOffset = 2,
begOffset = 3,
endOffset = 4,
letterOffset = 5,
begWordOffset = 6,
endWordOffset = 7,
lenPhraseOffset = 8
} EmphCodeOffset;
typedef enum { noEncoding, bigEndian, littleEndian, ascii8 } EncodingType;
typedef struct {
const char *fileName;
FILE *in;
int lineNumber;
EncodingType encoding;
int status;
int linelen;
int linepos;
int checkencoding[2];
widechar line[MAXSTRING];
} FileInfo;
/* The following function definitions are hooks into
* compileTranslationTable.c. Some are used by other library modules.
* Others are used by tools like lou_allround.c and lou_debug.c. */
/**
* Comma separated list of directories to search for tables.
*/
char *EXPORT_CALL
_lou_getTablePath(void);
/**
* Resolve tableList against base.
*/
char **EXPORT_CALL
_lou_resolveTable(const char *tableList, const char *base);
/**
* The default table resolver
*/
char **EXPORT_CALL
_lou_defaultTableResolver(const char *tableList, const char *base);
char *EXPORT_CALL
_lou_getLastTableList(void);
/**
* Return single-cell dot pattern corresponding to a character.
* TODO: move to commonTranslationFunctions.c
*/
widechar EXPORT_CALL
_lou_getDotsForChar(widechar c);
/**
* Return character corresponding to a single-cell dot pattern.
* TODO: move to commonTranslationFunctions.c
*/
widechar EXPORT_CALL
_lou_getCharFromDots(widechar d);
/**
* Allocate memory for internal buffers
*
* Used by lou_translateString.c and lou_backTranslateString.c ONLY
* to allocate memory for internal buffers.
* TODO: move to utils.c
*/
void *EXPORT_CALL
_lou_allocMem(AllocBuf buffer, int srcmax, int destmax);
/**
* Hash function for character strings
*/
int EXPORT_CALL
_lou_stringHash(const widechar *c);
/**
* Hash function for single characters
*/
int EXPORT_CALL
_lou_charHash(widechar c);
/**
* Return a string in the same format as the characters operand in opcodes
* TODO: move to utils.c
*/
char *EXPORT_CALL
_lou_showString(widechar const *chars, int length);
/**
* Return a character string in the format of the dots operand
* TODO: move to utils.c
*/
char *EXPORT_CALL
_lou_showDots(widechar const *dots, int length);
/**
* Return a character string where the attributes are indicated
* by the attribute letters used in multipass opcodes
* TODO: move to utils.c
*/
char *EXPORT_CALL
_lou_showAttributes(TranslationTableCharacterAttributes a);
/**
* Return number of the opcode
*
* @param toFind the opcodes
*/
TranslationTableOpcode EXPORT_CALL
_lou_findOpcodeNumber(const char *tofind);
/**
* Return the name of the opcode associated with an opcode number
*
* @param opcode an opcode
*/
const char *EXPORT_CALL
_lou_findOpcodeName(TranslationTableOpcode opcode);
/**
* Convert string to wide characters
*
* Takes a character string and produces a sequence of wide characters.
* Opposite of _lou_showString.
*
* @param inString the input string
* @param outString the output wide char sequence
* @return length of the widechar sequence.
*/
int EXPORT_CALL
_lou_extParseChars(const char *inString, widechar *outString);
/**
* Convert string to wide characters containing dot patterns
*
* Takes a character string and produces a sequence of wide characters
* containing dot patterns. Opposite of _lou_showDots.
* @param inString the input string
* @param outString the output wide char sequence
* @return length of the widechar sequence.
*/
int EXPORT_CALL
_lou_extParseDots(const char *inString, widechar *outString);
int EXPORT_CALL
_lou_translateWithTracing(const char *tableList, const widechar *inbuf, int *inlen,
widechar *outbuf, int *outlen, formtype *typeform, char *spacing, int *outputPos,
int *inputPos, int *cursorPos, int mode, const TranslationTableRule **rules,
int *rulesLen);
int EXPORT_CALL
_lou_backTranslateWithTracing(const char *tableList, const widechar *inbuf, int *inlen,
widechar *outbuf, int *outlen, formtype *typeform, char *spacing, int *outputPos,
int *inputPos, int *cursorPos, int mode, const TranslationTableRule **rules,
int *rulesLen);
void EXPORT_CALL
_lou_resetPassVariables(void);
int EXPORT_CALL
_lou_handlePassVariableTest(const widechar *instructions, int *IC, int *itsTrue);
int EXPORT_CALL
_lou_handlePassVariableAction(const widechar *instructions, int *IC);
int EXPORT_CALL
_lou_pattern_compile(const widechar *input, const int input_max, widechar *expr_data,
const int expr_max, const TranslationTableHeader *t);
void EXPORT_CALL
_lou_pattern_reverse(widechar *expr_data);
int EXPORT_CALL
_lou_pattern_check(const widechar *input, const int input_start, const int input_minmax,
const int input_dir, const widechar *expr_data, const TranslationTableHeader *t);
/**
* Read a line of widechar's from an input file
*/
int EXPORT_CALL
_lou_getALine(FileInfo *info);
#ifdef DEBUG
/* Can be inserted in code to be used as a breakpoint in gdb */
void EXPORT_CALL
_lou_debugHook(void);
#endif
/**
* Print an out-of-memory message and exit
*/
void EXPORT_CALL
_lou_outOfMemory(void);
/**
* Helper for logging a widechar buffer
*/
void EXPORT_CALL
_lou_logWidecharBuf(logLevels level, const char *msg, const widechar *wbuf, int wlen);
void EXPORT_CALL
_lou_logMessage(logLevels level, const char *format, ...);
extern int translation_direction;
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __LOUIS_H_ */
|