Searched refs:pe (Results 26 - 50 of 162) sorted by relevance

1234567

/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-json.hh448 const char *p = buf, *pe = buf + buf_len; local
453 while (p < pe && ISSPACE (*p))
455 if (p < pe && *p == (buffer->len ? ',' : '['))
476 if ( p == pe )
629 if ( ++p != pe )
640 return p == pe && *(p-1) != ']';
H A Dhb-ot-shape-complex-indic-machine.rl112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
121 pe = eof = buffer->len;
H A Dhb-ot-shape-complex-myanmar-machine.rl108 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
117 pe = eof = buffer->len;
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp1495 UParseError pe; local
1499 pe, status);
2101 UParseError pe; local
2105 UTRANS_FORWARD, pe, ec);
2115 //=- t = Transliterator::createInstance("Latin-Devanagari", UTRANS_FORWARD, pe, ec);
2121 //=- t = Transliterator::createInstance("Devanagari-Latin", UTRANS_FORWARD, pe, ec);
2125 //=- t = Transliterator::createInstance("Latin-Devanagari;Devanagari-Latin", UTRANS_FORWARD, pe, ec);
2205 UParseError pe; local
2207 Transliterator *t = Transliterator::createInstance("Null", UTRANS_FORWARD, pe, ec);
2230 UParseError pe; local
2258 UParseError pe; local
2287 UParseError pe; local
2341 UParseError pe; local
2383 UParseError pe; local
2481 UParseError pe; local
2885 UParseError pe; local
2910 UParseError pe; local
2937 UParseError pe; local
2960 UParseError pe; local
2998 UParseError pe; local
3017 UParseError pe; local
3035 UParseError pe; local
3085 UParseError pe; local
3174 UParseError pe; local
3200 UParseError pe; local
3404 UParseError pe; local
3497 UParseError pe; local
3637 UParseError pe; local
3663 UParseError pe; local
3694 UParseError pe; local
3762 UParseError pe; local
3938 UParseError pe; local
3975 UParseError pe; local
4010 UParseError pe; local
4675 UParseError pe; local
[all...]
H A Dregextst.cpp393 UParseError pe; local
399 REPattern = RegexPattern::compile(patString, 0, pe, status);
456 UParseError pe; local
462 REPattern = RegexPattern::compile(&pattern, 0, pe, status);
546 UParseError pe; local
553 callerPattern = RegexPattern::compile(patString, 0, pe, status);
558 if (pe.line != errLine || pe.offset != errCol) {
560 line, errLine, errCol, pe.line, pe
783 UParseError pe; local
929 UParseError pe; local
988 UParseError pe; local
1042 UParseError pe; local
1350 UParseError pe; local
1542 UParseError pe; local
1847 UParseError pe; local
2005 UParseError pe; local
2150 UParseError pe; local
2211 UParseError pe; local
2446 UParseError pe; local
2822 UParseError pe; local
3379 UParseError pe; local
3837 UParseError pe; local
4032 UParseError pe; local
4390 UParseError pe; local
5503 UParseError pe; local
[all...]
H A Dreptest.cpp285 UParseError pe; local
287 pe, status);
/external/mksh/src/
H A Dmisc.c647 const char *se, *pe; local
655 pe = p + strlen(p);
660 if (!isfile && !has_globbing(p, pe)) {
661 size_t len = pe - p + 1;
673 pe = pnew + strlen(pnew);
676 (const unsigned char *)pnew, (const unsigned char *)pe);
702 const unsigned char *pe = (const unsigned char *) xpe; local
709 for (; p < pe; p++) {
760 const unsigned char *p, const unsigned char *pe)
768 while (p < pe) {
759 do_gmatch(const unsigned char *s, const unsigned char *se, const unsigned char *p, const unsigned char *pe) argument
940 pat_scan(const unsigned char *p, const unsigned char *pe, bool match_sep) argument
[all...]
/external/iputils/
H A Dtftpd.c519 register struct errmsg *pe; local
524 for (pe = errmsgs; pe->e_code >= 0; pe++)
525 if (pe->e_code == error)
527 if (pe->e_code < 0) {
528 pe->e_msg = strerror(error - 100);
531 strcpy(tp->th_msg, pe->e_msg);
532 length = strlen(pe->e_msg);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatRegressionTest.java87 } catch (java.text.ParseException pe) {
88 errln(pe.getMessage());
231 } catch (ParseException pe) {
283 } catch (ParseException pe) {
311 } catch (ParseException pe) {
H A DIntlTestNumberFormat.java171 } catch(java.text.ParseException pe) {
230 } catch (java.text.ParseException pe) {
/external/aac/libAACenc/src/
H A Dline_pe.cpp102 /* constants that do not change during successive pe calculations */
137 pe = n * ld(en/thr), if ld(en/thr) >= C1
138 pe = n * (C2 + C3 * ld(en/thr)), if ld(en/thr) < C1
158 peChanData->pe = 0;
201 peChanData->pe += peChanData->sfbPe[sfbGrp+sfb];
206 /* correct scaled pe and constPart values */
207 peChanData->pe>>=PE_CONSTPART_SHIFT;
/external/skia/gm/
H A Dpatheffects.cpp19 SkPathEffect* pe = paint->getPathEffect(); local
22 if (pe) {
23 compose = SkComposePathEffect::Create(pe, corner);
/external/e2fsprogs/lib/e2p/
H A DAndroid.mk16 pe.c \
/external/icu/icu4c/source/i18n/
H A Duspoof_conf.h126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
H A Drbt_pars.h157 * @param pe Struct to recieve information on position
163 UParseError& pe,
H A Drbnf.cpp299 UParseError& pe; member in class:LocDataParser
304 : data(NULL), e(NULL), p(NULL), ch(0xffff), pe(parseError), ec(status) {}
364 pe.line = 0;
365 pe.offset = -1;
366 pe.postContext[0] = 0;
367 pe.preContext[0] = 0;
554 u_strncpy(pe.preContext, start, (int32_t)(p-start));
555 pe.preContext[p-start] = 0;
556 u_strncpy(pe.postContext, p, (int32_t)(limit-p));
557 pe
[all...]
/external/openssh/openbsd-compat/
H A Dglob.c262 const Char *pe, *pm, *pl; local
272 for (i = 0, pe = ++ptr; *pe; pe++)
273 if (*pe == LBRACKET) {
275 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
277 if (*pe
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h166 * @param pe Receives the position (line and column nubers) of any error
174 UParseError &pe,
196 * @param pe Receives the position (line and column nubers) of any error
204 UParseError &pe,
224 * @param pe Receives the position (line and column numbers) of any error
233 UParseError &pe,
255 * @param pe Receives the position (line and column numbers) of any error
264 UParseError &pe,
388 * @param pe Receives the position of any syntax errors within the regular expression
396 UParseError &pe,
[all...]
/external/libxml2/include/libxml/
H A Dxmlwriter.h404 int pe, const xmlChar * name);
413 int pe,
419 int pe,
426 int pe,
431 int pe,
444 writer, int pe,
/external/skia/tools/lua/
H A Dscrape_dashing_full.lua65 local pe = p:getPathEffect()
66 if pe then
67 local de = pe:asADash()
H A Dscrape_dashing.lua60 local pe = p:getPathEffect();
61 if pe then
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DSyntheticAccessorFSM.java217 int pe = instructions.size();
251 if ( p == pe ) {
489 if ( ++p != pe ) {
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismTest.java100 } catch (NoSuchProviderException pe) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DJapaneseTest.java181 } catch (ParseException pe) {
245 } catch(java.text.ParseException pe) {
246 errln("FAIL: ParseException: " + pe.toString());
247 pe.printStackTrace();
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DRbnfLenientScannerTest.java192 } catch (ParseException pe) {
193 String msg = loc.getName() + names[j] + "ERROR:" + pe.getMessage();

Completed in 2313 milliseconds

1234567