HomeSort by relevance Sort by last modified time
    Searched refs:LUAI_MAXSHORTLEN (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstring.c 157 if (l <= LUAI_MAXSHORTLEN) /* short string? */
luaconf.h 227 @@ LUAI_MAXSHORTLEN is the maximum length for short strings, that is,
232 #define LUAI_MAXSHORTLEN 40

Completed in 70 milliseconds