Home
last modified time | relevance | path

Searched defs:pEnd (Results 1 - 25 of 31) sorted by relevance

12

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Dutil.h41 char* pEnd = nullptr; in StringToInt() local
/foundation/resourceschedule/resource_schedule_service/ressched/common/include/
H A Dres_common_util.h65 char* pEnd = nullptr; in StrToFloat() local
/third_party/lzma/C/
H A D7zCrc.c63 const Byte *pEnd = p + size; in CrcUpdateT1() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Duparse.cpp298 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) u_parseCodePointRangeAnyTerminator() argument
349 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) u_parseCodePointRange() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Duparse.cpp298 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) u_parseCodePointRangeAnyTerminator() argument
349 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) u_parseCodePointRange() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duparse.cpp298 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) u_parseCodePointRangeAnyTerminator() argument
349 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) u_parseCodePointRange() argument
/third_party/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp110 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local
H A Dpflow.c161 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dparagraph.cpp110 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local
H A Dpflow.c159 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_utils.h209 char* pEnd = nullptr; in StringToInt() local
221 char* pEnd = nullptr; in StringToLongInt() local
233 char* pEnd = nullptr; in StringToLongUint() local
245 char* pEnd in StringToUintCheck() local
257 char* pEnd = nullptr; StringToUint() local
269 char* pEnd = nullptr; StringToDouble() local
282 char* pEnd = nullptr; StringToDouble() local
301 char* pEnd = nullptr; StringToFloat() local
317 char* pEnd = nullptr; StringToDimensionWithUnit() local
370 char* pEnd = nullptr; StringToDimensionWithThemeValue() local
387 char* pEnd = nullptr; StringToDimensionWithUnitNG() local
459 char* pEnd = nullptr; StringToDegree() local
481 char* pEnd = nullptr; StringToDegree() local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp40 char* pEnd = nullptr; in MeasureStringToDimensionWithUnit() local
[all...]
/third_party/icu/icu4c/source/common/
H A Duset.cpp517 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
H A Duloc.cpp1151 ulocimp_getLanguage(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getLanguage() argument
1196 ulocimp_getScript(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getScript() argument
1230 ulocimp_getCountry(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getCountry() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duset.cpp517 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
H A Duloc.cpp1133 ulocimp_getLanguage(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getLanguage() argument
1178 ulocimp_getScript(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getScript() argument
1212 ulocimp_getCountry(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getCountry() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duset.cpp512 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
H A Duloc.cpp1141 ulocimp_getLanguage(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getLanguage() argument
1186 ulocimp_getScript(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getScript() argument
1220 ulocimp_getCountry(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getCountry() argument
[all...]
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp57 char* pEnd = nullptr; in StringToInt() local
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h666 char* pEnd = nullptr; in ParseResourceInputNumberParam() local
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp407 char *pEnd = nullptr; in StrToInt() local
418 char *pEnd = nullptr; in StrToUint() local
429 char *pEnd = nullptr; in StrToBool() local
440 char *pEnd in StrToLong() local
451 char *pEnd = nullptr; StrToUint64() local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dhuf_decompress.c176 FORCE_INLINE size_t HUF_decodeStreamX2(BYTE *p, BIT_DStream_t *const bitDPtr, BYTE *const pEnd, const HUF_DEltX2 *const dt, const U32 dtLog) in HUF_decodeStreamX2() argument
630 FORCE_INLINE size_t HUF_decodeStreamX4(BYTE *p, BIT_DStream_t *bitDPtr, BYTE *const pEnd, const HUF_DEltX4 *const dt, const U32 dtLog) in HUF_decodeStreamX4() argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dhuf_decompress.c497 HUF_decodeStreamX1(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX1* const dt, const U32 dtLog) in HUF_decodeStreamX1() argument
1173 HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, in HUF_decodeStreamX2() argument
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk1.cpp824 wchar_t *pEnd = nullptr; in Wcstol_One() local
850 wchar_t *pEnd = nullptr; in Wcstoll_One() local
884 wchar_t *pEnd; Wcstoull_One() local
[all...]
/third_party/backends/backend/
H A Ddell1600n_net.c1195 unsigned char *pItem, *pEnd, *pValue; in ProcessFindResponse() local
1349 unsigned char *pItem, *pEnd; in ProcessUdpResponse() local
1481 unsigned char *pItem, *pEnd, *pValue; in ProcessTcpResponse() local

Completed in 30 milliseconds

12