Home
last modified time | relevance | path

Searched refs:strResult (Results 1 - 7 of 7) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dctypendk.cpp45 size_t strResult = FALSE; in Isalnum() local
47 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Isalnum()
64 size_t strResult = FALSE; in IsalnumL() local
66 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in IsalnumL()
83 size_t strResult = FALSE; in Isalpha() local
85 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Isalpha()
102 size_t strResult = FALSE; in IsalphaL() local
104 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in IsalphaL()
138 size_t strResult = FALSE; in Isblank() local
140 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Isblank()
157 size_t strResult = FALSE; IsblankL() local
210 size_t strResult = FALSE; Isdigit() local
228 size_t strResult = FALSE; IsdigitL() local
247 size_t strResult = FALSE; Isgraph() local
265 size_t strResult = FALSE; IsgraphL() local
284 size_t strResult = FALSE; Islower() local
303 size_t strResult = FALSE; IslowerL() local
322 size_t strResult = FALSE; Isprint() local
341 size_t strResult = FALSE; IsprintL() local
360 size_t strResult = FALSE; Ispunct() local
379 size_t strResult = FALSE; IspunctL() local
398 size_t strResult = FALSE; Isspace() local
416 size_t strResult = FALSE; IsspaceL() local
435 size_t strResult = FALSE; Isupper() local
454 size_t strResult = FALSE; IsupperL() local
473 size_t strResult = FALSE; Isxdigit() local
492 size_t strResult = FALSE; IsxdigitL() local
[all...]
H A Dwctypendk.cpp58 size_t strResult = NO_ERR; in Iswalnum() local
60 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Iswalnum()
78 size_t strResult = NO_ERR; in IswalnumL() local
80 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in IswalnumL()
98 size_t strResult = NO_ERR; in Iswalpha() local
100 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Iswalpha()
118 size_t strResult = NO_ERR; in IswalphaL() local
120 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in IswalphaL()
138 size_t strResult = NO_ERR; in Iswblank() local
140 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Iswblank()
158 size_t strResult = NO_ERR; IswblankL() local
214 size_t strResult = NO_ERR; Iswdigit() local
233 size_t strResult = NO_ERR; IswdigitL() local
253 size_t strResult = NO_ERR; Iswgraph() local
272 size_t strResult = NO_ERR; IswgraphL() local
292 size_t strResult = NO_ERR; Iswlower() local
312 size_t strResult = NO_ERR; IswlowerL() local
332 size_t strResult = NO_ERR; Iswprint() local
352 size_t strResult = NO_ERR; IswprintL() local
372 size_t strResult = NO_ERR; Iswpunct() local
392 size_t strResult = NO_ERR; IswpunctL() local
412 size_t strResult = NO_ERR; Iswspace() local
431 size_t strResult = NO_ERR; IswspaceL() local
451 size_t strResult = NO_ERR; Iswupper() local
471 size_t strResult = NO_ERR; IswupperL() local
491 size_t strResult = NO_ERR; Iswctype() local
513 size_t strResult = NO_ERR; IswctypeL() local
535 size_t strResult = NO_ERR; Iswxdigit() local
555 size_t strResult = NO_ERR; IswxdigitL() local
[all...]
H A Dstatndk.cpp295 size_t strResult = PARAM_0; in MkFifoAt() local
297 napi_get_value_string_utf8(env, args[PARAM_1], path, length, &strResult); in MkFifoAt()
322 size_t strResult = PARAM_0; in MkNodAt() local
324 napi_get_value_string_utf8(env, args[PARAM_1], path, length, &strResult); in MkNodAt()
357 size_t strResult = PARAM_0; in MkNod() local
359 napi_get_value_string_utf8(env, args[PARAM_0], pathname, length, &strResult); in MkNod()
H A Dunistdndk.cpp300 size_t strResult = PARAM_0; in GetOpt() local
303 napi_get_value_string_utf8(env, args[PARAM_0], strTemp, length, &strResult); in GetOpt()
1813 size_t strResult = PARAM_0; in Close() local
1815 napi_get_value_string_utf8(env, args[PARAM_0], strTemp, length, &strResult); in Close()
1831 size_t strResult = PARAM_0; in Copy_file_range() local
1833 napi_get_value_string_utf8(env, args[PARAM_0], path_in, length, &strResult); in Copy_file_range()
1876 size_t strResult = PARAM_0; in Dup() local
1878 napi_get_value_string_utf8(env, args[PARAM_0], path, length, &strResult); in Dup()
1895 size_t strResult = PARAM_0; in Dup2() local
1897 napi_get_value_string_utf8(env, args[PARAM_0], path, length, &strResult); in Dup2()
1926 size_t strResult = PARAM_0; Faccessat() local
1944 size_t strResult = PARAM_0; Fchdir() local
1968 size_t strResult = PARAM_0; Fdatasync() local
1987 size_t strResult = PARAM_0; Fchown() local
2005 size_t strResult = PARAM_0; Fchownat() local
[all...]
H A Dnetdbndk.cpp65 size_t length = LENGTH, strResult = PARAM_0; in GetProtoByName() local
68 napi_get_value_string_utf8(env, args[0], proto_name, length, &strResult); in GetProtoByName()
H A Dotherstestndk.cpp680 size_t strResult = PARAM_0; in Overflow() local
682 napi_get_value_string_utf8(env, args[0], ptr, length, &strResult); in Overflow()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dotherstestndk32.cpp101 size_t strResult = PARAM_0; in FStatAt_time64() local
103 napi_get_value_string_utf8(env, args[0], ptr, length, &strResult); in FStatAt_time64()

Completed in 13 milliseconds