Lines Matching refs:sc_SYMBOL_PREFIX
3110 var sc_SYMBOL_PREFIX = "\u1E9C"; variable
3123 return sc_SYMBOL_PREFIX + s;
3168 if (!sym) sym = sc_SYMBOL_PREFIX;
3187 return sc_SYMBOL_PREFIX + sc_number2jsstring(x, radix);
3223 (s.charAt(0) === sc_SYMBOL_PREFIX);
3237 return sc_SYMBOL_PREFIX + s;
3244 var res = sc_SYMBOL_PREFIX;
3258 function sc_char2symbol(c) { return sc_SYMBOL_PREFIX + c.val; }
3265 (s.charAt(0) !== sc_SYMBOL_PREFIX);
3417 if (this.charAt(0) === sc_SYMBOL_PREFIX)
3427 if (this.charAt(0) === sc_SYMBOL_PREFIX)