HomeSort by relevance Sort by last modified time
    Searched refs:textOffset (Results 1 - 12 of 12) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__0.py 8 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)
T_S_I__1.py 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) - textOffset
34 text = data[textOffset:textOffset+textLength]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java     [all...]
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 300 float textOffset = (textHeight / 2) - mTextPaint.descent();
301 mCollapsedDrawY = mCollapsedBounds.centerY() + textOffset;
332 float textOffset = (textHeight / 2) - mTextPaint.descent();
333 mExpandedDrawY = mExpandedBounds.centerY() + textOffset;
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h     [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 661 * @param textoffset current offset
668 int32_t textoffset,
671 if (textoffset < textlength) {
672 int32_t temp = textoffset;
684 return textoffset;
691 * @param textoffset current offset, one offset away from the last character
698 int32_t textoffset)
702 textoffset < textlength) {
703 int32_t temp = textoffset;
707 return getNextBaseOffset(text, textoffset, textlength)
4340 int32_t textoffset = ucol_getOffset(coleiter); local
4454 int32_t textoffset = ucol_getOffset(coleiter); local
4568 int32_t textoffset = ucol_getOffset(coleiter); local
4714 int32_t textoffset = ucol_getOffset(coleiter); local
    [all...]
smpdtfmt.cpp     [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 1440 milliseconds