Home
last modified time | relevance | path

Searched defs:posi (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlutf8lib.c96 lua_Integer posi = u_posrelat(luaL_optinteger(L, 2, 1), len); in utflen() local
125 lua_Integer posi = u_posrelat(luaL_optinteger(L, 2, 1), len); in codepoint() local
187 lua_Integer posi = (n >= 0) ? 1 : len + 1; in byteoffset() local
Dlstrlib.c180 size_t posi = posrelatI(pi, l); in str_byte() local
/external/python/cpython3/Include/internal/
Dpycore_blocks_output_buffer.h291 char *posi = PyBytes_AS_STRING(result); in _BlocksOutputBuffer_Finish() local
/external/pytorch/torch/csrc/jit/testing/
Dfile_check.cpp402 for (const auto posi : in doCheckSourceHighlighted() local