Searched refs:textOffset (Results 1 - 13 of 13) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DT_S_I__0.py8 def fixlongs(glyphID, textLength, textOffset):
9 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)
H A DT_S_I__1.py15 glyphID, textLength, textOffset = indextable.indices[i]
21 text = data[textOffset:textOffset+textLength]
28 extraCode, textLength, textOffset = indextable.extra_indices[i]
31 textLength = len(data) - textOffset
34 text = data[textOffset:textOffset+textLength]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DT_S_I__0.py8 def fixlongs(glyphID, textLength, textOffset):
9 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)
H A DT_S_I__1.py15 glyphID, textLength, textOffset = indextable.indices[i]
21 text = data[textOffset:textOffset+textLength]
28 extraCode, textLength, textOffset = indextable.extra_indices[i]
31 textLength = len(data) - textOffset
34 text = data[textOffset:textOffset+textLength]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp602 unsigned textOffset = currentPos.offsetInLeafNode(); local
606 if (textOffset <= box->start() + box->len()) {
607 if (textOffset > box->start())
612 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
624 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
633 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
726 unsigned textOffset = currentPos.offsetInLeafNode(); local
730 if (textOffset <= box->end()) {
731 if (textOffset >= box->start())
736 if (box == lastTextBox || textOffset !
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.cpp180 LayoutPoint textOffset; local
182 textOffset = innerEditorRenderer->location();
184 textOffset += toLayoutSize(editingViewPortElement()->renderBox()->location());
186 textOffset += toLayoutSize(containerRenderer->location());
187 placeholderBox->setLocation(textOffset);
/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1333 * @param textOffset the starting offset into the text. On output
1341 const UnicodeString &text, int32_t &textOffset,
/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp4422 int32_t textOffset = ucol_getOffset(strsrch->textIter);
4426 if (usearch_search(strsrch, textOffset, &start, &end, status)) {
4537 int32_t textOffset = ucol_getOffset(strsrch->textIter);
4541 if (usearch_search(strsrch, textOffset, &start, &end, status)) {
4654 int32_t textOffset;
4658 textOffset = strsrch->search->matchedIndex + strsrch->search->matchedLength - 1;
4673 textOffset = ucol_getOffset(strsrch->textIter);
4676 textOffset = ucol_getOffset(strsrch->textIter);
4682 if (usearch_searchBackwards(strsrch, textOffset, &start, &end, status)) {
4803 int32_t textOffset;
[all...]
H A Dsmpdtfmt.cpp2131 int32_t &textOffset,
2162 int32_t t = textOffset;
2216 if (t == textOffset && text.charAt(t) == 0x2e &&
2244 for (t = textOffset; t < text.length(); t += 1) {
2255 textOffset = t;
2128 matchLiterals(const UnicodeString &pattern, int32_t &patternOffset, const UnicodeString &text, int32_t &textOffset, UBool lenient) argument
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp4429 int32_t textOffset = ucol_getOffset(strsrch->textIter);
4433 if (usearch_search(strsrch, textOffset, &start, &end, status)) {
4544 int32_t textOffset = ucol_getOffset(strsrch->textIter);
4548 if (usearch_search(strsrch, textOffset, &start, &end, status)) {
4661 int32_t textOffset;
4665 textOffset = strsrch->search->matchedIndex + strsrch->search->matchedLength - 1;
4684 textOffset = ucol_getOffset(strsrch->textIter);
4687 textOffset = ucol_getOffset(strsrch->textIter);
4693 if (usearch_searchBackwards(strsrch, textOffset, &start, &end, status)) {
4814 int32_t textOffset;
[all...]
H A Dsmpdtfmt.cpp2156 int32_t &textOffset,
2188 int32_t t = textOffset;
2242 if (t == textOffset && text.charAt(t) == 0x2e &&
2277 for (t = textOffset; t < text.length(); t += 1) {
2288 textOffset = t;
2153 matchLiterals(const UnicodeString &pattern, int32_t &patternOffset, const UnicodeString &text, int32_t &textOffset, UBool whitespaceLenient, UBool partialMatchLenient) argument
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1341 * @param textOffset the starting offset into the text. On output
1348 const UnicodeString &text, int32_t &textOffset, UBool lenient);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 225 milliseconds