Home
last modified time | relevance | path

Searched refs:ECMA_STRING_NO_ASCII_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c1891 #define ECMA_STRING_NO_ASCII_SIZE 0xffffffff macro
1912 return ECMA_STRING_NO_ASCII_SIZE; in ecma_string_get_ascii_size()
1940 return ECMA_STRING_NO_ASCII_SIZE; in ecma_string_get_ascii_size()
1953 if (length != ECMA_STRING_NO_ASCII_SIZE) in ecma_string_get_length()
1995 if (length != ECMA_STRING_NO_ASCII_SIZE) in ecma_string_get_utf8_length()
2053 if (length != ECMA_STRING_NO_ASCII_SIZE) in ecma_string_get_size()
2091 if (length != ECMA_STRING_NO_ASCII_SIZE) in ecma_string_get_utf8_size()