Home
last modified time | relevance | path

Searched defs:charIndex (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/layout/
DMPreFixups.cpp89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success); in apply() local
DIndicReordering.cpp206 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures) in writeChar()
218 void setFeatures ( le_uint32 charIndex, FeatureMask charFeatures) in setFeatures()
226 FeatureMask getFeatures ( le_uint32 charIndex ) in getFeatures()
292 void insertCharacter( LEUnicode ch, le_int32 toPosition, le_int32 charIndex, le_uint32 auxData ) { in insertCharacter()
DTibetanReordering.cpp155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask) in writeChar()
DKhmerReordering.cpp153 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures) in writeChar()
DLEGlyphStorage.cpp311 void LEGlyphStorage::setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success) in setCharIndex()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DLexer.as217 public function get charIndex():int { property in org.antlr.runtime.Lexer
/external/proguard/src/proguard/classfile/constant/
DUtf8Constant.java254 int charIndex = 0; in getStringRepresentation() local
/external/icu4c/layoutex/
DParagraphLayout.cpp979 le_int32 ParagraphLayout::previousBreak(le_int32 charIndex) in previousBreak()
1132 le_int32 ParagraphLayout::getCharRun(le_int32 charIndex) in getCharRun()
/external/icu4c/test/letest/
Dcletest.c636 le_int32 charIndex = 0, lineNumber = 1; in GlyphToCharTest() local
Dletest.cpp872 le_int32 charIndex = 0, lineNumber = 1; in GlyphToCharTest() local
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp552 int charIndex = state.xToCharacter(x); in offsetForPositionForComplexText() local
/external/icu4c/common/
Dubidiln.c253 ubidi_getLevelAt(const UBiDi *pBiDi, int32_t charIndex) { in ubidi_getLevelAt()
Dubidi.c2304 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, in ubidi_getParagraph()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp2226 static gint webkitAccessibleHypertextGetLinkIndex(AtkHypertext* hypertext, gint charIndex) in webkitAccessibleHypertextGetLinkIndex()