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

  /external/icu4c/i18n/
nfsubs.cpp 71 MultiplierSubstitution(int32_t _pos,
77 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
175 IntegralPartSubstitution(int32_t _pos,
180 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
207 virtual void doSubstitution(int64_t /*number*/, UnicodeString& /*toInsertInto*/, int32_t /*_pos*/) const {}
229 AbsoluteValueSubstitution(int32_t _pos,
234 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
259 NumeratorSubstitution(int32_t _pos,
265 : NFSubstitution(_pos, _ruleSet, formatter, fixdesc(description), status), denominator(_denominator)
276 virtual void doSubstitution(int64_t /*number*/, UnicodeString& /*toInsertInto*/, int32_t /*_pos*/) const {
    [all...]
fphdlimp.cpp 39 FieldPositionOnlyHandler::FieldPositionOnlyHandler(FieldPosition& _pos)
40 : pos(_pos) {
  /external/icu4c/common/
servls.cpp 164 int32_t _pos; member in class:ServiceEnumeration
171 , _pos(0)
180 , _pos(0)
191 _pos = other._pos;
234 if (upToDate(status) && (_pos < _ids.size())) {
235 return (const UnicodeString*)_ids[_pos++];
246 _pos = 0;
  /external/stlport/src/
stdio_streambuf.cpp 103 return pos_type((streamoff)pos._pos);
135 p._pos = pos;
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 103 return pos_type((streamoff)pos._pos);
135 p._pos = pos;
  /external/wpa_supplicant/
config_file.c 35 * @_pos: Buffer for the pointer to the beginning of data on the text line or
44 char **_pos)
85 if (_pos)
86 *_pos = pos;
90 if (_pos)
91 *_pos = NULL;
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 33 * @_pos: Buffer for the pointer to the beginning of data on the text line or
42 char **_pos)
83 if (_pos)
84 *_pos = pos;
88 if (_pos)
89 *_pos = NULL;
  /external/wpa_supplicant_6/wpa_supplicant/
config_file.c 34 * @_pos: Buffer for the pointer to the beginning of data on the text line or
43 char **_pos)
84 if (_pos)
85 *_pos = pos;
89 if (_pos)
90 *_pos = NULL;
  /external/opencv/cv/src/
_cvlist.h 63 struct _pos struct
70 typedef struct _pos CVPOS;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 189 /* If _pos >= 0
190 it points to _buf->Gbase()+_pos. FIXME comment */
191 /* if _pos < 0, it points to _buf->eBptr()+_pos. FIXME comment */
192 int _pos; member in struct:_IO_marker
195 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 1980 int _pos; field in class:DTMDefaultBaseIterators.NthDescendantIterator
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 72 self._pos = 0
75 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
92 result = struct.unpack("<f", self._bytes[self._pos:self._pos+4])[0]
93 self._pos += 4
97 result = struct.unpack("<d", self._bytes[self._pos:self._pos+8])[0]
98 self._pos += 8
102 return self._pos == len(self._bytes
    [all...]
  /external/elfutils/tests/
run-show-die-info.sh 703 Name : _pos
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 5078 int _pos; member in struct:_IO_marker
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 300 milliseconds