Searched defs:charIndex (Results 1 – 14 of 14) sorted by relevance
/external/icu4c/layout/ |
D | MPreFixups.cpp | 89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success); in apply() local
|
D | IndicReordering.cpp | 206 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()
|
D | TibetanReordering.cpp | 155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask) in writeChar()
|
D | KhmerReordering.cpp | 153 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures) in writeChar()
|
D | LEGlyphStorage.cpp | 311 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/ |
D | Lexer.as | 217 public function get charIndex():int { property in org.antlr.runtime.Lexer
|
/external/proguard/src/proguard/classfile/constant/ |
D | Utf8Constant.java | 254 int charIndex = 0; in getStringRepresentation() local
|
/external/icu4c/layoutex/ |
D | ParagraphLayout.cpp | 979 le_int32 ParagraphLayout::previousBreak(le_int32 charIndex) in previousBreak() 1132 le_int32 ParagraphLayout::getCharRun(le_int32 charIndex) in getCharRun()
|
/external/icu4c/test/letest/ |
D | cletest.c | 636 le_int32 charIndex = 0, lineNumber = 1; in GlyphToCharTest() local
|
D | letest.cpp | 872 le_int32 charIndex = 0, lineNumber = 1; in GlyphToCharTest() local
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 552 int charIndex = state.xToCharacter(x); in offsetForPositionForComplexText() local
|
/external/icu4c/common/ |
D | ubidiln.c | 253 ubidi_getLevelAt(const UBiDi *pBiDi, int32_t charIndex) { in ubidi_getLevelAt()
|
D | ubidi.c | 2304 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, in ubidi_getParagraph()
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AccessibilityObjectWrapperAtk.cpp | 2226 static gint webkitAccessibleHypertextGetLinkIndex(AtkHypertext* hypertext, gint charIndex) in webkitAccessibleHypertextGetLinkIndex()
|