Searched refs:textOffset (Results 1 – 8 of 8) sorted by relevance
8 def fixlongs(glyphID, textLength, textOffset): argument9 return int(glyphID), int(textLength), textOffset 21 glyphID, textLength, textOffset = fixlongs(*struct.unpack(tsi0Format, data[:size]))22 indices.append((glyphID, textLength, textOffset))35 for index, textLength, textOffset in self.indices:36 data = data + struct.pack(tsi0Format, index, textLength, textOffset)38 for index, textLength, textOffset in self.extra_indices:39 data = data + struct.pack(tsi0Format, index, textLength, textOffset)
15 glyphID, textLength, textOffset = indextable.indices[i]21 text = data[textOffset:textOffset+textLength]28 extraCode, textLength, textOffset = indextable.extra_indices[i]31 textLength = len(data) - textOffset34 text = data[textOffset:textOffset+textLength]
1427 int textOffset = textIter_.getOffset(); in handleNextCommonImpl() local1430 if (search(textOffset, match)) { in handleNextCommonImpl()1454 int textOffset; in handlePreviousCommonImpl() local1458 textOffset = search_.matchedIndex_ + search_.matchedLength() - 1; in handlePreviousCommonImpl()1473 textOffset = textIter_.getOffset(); in handlePreviousCommonImpl()1476 textOffset = textIter_.getOffset(); in handlePreviousCommonImpl()1480 if (searchBackwards(textOffset, match)) { in handlePreviousCommonImpl()
4427 int32_t textOffset = ucol_getOffset(strsrch->textIter); in usearch_handleNextExact() local4431 if (usearch_search(strsrch, textOffset, &start, &end, status)) { in usearch_handleNextExact()4542 int32_t textOffset = ucol_getOffset(strsrch->textIter); in usearch_handleNextCanonical() local4546 if (usearch_search(strsrch, textOffset, &start, &end, status)) { in usearch_handleNextCanonical()4659 int32_t textOffset; in usearch_handlePreviousExact() local4663 textOffset = strsrch->search->matchedIndex + strsrch->search->matchedLength - 1; in usearch_handlePreviousExact()4682 textOffset = ucol_getOffset(strsrch->textIter); in usearch_handlePreviousExact()4685 textOffset = ucol_getOffset(strsrch->textIter); in usearch_handlePreviousExact()4691 if (usearch_searchBackwards(strsrch, textOffset, &start, &end, status)) { in usearch_handlePreviousExact()4812 int32_t textOffset; in usearch_handlePreviousCanonical() local[all …]
2348 int32_t &textOffset, in matchLiterals() argument2381 int32_t t = textOffset; in matchLiterals()2434 if (t == textOffset && text.charAt(t) == 0x2e && in matchLiterals()2473 for (t = textOffset; t < text.length(); t += 1) { in matchLiterals()2484 textOffset = t; in matchLiterals()
1379 const UnicodeString &text, int32_t &textOffset,
2269 SkPoint textOffset = SkPoint::Make(0, 0); in onDrawPosText() local2275 iter.fDevice->drawPosText(iter, text, byteLength, &pos->fX, 2, textOffset, in onDrawPosText()2285 SkPoint textOffset = SkPoint::Make(0, constY); in onDrawPosTextH() local2291 iter.fDevice->drawPosText(iter, text, byteLength, xpos, 1, textOffset, in onDrawPosTextH()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...