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

  /external/icu4c/layout/
IndicRearrangementProcessor.cpp 79 ia = glyphStorage.getCharIndex(firstGlyph, success);
84 ix = glyphStorage.getCharIndex(x, success);
95 id = glyphStorage.getCharIndex(lastGlyph, success);
100 ix = glyphStorage.getCharIndex(x, success);
111 ia = glyphStorage.getCharIndex(firstGlyph, success);
112 id = glyphStorage.getCharIndex(lastGlyph, success);
124 ia = glyphStorage.getCharIndex(firstGlyph, success);
125 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
130 ix = glyphStorage.getCharIndex(x, success);
145 ia = glyphStorage.getCharIndex(firstGlyph, success)
    [all...]
MPreFixups.cpp 84 indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i];
89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success);
LEGlyphStorage.cpp 292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const
521 le_int32 holdCharIndex = getCharIndex(fromPosition,success);
527 setCharIndex(i,getCharIndex(i+1,success),success);
533 setCharIndex(i,getCharIndex(i-1,success),success);
LEGlyphStorage.h 288 le_int32 getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const;
IndicReordering.cpp 240 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success);
269 saveIndex = fGlyphStorage.getCharIndex(fromPosition,success);
275 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success2),success);
282 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success2),success);
299 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success),success);
315 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success),success);
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h 174 ANTLR3_MARKER (*getCharIndex) (struct ANTLR3_LEXER_struct * lexer);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 160 Token t = new CommonToken(input, state.type, state.channel, state.tokenStartCharIndex, getCharIndex()-1);
232 public int getCharIndex() {
243 return input.substring(state.tokenStartCharIndex,getCharIndex()-1);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Lexer.js 112 var t = new org.antlr.runtime.CommonToken(this.input, this.state.type, this.state.channel, this.state.tokenStartCharIndex, this.getCharIndex()-1);
184 getCharIndex: function() {
195 return this.input.substring(this.state.tokenStartCharIndex,this.getCharIndex()-1);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 55 static ANTLR3_MARKER getCharIndex (pANTLR3_LEXER lexer);
142 lexer->getCharIndex = getCharIndex;
263 teof->setStartIndex (teof, lexer->getCharIndex(lexer));
264 teof->setStopIndex (teof, lexer->getCharIndex(lexer));
660 token->stop = lexer->getCharIndex(lexer) - 1;
872 static ANTLR3_MARKER getCharIndex (pANTLR3_LEXER lexer)
888 lexer->getCharIndex(lexer) - lexer->input->charByteSize
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 719 int index = getCharIndex(text[ind]);
759 private int getCharIndex(char ch){
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 758 int <label>Start = getCharIndex();
762 <label> = new <labelType>(input, Token.INVALID_TOKEN_TYPE, Token.DEFAULT_CHANNEL, <label>Start, getCharIndex()-1);
822 int <label>Start<elementIndex> = getCharIndex();
826 <label> = new <labelType>(input, Token.INVALID_TOKEN_TYPE, Token.DEFAULT_CHANNEL, <label>Start<elementIndex>, getCharIndex()-1);
843 int <label>Start<elementIndex> = getCharIndex();
847 <labelType> <label> = new <labelType>(input, EOF, Token.DEFAULT_CHANNEL, <label>Start<elementIndex>, getCharIndex()-1);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 735 int <label>Start = getCharIndex();
737 <labelType> <label> = new CommonToken(input, Token.INVALID_TOKEN_TYPE, Token.DEFAULT_CHANNEL, <label>Start, getCharIndex()-1);
796 int <label>Start<elementIndex> = getCharIndex();
798 <label> = new CommonToken(input, Token.INVALID_TOKEN_TYPE, Token.DEFAULT_CHANNEL, <label>Start<elementIndex>, getCharIndex()-1);
813 int <label>Start<elementIndex> = getCharIndex();
815 <labelType> <label> = new CommonToken(input, EOF, Token.DEFAULT_CHANNEL, <label>Start<elementIndex>, getCharIndex()-1);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 840 <label>Start = self.getCharIndex()
844 <label> = <labelType>(input=self.input, type=INVALID_TOKEN_TYPE, channel=DEFAULT_CHANNEL, start=<label>Start, stop=self.getCharIndex()-1)
902 <label>Start<elementIndex> = self.getCharIndex()
911 stop=self.getCharIndex()-1)
928 <label>Start<elementIndex> = self.getCharIndex()
932 <label> = <labelType>(input=self.input, type=EOF, channel=DEFAULT_CHANNEL, start=<label>Start<elementIndex>, stop=self.getCharIndex()-1)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 740 val <label>Start = getCharIndex()
745 <label> = new <labelType>(input, Token.INVALID_TOKEN_TYPE, Token.DEFAULT_CHANNEL, <label>Start, getCharIndex()-1)
808 val <label>Start<elementIndex> = getCharIndex()
813 <label> = new <labelType>(input, Token.INVALID_TOKEN_TYPE, Token.DEFAULT_CHANNEL, <label>Start<elementIndex>, getCharIndex()-1)
831 val <label>Start<elementIndex> = getCharIndex()
836 val <label> = new <labelType>(input, EOF, Token.DEFAULT_CHANNEL, <label>Start<elementIndex>, getCharIndex()-1)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 204 #undef GETCHARINDEX
242 #define GETCHARINDEX() LEXER->getCharIndex(LEXER)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 227 tokenStartCharIndex = getCharIndex();
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 330 milliseconds