Searched defs:_position (Results 1 - 4 of 4) sorted by relevance

/external/parameter-framework/utility/
H A DTokenizer.h74 std::string::size_type _position; //< end of the last returned token member in class:Tokenizer
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMAxisIteratorBase.java41 protected int _position = 0; field in class:DTMAxisIteratorBase
134 final int temp = _position; // Save state
145 _position = temp;
157 return _position == 0 ? 1 : _position;
213 _position++;
229 _position = 0;
/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DEncoder.java19 long _position; field in class:Encoder
33 _position = 0;
56 _position += _cacheSize;
88 return _cacheSize + _position + 4;
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h40 UInt64 _position; member in class:CArchiveExtractCallback

Completed in 239 milliseconds