Searched refs:_pos (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/i18n/
H A Dnfsubs.cpp71 MultiplierSubstitution(int32_t _pos, argument
77 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
175 IntegralPartSubstitution(int32_t _pos, argument
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, argument
234 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
259 NumeratorSubstitution(int32_t _pos, argument
265 : NFSubstitution(_pos, _ruleSet, formatter, fixdesc(description), status), denominator(_denominator)
276 virtual void doSubstitution(int64_t /*number*/, UnicodeString& /*toInsertInto*/, int32_t /*_pos*/) cons
298 NullSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
416 NFSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
780 SameValueSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
817 ModulusSubstitution(int32_t _pos, double _divisor, const NFRule* predecessor, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
974 FractionalPartSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
[all...]
H A Dfphdlimp.cpp39 FieldPositionOnlyHandler::FieldPositionOnlyHandler(FieldPosition& _pos) argument
40 : pos(_pos) {
/external/icu4c/common/
H A Dservls.cpp160 int32_t _pos; member in class:ServiceEnumeration
167 , _pos(0)
176 , _pos(0)
187 _pos = other._pos;
230 if (upToDate(status) && (_pos < _ids.size())) {
231 return (const UnicodeString*)_ids[_pos++];
242 _pos = 0;
/external/stlport/src/
H A Dstdio_streambuf.cpp103 return pos_type((streamoff)pos._pos);
135 p._pos = pos;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_file.c34 * @_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;
42 wpa_config_get_line(char *s, int size, FILE *stream, int *line, char **_pos) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c51 * @_pos: Buffer for the pointer to the beginning of data on the text line or
60 char **_pos)
110 if (_pos)
111 *_pos = pos;
115 if (_pos)
116 *_pos = NULL;
59 wpa_config_get_line(char *s, int size, FILE *stream, int *line, char **_pos) argument
/external/opencv/cv/src/
H A D_cvlist.h63 struct _pos struct
70 typedef struct _pos CVPOS;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java1980 int _pos; field in class:DTMDefaultBaseIterators.NthDescendantIterator
1990 _pos = pos;
2019 while ((pos < _pos) && (child = _nextsib(child)) != END);
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py72 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
[all...]
/external/elfutils/tests/
H A Drun-show-die-info.sh710 Name : _pos
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5078 int _pos; member in struct:_IO_marker
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1670 milliseconds