Home
last modified time | relevance | path

Searched refs:CharOrDots (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tools/
H A Dlou_debug.c358 CharOrDots *thisChar; in show_charMap()
370 thisChar = (CharOrDots *)&displayTable->ruleArea[nextChar]; in show_charMap()
386 CharOrDots *thisDots; in show_dotsMap()
398 thisDots = (CharOrDots *)&displayTable->ruleArea[nextDots]; in show_dotsMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/liblouis/
H A DcompileTranslationTable.c554 static CharOrDots *
556 CharOrDots *cdPtr; in getCharOrDots()
564 cdPtr = (CharOrDots *)&table->ruleArea[bucket]; in getCharOrDots()
573 CharOrDots *cdPtr = getCharOrDots(c, 0, table); in _lou_getDotsForChar()
580 CharOrDots *cdPtr = getCharOrDots(d, 1, table); in _lou_getCharFromDots()
588 CharOrDots *cdPtr; in putCharAndDots()
589 CharOrDots *oldcdPtr = NULL; in putCharAndDots()
595 cdPtr = (CharOrDots *)&(*table)->ruleArea[offset]; in putCharAndDots()
604 oldcdPtr = (CharOrDots *)&(*table)->ruleArea[bucket]; in putCharAndDots()
613 cdPtr = (CharOrDots *)&(*table)->ruleArea[offset]; in putCharAndDots()
[all …]
H A Dinternal.h188 } CharOrDots; typedef