Searched refs:pos (Results 76 - 100 of 3391) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_he.c23 u8 *pos = eid; local
33 *pos++ = WLAN_EID_VENDOR_SPECIFIC;
34 *pos++ = 4 /* The Vendor OUI, subtype */ +
37 WPA_PUT_BE32(pos, (OUI_QCA << 8) | QCA_VENDOR_ELEM_HE_CAPAB);
38 pos += 4;
39 cap = (struct ieee80211_he_capabilities *) pos;
54 pos += sizeof(*cap);
56 return pos;
63 u8 *pos = eid; local
73 *pos
[all...]
H A Dfils_hlp.c23 const u16 *pos; local
25 for (pos = buf; len >= 2; len -= 2)
26 sum += ntohs(*pos++);
28 sum += ntohs(*pos << 8);
39 u8 *pos, *end; local
53 pos = wpabuf_mhead(sta->hlp_dhcp_discover);
54 end = pos + wpabuf_len(sta->hlp_dhcp_discover);
55 dhcp = (struct dhcp_data *) pos;
56 pos = (u8 *) (dhcp + 1);
57 pos
154 u8 buf[1500], *pos, *end, *end_opt = NULL; local
329 const u8 *pos = msg, *end; local
473 fils_process_hlp_udp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) argument
504 fils_process_hlp_ip(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) argument
534 fils_process_hlp_req(struct hostapd_data *hapd, struct sta_info *sta, const u8 *pos, size_t len) argument
571 fils_process_hlp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *pos, int left) argument
[all...]
H A Dwpa_auth_ie.c31 u8 *pos, *count; local
38 pos = (u8 *) (hdr + 1);
46 RSN_SELECTOR_PUT(pos, suite);
47 pos += WPA_SELECTOR_LEN;
49 count = pos;
50 pos += 2;
52 num_suites = wpa_cipher_put_suites(pos, conf->wpa_pairwise);
58 pos += num_suites * WPA_SELECTOR_LEN;
62 count = pos;
63 pos
96 u8 *pos, *count; local
402 u8 *pos, buf[128]; local
462 wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len, const u8 *data2, size_t data2_len) argument
828 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
941 const u8 *pos, *end; local
[all...]
H A Dieee802_11_shared.c25 u8 *pos = eid; local
29 *pos++ = WLAN_EID_TIMEOUT_INTERVAL;
30 *pos++ = 5;
31 *pos++ = WLAN_TIMEOUT_ASSOC_COMEBACK;
41 WPA_PUT_LE32(pos, timeout);
42 pos += 4;
44 return pos;
167 static void hostapd_ext_capab_byte(struct hostapd_data *hapd, u8 *pos, int idx) argument
169 *pos = 0x00;
174 *pos |
241 u8 *pos = eid; local
303 u8 *pos = eid; local
320 u8 *pos = eid; local
360 u8 *pos = eid; local
379 u8 *pos = eid; local
467 u8 *pos; local
517 u8 *pos = eid; local
548 u8 *pos = eid; local
604 u8 *pos = eid; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_he.c23 u8 *pos = eid; local
33 *pos++ = WLAN_EID_VENDOR_SPECIFIC;
34 *pos++ = 4 /* The Vendor OUI, subtype */ +
37 WPA_PUT_BE32(pos, (OUI_QCA << 8) | QCA_VENDOR_ELEM_HE_CAPAB);
38 pos += 4;
39 cap = (struct ieee80211_he_capabilities *) pos;
54 pos += sizeof(*cap);
56 return pos;
63 u8 *pos = eid; local
73 *pos
[all...]
H A Dfils_hlp.c23 const u16 *pos; local
25 for (pos = buf; len >= 2; len -= 2)
26 sum += ntohs(*pos++);
28 sum += ntohs(*pos << 8);
39 u8 *pos, *end; local
53 pos = wpabuf_mhead(sta->hlp_dhcp_discover);
54 end = pos + wpabuf_len(sta->hlp_dhcp_discover);
55 dhcp = (struct dhcp_data *) pos;
56 pos = (u8 *) (dhcp + 1);
57 pos
154 u8 buf[1500], *pos, *end, *end_opt = NULL; local
329 const u8 *pos = msg, *end; local
473 fils_process_hlp_udp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) argument
504 fils_process_hlp_ip(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) argument
534 fils_process_hlp_req(struct hostapd_data *hapd, struct sta_info *sta, const u8 *pos, size_t len) argument
571 fils_process_hlp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *pos, int left) argument
[all...]
H A Dwpa_auth_ie.c31 u8 *pos, *count; local
38 pos = (u8 *) (hdr + 1);
46 RSN_SELECTOR_PUT(pos, suite);
47 pos += WPA_SELECTOR_LEN;
49 count = pos;
50 pos += 2;
52 num_suites = wpa_cipher_put_suites(pos, conf->wpa_pairwise);
58 pos += num_suites * WPA_SELECTOR_LEN;
62 count = pos;
63 pos
96 u8 *pos, *count; local
402 u8 *pos, buf[128]; local
462 wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len, const u8 *data2, size_t data2_len) argument
828 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
941 const u8 *pos, *end; local
[all...]
H A Dieee802_11_shared.c25 u8 *pos = eid; local
29 *pos++ = WLAN_EID_TIMEOUT_INTERVAL;
30 *pos++ = 5;
31 *pos++ = WLAN_TIMEOUT_ASSOC_COMEBACK;
41 WPA_PUT_LE32(pos, timeout);
42 pos += 4;
44 return pos;
167 static void hostapd_ext_capab_byte(struct hostapd_data *hapd, u8 *pos, int idx) argument
169 *pos = 0x00;
174 *pos |
241 u8 *pos = eid; local
303 u8 *pos = eid; local
320 u8 *pos = eid; local
360 u8 *pos = eid; local
379 u8 *pos = eid; local
467 u8 *pos; local
517 u8 *pos = eid; local
548 u8 *pos = eid; local
604 u8 *pos = eid; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dfils_hlp.c23 const u16 *pos; local
25 for (pos = buf; len >= 2; len -= 2)
26 sum += ntohs(*pos++);
28 sum += ntohs(*pos << 8);
39 u8 *pos, *end; local
53 pos = wpabuf_mhead(sta->hlp_dhcp_discover);
54 end = pos + wpabuf_len(sta->hlp_dhcp_discover);
55 dhcp = (struct dhcp_data *) pos;
56 pos = (u8 *) (dhcp + 1);
57 pos
154 u8 buf[1500], *pos, *end, *end_opt = NULL; local
329 const u8 *pos = msg, *end; local
473 fils_process_hlp_udp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) argument
504 fils_process_hlp_ip(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) argument
534 fils_process_hlp_req(struct hostapd_data *hapd, struct sta_info *sta, const u8 *pos, size_t len) argument
571 fils_process_hlp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *pos, int left) argument
[all...]
H A Dwpa_auth_ie.c31 u8 *pos, *count; local
38 pos = (u8 *) (hdr + 1);
46 RSN_SELECTOR_PUT(pos, suite);
47 pos += WPA_SELECTOR_LEN;
49 count = pos;
50 pos += 2;
52 num_suites = wpa_cipher_put_suites(pos, conf->wpa_pairwise);
58 pos += num_suites * WPA_SELECTOR_LEN;
62 count = pos;
63 pos
96 u8 *pos, *count; local
402 u8 *pos, buf[128]; local
462 wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len, const u8 *data2, size_t data2_len) argument
828 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
941 const u8 *pos, *end; local
[all...]
H A Dieee802_11_shared.c25 u8 *pos = eid; local
29 *pos++ = WLAN_EID_TIMEOUT_INTERVAL;
30 *pos++ = 5;
31 *pos++ = WLAN_TIMEOUT_ASSOC_COMEBACK;
41 WPA_PUT_LE32(pos, timeout);
42 pos += 4;
44 return pos;
167 static void hostapd_ext_capab_byte(struct hostapd_data *hapd, u8 *pos, int idx) argument
169 *pos = 0x00;
174 *pos |
241 u8 *pos = eid; local
303 u8 *pos = eid; local
320 u8 *pos = eid; local
360 u8 *pos = eid; local
379 u8 *pos = eid; local
467 u8 *pos; local
517 u8 *pos = eid; local
548 u8 *pos = eid; local
604 u8 *pos = eid; local
[all...]
/external/syslinux/gpxe/src/hci/mucurses/
H A Dprint_nadv.c20 struct cursor_pos pos; local
22 _store_curs_pos( win, &pos );
24 _restore_curs_pos( win, &pos );
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c38 char buf[128], *pos, *pos2; local
53 pos = buf;
54 while (*pos != '\0') {
55 if (*pos == '\n') {
56 *pos = '\0';
59 pos++;
66 pos = buf + 1;
68 vlan_id = strtol(buf, &pos, 10);
69 if (buf == pos || vlan_id < 1 ||
78 while (*pos
126 char buf[128], *pos; local
220 char buf[512], *pos, *start, *pos2; local
562 const char *pos; local
810 char *pos; local
830 char *pos, *end; local
908 char *pos; local
943 const char *pos; local
1005 char *pos, *next; local
1051 char *pos, *next; local
1238 parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, int line) argument
1270 parse_lang_string(struct hostapd_lang_string **array, unsigned int *count, char *pos) argument
1318 parse_venue_name(struct hostapd_bss_config *bss, char *pos, int line) argument
1334 char *pos; local
1410 char *pos, *end, *rpos; local
1598 char *pos = buf; local
1642 char *pos; local
1676 char *pos; local
1737 hs20_parse_oper_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) argument
1750 hs20_parse_icon(struct hostapd_bss_config *bss, char *pos) argument
1803 hs20_parse_osu_ssid(struct hostapd_bss_config *bss, char *pos, int line) argument
1824 hs20_parse_osu_server_uri(struct hostapd_bss_config *bss, char *pos, int line) argument
1844 hs20_parse_osu_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) argument
1863 hs20_parse_osu_nai(struct hostapd_bss_config *bss, char *pos, int line) argument
1880 hs20_parse_osu_method_list(struct hostapd_bss_config *bss, char *pos, int line) argument
1897 hs20_parse_osu_icon(struct hostapd_bss_config *bss, char *pos, int line) argument
1921 hs20_parse_osu_service_desc(struct hostapd_bss_config *bss, char *pos, int line) argument
1943 hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, char *pos) argument
2032 hostapd_config_fill(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *buf, char *pos, int line) argument
3696 char buf[4096], *pos; local
[all...]
/external/icu/icu4c/source/common/
H A Dutil_props.cpp21 * Parse an integer at pos, either of the form \d+ or of the form
24 * @param pos INPUT-OUTPUT parameter. On input, the first
28 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { argument
31 int32_t p = pos;
64 pos = p;
70 * Parse a pattern string starting at offset pos. Keywords are
88 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit, argument
98 if (pos >= limit) {
101 c = rule.charAt(pos++);
108 pos
146 parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos) argument
188 parseNumber(const UnicodeString& text, int32_t& pos, int8_t radix) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Ducharstrie.h113 const UChar *pos; member in class:UCharsTrie::State
126 state.pos=pos_;
143 pos_=state.pos;
223 const UChar *pos=pos_; local
224 int32_t leadUnit=*pos++;
227 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit);
240 const UChar *pos=pos_; local
242 return pos!=NULL && findUniqueValue(pos
384 readValue(const UChar *pos, int32_t leadUnit) argument
395 skipValue(const UChar *pos, int32_t leadUnit) argument
405 skipValue(const UChar *pos) argument
410 readNodeValue(const UChar *pos, int32_t leadUnit) argument
422 skipNodeValue(const UChar *pos, int32_t leadUnit) argument
434 jumpByDelta(const UChar *pos) argument
447 skipDelta(const UChar *pos) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_server_write.c45 u8 *pos, *rhdr, *hs_start, *hs_length, *ext_start; local
49 pos = *msgpos;
52 rhdr = pos;
53 pos += TLS_RECORD_HEADER_LEN;
77 hs_start = pos;
79 *pos++ = TLS_HANDSHAKE_TYPE_SERVER_HELLO;
81 hs_length = pos;
82 pos += 3;
85 WPA_PUT_BE16(pos, conn->rl.tls_version);
86 pos
189 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; local
284 u8 *pos, *rhdr, *hs_start, *hs_length; local
370 u8 *pos, *rhdr, *hs_start, *hs_length, *server_params; local
695 u8 *pos, *rhdr, *hs_start, *hs_length; local
761 u8 *pos; local
831 u8 *pos, *hs_start; local
929 u8 *msg, *end, *pos; local
1009 u8 *msg, *end, *pos; local
1057 u8 *alert, *pos, *length; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_server_write.c45 u8 *pos, *rhdr, *hs_start, *hs_length, *ext_start; local
49 pos = *msgpos;
52 rhdr = pos;
53 pos += TLS_RECORD_HEADER_LEN;
77 hs_start = pos;
79 *pos++ = TLS_HANDSHAKE_TYPE_SERVER_HELLO;
81 hs_length = pos;
82 pos += 3;
85 WPA_PUT_BE16(pos, conn->rl.tls_version);
86 pos
189 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; local
284 u8 *pos, *rhdr, *hs_start, *hs_length; local
370 u8 *pos, *rhdr, *hs_start, *hs_length, *server_params; local
695 u8 *pos, *rhdr, *hs_start, *hs_length; local
761 u8 *pos; local
831 u8 *pos, *hs_start; local
929 u8 *msg, *end, *pos; local
1009 u8 *msg, *end, *pos; local
1057 u8 *alert, *pos, *length; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_server_write.c45 u8 *pos, *rhdr, *hs_start, *hs_length, *ext_start; local
49 pos = *msgpos;
52 rhdr = pos;
53 pos += TLS_RECORD_HEADER_LEN;
77 hs_start = pos;
79 *pos++ = TLS_HANDSHAKE_TYPE_SERVER_HELLO;
81 hs_length = pos;
82 pos += 3;
85 WPA_PUT_BE16(pos, conn->rl.tls_version);
86 pos
189 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; local
284 u8 *pos, *rhdr, *hs_start, *hs_length; local
370 u8 *pos, *rhdr, *hs_start, *hs_length, *server_params; local
695 u8 *pos, *rhdr, *hs_start, *hs_length; local
761 u8 *pos; local
831 u8 *pos, *hs_start; local
929 u8 *msg, *end, *pos; local
1009 u8 *msg, *end, *pos; local
1057 u8 *alert, *pos, *length; local
[all...]
/external/v8/src/
H A Dsource-position.cc12 std::ostream& operator<<(std::ostream& out, const SourcePositionInfo& pos) { argument
13 Handle<SharedFunctionInfo> function(pos.function);
21 out << ":" << pos.line + 1 << ":" << pos.column + 1 << ">";
28 for (const SourcePositionInfo& pos : stack) {
30 out << pos; local
36 std::ostream& operator<<(std::ostream& out, const SourcePosition& pos) { argument
37 if (pos.isInlined()) {
38 out << "<inlined(" << pos.InliningId() << "):";
42 out << pos
50 Script::PositionInfo pos; local
61 SourcePosition pos = *this; local
76 SourcePosition pos = *this; local
96 Script::PositionInfo pos; local
97 script->GetPositionInfo(ScriptOffset(), &pos, Script::WITH_OFFSET); local
[all...]
/external/javassist/src/main/javassist/convert/
H A DTransformWriteField.java29 public int transform(CtClass tclazz, int pos, CodeIterator iterator, argument
32 int c = iterator.byteAt(pos);
34 int index = iterator.u16bitAt(pos + 1);
40 iterator.move(pos);
44 pos = iterator.insertGap(3);
45 iterator.writeByte(ACONST_NULL, pos);
46 iterator.writeByte(DUP_X2, pos + 1);
47 iterator.writeByte(POP, pos + 2);
52 pos = iterator.insertGap(2);
53 iterator.writeByte(ACONST_NULL, pos);
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DToken.java10 private int pos; field in class:Token
34 return this.pos;
37 public void setPos(@SuppressWarnings("hiding") int pos) argument
39 this.pos = pos;
/external/regex-re2/util/
H A Dstringpiece.cc36 int StringPiece::copy(char* buf, size_type n, size_type pos) const {
37 int ret = min(length_ - pos, n);
38 memcpy(buf, ptr_ + pos, ret);
42 int StringPiece::find(const StringPiece& s, size_type pos) const {
43 if (length_ < 0 || pos > static_cast<size_type>(length_))
46 const char* result = std::search(ptr_ + pos, ptr_ + length_,
52 int StringPiece::find(char c, size_type pos) const {
53 if (length_ <= 0 || pos >= static_cast<size_type>(length_)) {
56 const char* result = std::find(ptr_ + pos, ptr_ + length_, c);
60 int StringPiece::rfind(const StringPiece& s, size_type pos) cons
81 substr(size_type pos, size_type n) const argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
H A DLexer.java16 private int pos; field in class:Lexer
60 int start_pos = this.pos;
89 this.pos = 0;
94 this.pos = 0;
98 this.pos++;
148 accept_pos = this.pos;
165 this.pos = accept_pos;
180 this.pos = accept_pos;
194 this.pos = accept_pos;
208 this.pos
991 new0(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
992 new1(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
993 new2(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
994 new3(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
995 new4(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
996 new5(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
997 new6(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
998 new7(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
999 new8(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1000 new9(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1001 new10(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1002 new11(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1003 new12(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1004 new13(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1005 new14(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1006 new15(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1007 new16(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1008 new17(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1009 new18(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1010 new19(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1011 new20(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1012 new21(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1013 new22(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1014 new23(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1015 new24(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1016 new25(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1017 new26(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1018 new27(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1019 new28(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1020 new29(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1021 new30(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1022 new31(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1023 new32(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1024 new33(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1025 new34(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1026 new35(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1027 new36(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1028 new37(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1029 new38(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1030 new39(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1031 new40(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1032 new41(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1033 new42(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1034 new43(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1035 new44(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1036 new45(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1037 new46(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1038 new47(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1039 new48(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1040 new49(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1041 new50(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1042 new51(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1043 new52(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1044 new53(@uppressWarnings�) int line, @SuppressWarnings(�) int pos) argument
1045 new54(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1046 new55(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
1047 new56(@uppressWarnings�) String text, @SuppressWarnings(�) int line, @SuppressWarnings(�) int pos) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtokiter.cpp22 pos = lastpos = -1;
40 pos = 0;
42 lastpos = pos;
68 ICU_Utility::skipWhitespace(line, pos, TRUE);
69 if (pos == line.length()) {
72 UChar c = line.charAt(pos++);
85 while (pos < line.length()) {
86 c = line.charAt(pos); // 16-bit ok
88 UChar32 c32 = line.unescapeAt(pos);
96 ++pos;
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DSimpleEscapingFunction.java87 int pos = 0;
88 int start = pos;
89 while (pos < len) {
92 final char chr = in.charAt(pos);
97 if (pos > start) {
98 out.append(in, start, pos);
101 pos += 1;
102 start = pos;
105 pos += 1;
107 if (pos > star
[all...]

Completed in 610 milliseconds

1234567891011>>