Searched refs:pos (Results 126 - 150 of 1683) sorted by relevance

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dnfsubs.h33 int32_t pos; member in class:NFSubstitution
38 NFSubstitution(int32_t pos,
57 static NFSubstitution* makeSubstitution(int32_t pos,
111 * @param pos The position in toInsertInto where the owning rule's
115 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos) const;
123 * @param pos The position in toInsertInto where the owning rule's
127 virtual void doSubstitution(double number, UnicodeString& toInsertInto, int32_t pos) const;
226 int32_t getPos() const { return pos; }
H A Dcurrfmt.cpp56 FieldPosition& pos,
59 return fmt->format(obj, appendTo, pos, ec);
64 ParsePosition& pos) const
66 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos);
54 format(const Formattable& obj, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& ec) const argument
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dentry.rb44 def insert(pos,text)
45 tk_send_without_enc('insert', pos, _get_eval_enc_str(text))
52 def mark(pos)
53 tk_send_without_enc('scan', 'mark', pos)
56 def dragto(pos)
57 tk_send_without_enc('scan', 'dragto', pos)
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCMoveAnimation.mm81 MBCPosition pos = fFrom;
82 pos[0] += pctDone*fDelta[0];
83 pos[2] += pctDone*fDelta[2];
85 [fView moveSelectionTo:&pos];
/macosx-10.9.5/ICU-511.35/icuSources/samples/msgfmt/answers/
H A Dmain_2.cpp25 FieldPosition pos; local
37 msg.format(msgArgs, 2, str, pos, status);
H A Dmain_3.cpp25 FieldPosition pos; local
37 msg.format(msgArgs, 2, str, pos, status);
/macosx-10.9.5/ICU-511.35/icuSources/samples/msgfmt/
H A Dmain.cpp25 FieldPosition pos; local
37 msg.format(msgArgs, 2, str, pos, status);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGradientBlackBerry.cpp52 // Collect sorted stop position and color information into the pos and colors
56 static void fillStops(const Gradient::ColorStop* stopData, size_t count, float* pos, unsigned* colors) argument
62 pos[0] = 0.0;
70 pos[0] = 0.0;
76 pos[i] = stop->stop;
84 pos[start + count] = 1.0;
107 Vector<float> pos(countUsed);
109 fillStops(m_stops.data(), m_stops.size(), pos.data(), colors.data());
110 m_gradient->setColorStops(pos.data(), colors.data(), countUsed);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFESpotLightElement.cpp43 FloatPoint3D pos(x(), y(), z());
46 return SpotLightSource::create(pos, direction, specularExponent(), limitingConeAngle());
/macosx-10.9.5/less-23/less/
H A Dmark.c44 marks[i].m_scrpos.pos = NULL_POSITION;
83 m->m_scrpos.pos = ch_zero();
97 m->m_scrpos.pos = ch_tell();
122 if (m->m_scrpos.pos == NULL_POSITION)
171 if (scrpos.pos == NULL_POSITION)
196 if (m == &marks[LASTMARK] && m->m_scrpos.pos == NULL_POSITION)
199 m->m_scrpos.pos = ch_zero();
218 jump_loc(scrpos.pos, scrpos.ln);
243 return (m->m_scrpos.pos);
257 marks[i].m_scrpos.pos
[all...]
H A Dprompt.c116 ap_pos(pos)
117 POSITION pos;
119 char buf[INT_STRLEN_BOUND(pos) + 2];
121 postoa(pos, buf);
167 POSITION pos; local
169 pos = position(where);
170 while (pos == NULL_POSITION && where >= 0 && where < sc_height-1)
171 pos = position(++where);
172 if (pos == NULL_POSITION)
173 pos
253 POSITION pos; local
[all...]
H A Dline.c174 plinenum(pos)
175 POSITION pos;
190 linenum = find_linenum(pos);
200 pos >= start_attnpos && pos < end_attnpos)
213 char buf[INT_STRLEN_BOUND(pos) + 2];
563 #define STORE_CHAR(ch,a,rep,pos) \
565 if (store_char((ch),(a),(rep),(pos))) return (1); \
569 store_char(ch, a, rep, pos)
573 POSITION pos;
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_no_store_hash_fn_imps.hpp59 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local
60 entry_pointer p_new_e = a_entries_resized + pos;
H A Dresize_store_hash_fn_imps.hpp60 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local
61 entry_pointer p_new_e = a_entries_resized + pos;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp118 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), argument
120 m_pos(pos)
/macosx-10.9.5/postfix-252/postfix/src/dns/
H A Ddns_lookup.c276 unsigned char *pos = reply->query_start; local
285 if (pos >= reply->end)
287 len = dn_expand(reply->buf, reply->end, pos, temp, DNS_NAME_LEN);
290 pos += len + QFIXEDSZ;
292 reply->answer_start = pos;
298 static int dns_get_fixed(unsigned char *pos, DNS_FIXED *fixed) argument
300 GETSHORT(fixed->type, pos);
301 GETSHORT(fixed->class, pos);
302 GETLONG(fixed->ttl, pos);
303 GETSHORT(fixed->length, pos);
358 dns_get_rr(DNS_RR **list, const char *orig_name, DNS_REPLY *reply, unsigned char *pos, char *rr_name, DNS_FIXED *fixed) argument
438 dns_get_alias(DNS_REPLY *reply, unsigned char *pos, DNS_FIXED *fixed, char *cname, int c_len) argument
456 unsigned char *pos; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dtom_doc.rb205 pos = @s.pos
213 token = [:NEWLINE, @s.matched, *token_pos(pos)]
214 @line_pos = char_pos @s.pos
218 @tokens << [:HEADER, 3, *token_pos(pos)]
220 [:TEXT, @s[1], *token_pos(pos)]
222 [:NOTE, @s[1], *token_pos(pos)]
225 [:TEXT, @s.matched.sub(/\r$/, ''), *token_pos(pos)]
/macosx-10.9.5/screen-22/screen/
H A Dinput.c43 int pos; /* cursor position in editable string */ member in struct:inpline
93 inpdata->inp.pos = inpdata->inp.len = strlen(inpdata->inp.buf);
137 inpdata->inp.pos = inpdata->inp.len = 0;
159 LGotoPos(flayer, inpdata->inpstringlen + (inpdata->inpmode & INP_NOECHO ? 0 : inpdata->inp.pos), INPUTLINE);
165 x = inpdata->inpstringlen + inpdata->inp.pos;
170 char *p = inpdata->inp.buf + inpdata->inp.pos;
191 if (inpdata->inp.len > inpdata->inp.pos)
192 bcopy(p, p+1, inpdata->inp.len - inpdata->inp.pos);
193 inpdata->inp.buf[inpdata->inp.pos++] = ch;
210 x = inpdata->inpstringlen + inpdata->inp.pos;
[all...]
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-match-utils.h26 pos++; \
27 if (len >= 0 && pos >= len) \
34 pos++; \
35 if (len >= 0 && pos >= len) \
42 pos += pos_add_next; \
50 max = len - pos; \
80 pos += pos_add_next; \
98 pos++; \
99 if (len >= 0 && pos >= len) \
105 pos
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinPointer.c116 POINT pos;
120 pos.x = x;
121 pos.y = y;
128 ClientToScreen(hwnd, &pos);
140 hwnd = WindowFromPoint(pos);
146 Tk_UpdatePointer(tkwin, pos.x, pos.y, state);
231 POINT pos;
240 GetCursorPos(&pos);
241 Tk_PointerEvent(NULL, pos
114 POINT pos; local
226 POINT pos; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLdifReader.cpp249 std::string::size_type pos = line.find(':'); local
250 if ( pos == std::string::npos )
259 type = line.substr(0, pos);
260 if ( pos == line.size() )
267 pos++;
268 char delim = line[pos];
271 pos++;
274 for( ; pos < line.size() && isspace(line[pos]); pos
330 std::string::size_type pos = sizeof("file:") - 1; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_forensic.c143 char *pos; member in struct:hlog
172 /* note that we don't have to check h->pos here, coz its been done
174 *h->pos++ = '|';
175 h->pos = log_escape(h->pos, h->end, key);
176 *h->pos++ = ':';
177 h->pos = log_escape(h->pos, h->end, value);
210 h.pos = h.log;
213 *h.pos
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dparen.el146 pos mismatch face)
160 (setq pos (scan-sexps (point) dir))
161 (error (setq pos t mismatch t)))
165 (when (integerp pos)
167 (eq (point) (scan-sexps pos (- dir)))
169 (setq pos nil)))
172 (when (integerp pos)
173 (let ((beg (min pos oldpos)) (end (max pos oldpos)))
189 (if (not pos)
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DShUtil.py9 self.pos = 0
14 c = self.data[self.pos]
15 self.pos += 1
19 return self.data[self.pos]
25 if self.data[self.pos] == c:
26 self.pos += 1
32 chunk = self.data[self.pos - 1:].split(None, 1)[0]
41 self.pos = self.pos - 1 + len(chunk)
49 while self.pos !
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dhex.c43 pos(char c) function
97 p[0] = pos(str[0]);
102 p[i] = pos(str[i * 2]) << 4 | pos(str[(i * 2) + 1]);

Completed in 182 milliseconds

1234567891011>>