MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxCacheUnicodeLength

Function fxCacheUnicodeLength

xs/sources/xsString.c:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199txSize fxCacheUnicodeLength(txMachine* the, txString string)
200{
201 txStringInfo* info = fxCacheStringInfo(the, string);
202 if (info)
203 return info->unicodeLength;
204 return fxUnicodeLength(string, C_NULL);
205}
206
207txSize fxCacheUnicodeToUTF8Offset(txMachine* the, txString string, txSize offset)
208{

Calls 2

fxCacheStringInfoFunction · 0.85
fxUnicodeLengthFunction · 0.85

Tested by

no test coverage detected