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.c2018 #define ECMA_STRING_NO_ASCII_SIZE 0xffffffff macro
2039 return ECMA_STRING_NO_ASCII_SIZE; in ecma_string_get_ascii_size()
2067 return ECMA_STRING_NO_ASCII_SIZE; in ecma_string_get_ascii_size()
2080 if (length != ECMA_STRING_NO_ASCII_SIZE) in ecma_string_get_length()
2122 if (length != ECMA_STRING_NO_ASCII_SIZE) in ecma_string_get_utf8_length()
2180 if (length != ECMA_STRING_NO_ASCII_SIZE) in ecma_string_get_size()
2218 if (length != ECMA_STRING_NO_ASCII_SIZE) in ecma_string_get_utf8_size()