Home
last modified time | relevance | path

Searched refs:startIndex (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dnav_braille.js42 this.startIndex = goog.isDef(kwargs.startIndex) ? kwargs.startIndex : -1;
49 kwargs.endIndex : this.startIndex;
69 if (typeof json.startIndex !== 'number' ||
75 startIndex: json.startIndex, property
94 ' startIndex="' + this.startIndex + '" ' +
110 startIndex: this.startIndex,
Dbraille_util_test.js60 startIndex: actual.startIndex, property
78 startIndex: 0, property
87 startIndex: 0, property
96 startIndex: 8, property
105 startIndex: 16, property
124 startIndex: 0, property
134 startIndex: 0, property
140 startIndex: 8, property
161 startIndex: 0, property
169 startIndex: 8, property
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonTree.cs56 protected int startIndex = -1; field in Antlr.Runtime.Tree.CommonTree
76 this.startIndex = node.startIndex; in CommonTree()
194 if ( startIndex == -1 && Token != null )
197 return startIndex;
202 startIndex = value;
255 if ( startIndex < 0 || stopIndex < 0 ) in SetUnknownTokenBoundaries()
256 startIndex = stopIndex = Token.TokenIndex; in SetUnknownTokenBoundaries()
270 if ( startIndex >= 0 && stopIndex >= 0 ) in SetUnknownTokenBoundaries()
277 startIndex = firstChild.TokenStartIndex; in SetUnknownTokenBoundaries()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTree.cs56 protected int startIndex = -1; field in Antlr.Runtime.Tree.CommonTree
74 this.startIndex = node.startIndex; in CommonTree()
152 if (startIndex == -1 && token != null) {
155 return startIndex;
158 startIndex = value;
196 if (startIndex < 0 || stopIndex < 0) { in SetUnknownTokenBoundaries()
197 startIndex = stopIndex = token.TokenIndex; in SetUnknownTokenBoundaries()
204 if (startIndex >= 0 && stopIndex >= 0) in SetUnknownTokenBoundaries()
209 startIndex = firstChild.TokenStartIndex; in SetUnknownTokenBoundaries()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncSubstring.java58 int startIndex; in execute() local
66 startIndex = 0; in execute()
71 startIndex = (start > 0) ? (int) start - 1 : 0; in execute()
85 if (startIndex > lenOfS1) in execute()
86 startIndex = lenOfS1; in execute()
88 substr = s1.substring(startIndex, end); in execute()
92 if (startIndex > lenOfS1) in execute()
93 startIndex = lenOfS1; in execute()
94 substr = s1.substring(startIndex); in execute()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DCommonTree.java45 protected int startIndex=-1, stopIndex=-1; field in CommonTree
58 this.startIndex = node.startIndex; in CommonTree()
113 if ( startIndex==-1 && token!=null ) { in getTokenStartIndex()
116 return startIndex; in getTokenStartIndex()
120 startIndex = index; in setTokenStartIndex()
140 if ( startIndex<0 || stopIndex<0 ) { in setUnknownTokenBoundaries()
141 startIndex = stopIndex = token.getTokenIndex(); in setUnknownTokenBoundaries()
148 if ( startIndex>=0 && stopIndex>=0 ) return; // already set in setUnknownTokenBoundaries()
152 startIndex = firstChild.getTokenStartIndex(); in setUnknownTokenBoundaries()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_display_manager.js229 var startIndex = this.content_.startIndex;
232 if (startIndex >= 0) {
235 if (startIndex >= textToBraille.length) {
245 translatedStartIndex = textToBraille[startIndex];
339 buffer, startIndex, endIndex) { argument
340 if (startIndex < 0 || startIndex >= buffer.byteLength ||
341 endIndex < startIndex || endIndex > buffer.byteLength) {
344 if (startIndex == endIndex) {
345 endIndex = startIndex + 1;
348 while (startIndex < endIndex) {
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRRuleMemo.m37 @synthesize startIndex;
53 startIndex = nil;
63 startIndex = aStartIndex;
75 copy.startIndex = startIndex;
84 if (startIndex != nil) aCnt++;
98 if (aStartIndex == [aMatchMemo.startIndex integerValue] ) {
110 if (aStartIndex == [aMatchMemo.startIndex integerValue] ) {
122 if (aStartIndex == [aMatchMemo.startIndex integerValue] ) {
132 return startIndex;
137 if ( aStartIndex != startIndex ) {
[all …]
DANTLRCommonTree.m73 startIndex = -1;
87 startIndex = aNode.startIndex;
101 startIndex = -1;
114 // startIndex = token.startIndex;
115 startIndex = -1;
129 // startIndex = token.startIndex;
130 startIndex = -1;
160 copy.startIndex = startIndex;
233 if ( startIndex == -1 && token != nil ) {
236 return startIndex;
[all …]
DANTLRBufferedTokenStream.h84 - (AMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex;
93 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex;
94 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)…
95 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(AMutableAr…
96 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger)…
98 - (NSString *) toStringFromStart:(NSInteger)startIndex ToEnd:(NSInteger)stopIndex;
99 - (NSString *) toStringFromToken:(id<ANTLRToken>)startIndex ToToken:(id<ANTLRToken>)stopIndex;
DANTLRCommonToken.m46 @synthesize startIndex;
139 startIndex = 0;
157 startIndex = aStart;
162 text = [input substringWithRange:NSMakeRange(startIndex, (stopIndex-startIndex)+1)];
181 startIndex = oldToken.startIndex;
229 copy.startIndex = startIndex;
273 return [input substringWithRange:NSMakeRange(startIndex, (stopIndex-startIndex)+1)];
336 return startIndex;
341 startIndex = aStart;
389 …return [NSString stringWithFormat:@"[@%d, %d:%d='%@',<%d>%@,%d:%d]", index, startIndex, stopIndex,…
/external/jsilver/src/com/google/streamhtmlparser/util/
DJavascriptTokenBuffer.java58 private int startIndex; field in JavascriptTokenBuffer
69 startIndex = 0; in JavascriptTokenBuffer()
82 startIndex = aJavascriptTokenBuffer.startIndex; in JavascriptTokenBuffer()
117 if (endIndex == startIndex) { in appendChar()
118 startIndex = (endIndex + 1) % buffer.length; in appendChar()
129 if (startIndex == endIndex) { in popChar()
250 int len = endIndex - startIndex;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DUtils.java63 int startIndex = 0; in replace() local
66 result.append(src.substring(startIndex,endIndex)); in replace()
70 startIndex = endIndex + replacee.length(); in replace()
71 endIndex = src.indexOf(replacee,startIndex); in replace()
73 result.append(src.substring(startIndex,src.length())); in replace()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBufferedTokenStream.h81 - (NSMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex;
90 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex;
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *…
92 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(NSMutable…
93 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger…
94 - (NSString *) toStringFromStart:(NSInteger)startIndex ToEnd:(NSInteger)stopIndex;
95 - (NSString *) toStringFromToken:(id<ANTLRToken>)startIndex ToToken:(id<ANTLRToken>)stopIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBufferedTokenStream.h81 - (NSMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex;
90 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex;
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *…
92 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(NSMutable…
93 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger…
94 - (NSString *) toStringFromStart:(NSInteger)startIndex ToEnd:(NSInteger)stopIndex;
95 - (NSString *) toStringFromToken:(id<ANTLRToken>)startIndex ToToken:(id<ANTLRToken>)stopIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBufferedTokenStream.h81 - (NSMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex;
90 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex;
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *…
92 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(NSMutable…
93 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger…
94 - (NSString *) toStringFromStart:(NSInteger)startIndex ToEnd:(NSInteger)stopIndex;
95 - (NSString *) toStringFromToken:(id<ANTLRToken>)startIndex ToToken:(id<ANTLRToken>)stopIndex;
/external/aac/libSBRenc/src/
Dnf_est.cpp169 INT startIndex, /*!< Start index. */ in qmfBasedNoiseFloorDetection() argument
182 FIXP_DBL invIndex = GetInvInt(stopIndex-startIndex); in qmfBasedNoiseFloorDetection()
195 for(k = startIndex ; k < stopIndex; k++){ in qmfBasedNoiseFloorDetection()
202 for(k = startIndex ; k < stopIndex; k++){ in qmfBasedNoiseFloorDetection()
213 for(k = startIndex ; k < stopIndex; k++){ in qmfBasedNoiseFloorDetection()
220 for(k = startIndex ; k < stopIndex; k++){ in qmfBasedNoiseFloorDetection()
299 INT startIndex, /*!< Start index. */ in FDKsbrEnc_sbrNoiseFloorEstimateQmf() argument
317 startPos[0] = startIndex; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
318 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2); in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
321 startPos[0] = startIndex; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/network/
DParsedContentType.cpp46 static void skipSpaces(const String& input, unsigned& startIndex) in skipSpaces() argument
48 while (startIndex < input.length() && input[startIndex] == ' ') in skipSpaces()
49 ++startIndex; in skipSpaces()
52 static SubstringRange parseParameterPart(const String& input, unsigned& startIndex) in parseParameterPart() argument
55 unsigned tokenStart = startIndex; in parseParameterPart()
56 unsigned& tokenEnd = startIndex; in parseParameterPart()
/external/lzma/CPP/Common/
DMyString.h313 CStringBase Mid(int startIndex) const in Mid() argument
314 { return Mid(startIndex, _length - startIndex); } in Mid()
315 CStringBase Mid(int startIndex, int count) const in Mid() argument
317 if (startIndex + count > _length) in Mid()
318 count = _length - startIndex; in Mid()
320 if (startIndex == 0 && startIndex + count == _length) in Mid()
327 result._chars[i] = _chars[startIndex + i]; in Mid()
366 int Find(T c, int startIndex) const in Find() argument
368 const T *p = _chars + startIndex; in Find()
379 int Find(const CStringBase &s, int startIndex) const in Find() argument
[all …]
/external/proguard/src/proguard/classfile/util/
DExternalTypeEnumeration.java81 int startIndex = index; in nextType() local
85 startIndex); in nextType()
91 startIndex); in nextType()
98 return descriptor.substring(startIndex, index++).trim(); in nextType()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DAbstractInlineTextBox.h62 … WordBoundaries(int startIndex, int endIndex) : startIndex(startIndex), endIndex(endIndex) { } in WordBoundaries()
63 int startIndex; member
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTree.js11 this.startIndex = -1;
26 this.startIndex = node.startIndex;
85 return this.startIndex;
89 this.startIndex = index;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs16 public SubList( IList source, int startIndex, int endIndex ) in SubList() argument
20 if ( startIndex < 0 || endIndex < 0 ) in SubList()
22 if ( startIndex > endIndex || endIndex >= source.Count ) in SubList()
26 _startIndex = startIndex; in SubList()
177 public SubList( IList<T> source, int startIndex, int endIndex ) in SubList() argument
181 if ( startIndex < 0 || endIndex < 0 ) in SubList()
183 if ( startIndex > endIndex || endIndex >= source.Count ) in SubList()
187 _startIndex = startIndex; in SubList()
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoderBitTree.cs74 public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 startIndex, in ReverseGetPrice()
83 price += Models[startIndex + m].GetPrice(bit); in ReverseGetPrice()
89 public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, in ReverseEncode()
96 Models[startIndex + m].Encode(rangeEncoder, bit); in ReverseEncode()
142 public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, in ReverseDecode()
149 uint bit = Models[startIndex + m].Decode(rangeDecoder); in ReverseDecode()
/external/proguard/src/proguard/
DWordReader.java187 int startIndex = currentIndex; in nextWord() local
190 char startChar = currentLine.charAt(startIndex); in nextWord()
196 startIndex++; in nextWord()
206 currentWord = currentLine.substring(startIndex-1, currentIndex); in nextWord()
236 while (endIndex > startIndex && in nextWord()
268 currentWord = currentLine.substring(startIndex, endIndex); in nextWord()

12345678910>>...12