Searched defs:ppos (Results 1 - 17 of 17) sorted by path

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/common/
H A Duniset_props.cpp1179 ParsePosition& ppos,
1181 int32_t pos = ppos.getIndex();
1194 // On entry, ppos should point to one of the following locations:
1267 ppos.setIndex(close + (posix ? 2 : 1));
1178 applyPropertyPattern(const UnicodeString& pattern, ParsePosition& ppos, UErrorCode &ec) argument
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c191 int32_t ppos; local
284 ppos=0;
285 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
286 if (ppos== u_strlen(str)) {
291 log_err(" FAIL: Partial parse ( %d chars ) -> %e\n", ppos, a);
314 ppos=0;
315 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
316 if (ppos== u_strlen(str)) {
322 log_err(" FAIL: Partial parse ( %d chars ) -> %e\n", ppos, a);
/external/icu/icu4c/source/test/intltest/
H A Ddtfmapts.cpp289 ParsePosition ppos; local
317 sdf.parse(str, ppos);
352 fmt.parse(str, obj, ppos);
372 fmt.parse(str, obj, ppos);
H A Ddtfmrgts.cpp821 ParsePosition ppos [] = { local
841 ParsePosition finish = ppos[i];
H A Ddtfmttst.cpp3437 ParsePosition ppos; local
3473 ppos.setErrorIndex(-1);
3474 ppos.setIndex(0);
3478 formatters[i]->parse(refStr, *calendars[i], ppos);
3486 ppos.setErrorIndex(-1);
3487 ppos.setIndex(0);
3491 formatters[i]->parse(refStr, *calendars[j], ppos);
4098 ParsePosition ppos(0);
4105 dmft->parse(result, *rootChineseCalendar, ppos);
4110 if ( ppos
[all...]
H A Dnumfmtst.cpp177 ParsePosition ppos; local
178 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos));
180 if (ppos.getIndex()) {
2698 ParsePosition ppos; local
2700 LocalPointer<CurrencyAmount> currencyAmount(fmt.parseCurrency(utext, ppos));
2701 if (!ppos.getIndex()) {
7164 ParsePosition ppos; local
7167 test->parse(value, af, ppos);
7168 if (ppos.getIndex() == 0) {
7180 ParsePosition ppos; local
7305 ParsePosition ppos; local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java3576 private UnicodeSet applyPropertyPattern(String pattern, ParsePosition ppos, SymbolTable symbols) { argument
3577 int pos = ppos.getIndex();
3579 // On entry, ppos should point to one of the following locations:
3655 ppos.setIndex(close + (posix ? 2 : 1));
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.c203 const u8 *pend, *ppos; local
249 ppos = (const u8 *) (p + 1);
251 if (ppos + p->spi_size > pend) {
258 ppos, p->spi_size);
259 ppos += p->spi_size;
278 int tlen = ikev2_parse_transform(prop, ppos, pend);
281 ppos += tlen;
284 if (ppos != pend) {
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.c213 const u8 *pend, *ppos; local
257 ppos = (const u8 *) (p + 1);
259 if (ppos + p->spi_size > pend) {
266 ppos, p->spi_size);
267 ppos += p->spi_size;
286 int tlen = ikev2_parse_transform(data, prop, ppos, pend);
289 ppos += tlen;
292 if (ppos != pend) {
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c986 u8 *plain, *ppos, *res; local
1011 ppos = plain = os_malloc(plen);
1035 *ppos++ = *pos++ ^ hash[i];
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c203 const u8 *pend, *ppos; local
249 ppos = (const u8 *) (p + 1);
251 if (ppos + p->spi_size > pend) {
258 ppos, p->spi_size);
259 ppos += p->spi_size;
278 int tlen = ikev2_parse_transform(prop, ppos, pend);
281 ppos += tlen;
284 if (ppos != pend) {
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.c213 const u8 *pend, *ppos; local
257 ppos = (const u8 *) (p + 1);
259 if (ppos + p->spi_size > pend) {
266 ppos, p->spi_size);
267 ppos += p->spi_size;
286 int tlen = ikev2_parse_transform(data, prop, ppos, pend);
289 ppos += tlen;
292 if (ppos != pend) {
/external/wpa_supplicant_8/src/radius/
H A Dradius.c986 u8 *plain, *ppos, *res; local
1011 ppos = plain = os_malloc(plen);
1035 *ppos++ = *pos++ ^ hash[i];
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c203 const u8 *pend, *ppos; local
249 ppos = (const u8 *) (p + 1);
251 if (ppos + p->spi_size > pend) {
258 ppos, p->spi_size);
259 ppos += p->spi_size;
278 int tlen = ikev2_parse_transform(prop, ppos, pend);
281 ppos += tlen;
284 if (ppos != pend) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.c213 const u8 *pend, *ppos; local
257 ppos = (const u8 *) (p + 1);
259 if (ppos + p->spi_size > pend) {
266 ppos, p->spi_size);
267 ppos += p->spi_size;
286 int tlen = ikev2_parse_transform(data, prop, ppos, pend);
289 ppos += tlen;
292 if (ppos != pend) {
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c986 u8 *plain, *ppos, *res; local
1011 ppos = plain = os_malloc(plen);
1035 *ppos++ = *pos++ ^ hash[i];

Completed in 1133 milliseconds