Home
last modified time | relevance | path

Searched defs:pe (Results 1 – 25 of 178) sorted by relevance

12345678

/third_party/flatbuffers/include/flatbuffers/
Dutil.h234 #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get()) argument
235 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) argument
236 #define __strtod_impl(s, pe) _strtod_l(s, pe, ClassicLocale::Get()) argument
237 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) argument
239 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get()) argument
240 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) argument
241 #define __strtod_impl(s, pe) strtod_l(s, pe, ClassicLocale::Get()) argument
242 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) argument
245 #define __strtod_impl(s, pe) strtod(s, pe) argument
246 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) argument
[all …]
/third_party/skia/tests/
DAsADashTest.cpp17 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0)); in DEF_TEST() local
27 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local
38 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local
/third_party/flutter/skia/tests/
DAsADashTest.cpp17 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0)); in DEF_TEST() local
27 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local
38 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local
/third_party/node/deps/icu-small/source/i18n/
Drepattrn.cpp319 UParseError &pe, in compile()
370 UParseError &pe, in compile()
419 UParseError &pe, in compile()
431 UParseError &pe, in compile()
446 UParseError pe; in compile() local
459 UParseError pe; in compile() local
524 UParseError &pe, in matches()
548 UParseError &pe, in matches()
Duregexc.cpp29 UParseError *pe, in uregex_openC()
/third_party/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp319 UParseError &pe, in compile()
370 UParseError &pe, in compile()
419 UParseError &pe, in compile()
431 UParseError &pe, in compile()
446 UParseError pe; in compile() local
459 UParseError pe; in compile() local
524 UParseError &pe, in matches()
548 UParseError &pe, in matches()
Duregexc.cpp29 UParseError *pe, in uregex_openC()
/third_party/icu/icu4c/source/i18n/
Drepattrn.cpp319 UParseError &pe, in compile()
370 UParseError &pe, in compile()
419 UParseError &pe, in compile()
431 UParseError &pe, in compile()
446 UParseError pe; in compile() local
459 UParseError pe; in compile() local
524 UParseError &pe, in matches()
548 UParseError &pe, in matches()
Duregexc.cpp29 UParseError *pe, in uregex_openC()
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp308 UParseError &pe, in compile()
359 UParseError &pe, in compile()
408 UParseError &pe, in compile()
420 UParseError &pe, in compile()
435 UParseError pe; in compile() local
448 UParseError pe; in compile() local
513 UParseError &pe, in matches()
537 UParseError &pe, in matches()
Duregexc.cpp29 UParseError *pe, in uregex_openC()
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource()
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp140 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_tolower() local
162 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_toupper() local
184 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_totitle() local
258 const uint16_t *pe0, *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_addCaseClosure() local
602 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in getDotType() local
618 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_isCaseSensitive() local
1073 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullLower() local
1224 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in toUpperOrTitle() local
1385 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_fold() local
1458 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullFolding() local
/third_party/node/deps/icu-small/source/common/
Ducase.cpp140 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_tolower() local
162 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_toupper() local
184 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_totitle() local
258 const uint16_t *pe0, *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_addCaseClosure() local
602 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in getDotType() local
618 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_isCaseSensitive() local
1073 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullLower() local
1224 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in toUpperOrTitle() local
1385 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_fold() local
1458 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullFolding() local
/third_party/icu/icu4c/source/common/
Ducase.cpp140 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_tolower() local
162 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_toupper() local
184 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_totitle() local
258 const uint16_t *pe0, *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_addCaseClosure() local
602 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in getDotType() local
618 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_isCaseSensitive() local
1073 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullLower() local
1224 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in toUpperOrTitle() local
1385 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_fold() local
1458 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullFolding() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp139 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_tolower() local
161 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_toupper() local
183 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_totitle() local
257 const uint16_t *pe0, *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_addCaseClosure() local
601 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in getDotType() local
617 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_isCaseSensitive() local
1047 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullLower() local
1198 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in toUpperOrTitle() local
1348 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_fold() local
1421 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullFolding() local
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp1499 UParseError pe; in TestNormalizationTransliterator() local
2183 UParseError pe; in TestNFDChainRBT() local
2287 UParseError pe; in TestNullInverse() local
2312 UParseError pe; in TestAliasInverseID() local
2340 UParseError pe; in TestCompoundInverseID() local
2369 UParseError pe; in TestUndefinedVariable() local
2423 UParseError pe; in TestCompoundFilterID() local
2464 UParseError pe; in TestNewEngine() local
2562 UParseError pe; in TestQuantifiedSegment() local
2966 UParseError pe; in TestLocaleInstantiation() local
[all …]
/third_party/toybox/toys/pending/
Dfdisk.c207 struct part_entry *pe; in check_order() local
303 struct part_entry *pe = &partitions[i]; in reset_boot() local
576 struct part_entry *pe = &partitions[i]; in delete_partition() local
662 struct part_entry *pe; in write_table() local
883 struct part_entry *pe = &partitions[i]; in ask_end_sector() local
918 struct part_entry *pe = &partitions[idx]; in add_partition() local
980 struct part_entry *pe; in add_logical_partition() local
1043 struct part_entry *pe; in change_systype() local
1086 struct part_entry *pe; in verify_table() local
1148 struct part_entry *pe = &partitions[idx]; in move_begning() local
[all …]
/third_party/skia/third_party/externals/icu/fuzzers/
Dicu_uregex_open_fuzzer.cc12 UParseError pe = { 0 }; in LLVMFuzzerTestOneInput() local
/third_party/flutter/skia/third_party/externals/icu/fuzzers/
Dicu_uregex_open_fuzzer.cc12 UParseError pe = { 0 }; in LLVMFuzzerTestOneInput() local
/third_party/libuv/src/
Didna.c27 const char* pe, in uv__utf8_decode1_slow()
92 unsigned uv__utf8_decode1(const char** p, const char* pe) { in uv__utf8_decode1()
/third_party/python/Lib/concurrent/futures/
D__init__.py44 from .process import ProcessPoolExecutor as pe unknown
/third_party/icu/icu4c/source/test/fuzzer/
Duregex_open_fuzzer.cpp15 UParseError pe = { 0 }; in LLVMFuzzerTestOneInput() local
/third_party/typescript/tests/cases/compiler/
Dextension.ts17 public pe:string; property in C

12345678