/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/ |
H A D | SimpleSingleByteEncoding.java | 68 for (int i = getFirstChar(); i <= getLastChar(); i++) { in getCharNameMap() 87 public int getLastChar() { in getLastChar() method in SimpleSingleByteEncoding 120 char newSlot = (char)(getLastChar() + 1); in addCharacter() 135 if (codePoint <= getLastChar()) { in getCharacterForIndex() 144 char[] map = new char[getLastChar() + 1]; in getUnicodeCharMap() 148 for (int i = getFirstChar(); i <= getLastChar(); i++) { in getUnicodeCharMap()
|
H A D | SingleByteFont.java | 327 this.width = new int[getLastChar() - getFirstChar() + 1]; in setWidth() 334 this.boundingBoxes = new Rectangle[getLastChar() - getFirstChar() + 1]; in setBoundingBox() 379 int[] arr = new int[enc.getLastChar() - enc.getFirstChar() + 1]; in getAdditionalWidths()
|
/dports/textproc/fcitx5/fcitx5-5.0.11/test/ |
H A D | testutf8.cpp | 73 FCITX_ASSERT(fcitx::utf8::getLastChar(str) == 0xa); in main() 76 FCITX_ASSERT(fcitx::utf8::getLastChar(invalidStr) == in main() 79 FCITX_ASSERT(fcitx::utf8::getLastChar(empty) == in main()
|
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Bitcode/ |
H A D | BitstreamReader.h | 80 const unsigned char *getLastChar() const { return LastChar; } in getLastChar() function 228 return NextChar == BitStream->getLastChar() && BitsInCurWord == 0; in AtEndOfStream() 248 assert(ByteNo <= (uintptr_t)(BitStream->getLastChar()- in JumpToBit() 274 if (NextChar == BitStream->getLastChar()) { in Read() 378 if (AtEndOfStream() || NextChar+NumWords*4 > BitStream->getLastChar()) in SkipBlock() 410 NextChar+NumWords*4 > BitStream->getLastChar()) 516 if (NewEnd > BitStream->getLastChar()) { 518 NextChar = BitStream->getLastChar();
|
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/font/ |
H A D | OutlineFont.java | 74 public int getLastChar() { in getLastChar() method in OutlineFont 85 return (getLastChar() - getFirstChar()) + 1; in getCharCount()
|
H A D | NativeFont.java | 414 (short) getLastChar (), in fixCMapTable() 426 for (int i = getFirstChar (); i <= getLastChar (); i++) { in fixCMapTable()
|
H A D | Type3Font.java | 125 public int getLastChar() { in getLastChar() method in Type3Font
|
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/apps/ |
H A D | PFMReader.java | 170 log.info("Having widths for " + (pfm.getLastChar() - pfm.getFirstChar()) in preview() 172 + "-" + pfm.getLastChar() + ")."); in preview() 286 value = (int) pfm.getLastChar(); in constructFontXML() 292 for (short i = pfm.getFirstChar(); i <= pfm.getLastChar(); i++) { in constructFontXML()
|
H A D | TTFReader.java | 426 el.appendChild(doc.createTextNode(String.valueOf(ttf.getLastChar()))); in generateDOM4SingleByteExtras() 431 for (short i = ttf.getFirstChar(); i <= ttf.getLastChar(); i++) { in generateDOM4SingleByteExtras()
|
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/ |
H A D | utf8.h | 141 uint32_t getLastChar(Iter iter, Iter end) { in getLastChar() function 153 uint32_t getLastChar(const T &str) { in getLastChar() function 154 return getLastChar(std::begin(str), std::end(str)); in getLastChar()
|
/dports/print/qpdf/qpdf-10.5.0/include/qpdf/ |
H A D | Pl_Count.hh | 48 unsigned char getLastChar() const;
|
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/type1/ |
H A D | Type1FontLoader.java | 198 for (int i = pfm.getFirstChar(); i < pfm.getLastChar(); i++) { in handleEncoding() 404 returnFont.setLastChar(afm.getLastChar()); in handleMetrics() 417 returnFont.setLastChar(pfm.getLastChar()); in handleMetrics() 418 for (short i = pfm.getFirstChar(); i <= pfm.getLastChar(); i++) { in handleMetrics()
|
H A D | PFMFile.java | 365 public short getLastChar() { in getLastChar() method in PFMFile
|
/dports/print/qpdf/qpdf-10.5.0/libqpdf/ |
H A D | Pl_Count.cc | 48 Pl_Count::getLastChar() const in getLastChar() function in Pl_Count
|
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fonts/truetype/ |
H A D | TTFFileTestCase.java | 393 assertEquals(0xff, dejavuTTFFile.getLastChar()); in testLastChar() 394 assertEquals(0xff, droidmonoTTFFile.getLastChar()); in testLastChar() 395 …assertEquals(0xae, androidEmojiTTFFile.getLastChar()); // Last ASCII mapped char is REGISTERED SI… in testLastChar()
|
/dports/hebrew/he2/he2-0.61/he2/ |
H A D | LineEdit.h | 127 int ch = input.translate_char(action.getLastChar()) ; in _inputFilter() 141 int ch = input.translate_char(action.getLastChar()) ; in _inputFilter()
|
H A D | Action.h | 58 int getLastChar() ;
|
H A D | Edit_events.cxx | 45 action.getLastChar() ; in processAction() 500 action.getLastChar() ; in _Suspend() 1247 action.getLastChar() ; in _NextLine() 1254 action.getLastChar() ; in _PreviousLine() 1310 int ch = action.getLastChar() ; in _Char()
|
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/truetype/ |
H A D | OFFontLoader.java | 201 returnFont.setLastChar(otf.getLastChar()); in buildFont() 236 for (int i = singleFont.getFirstChar(); i <= singleFont.getLastChar(); i++) { in copyGlyphMetricsSingleByte()
|
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/idswitch/ |
H A D | CodePrinter.java | 57 public int getLastChar() { in getLastChar() method in CodePrinter
|
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Haskell/Exts/ |
H A D | ParseMonad.hs | 28 Lex(runL), getInput, discard, getLastChar, lexNewline, 384 getLastChar :: Lex r Char 385 getLastChar = Lex $ \cont -> P $ \r x y loc ch -> runP (cont ch) r x y loc ch function
|
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/ |
H A D | ParseMonad.hs | 28 Lex(runL), getInput, discard, getLastChar, lexNewline, 386 getLastChar :: Lex r Char 387 getLastChar = Lex $ \cont -> P $ \r x y loc ch -> runP (cont ch) r x y loc ch function
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/ |
H A D | ParseMonad.hs | 28 Lex(runL), getInput, discard, getLastChar, lexNewline, 386 getLastChar :: Lex r Char 387 getLastChar = Lex $ \cont -> P $ \r x y loc ch -> runP (cont ch) r x y loc ch function
|
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/test/ |
H A D | FontToy.java | 415 end = ((OutlineFont) font).getLastChar(); in fontSelected() 418 end = ((Type3Font) font).getLastChar(); in fontSelected()
|
/dports/mail/cone/cone-1.1/cone/ |
H A D | htmlparser.H | 149 char32_t getLastChar() in getLastChar() function
|