Home | History | Annotate | Download | only in i18n

Lines Matching full:variable

82      * Temporary table of variable names.  When parsing is complete, this is
118 * When we encounter an undefined variable, we do not immediately signal
119 * an error, in case we are defining this variable, e.g., "$a = [a-z];".
120 * Instead, we save the name of the undefined variable, and substitute
203 * Set the variable range to [start, end] (inclusive).
210 * Assert that the given character is NOT within the variable range.
212 * variable range does not overlap characters used in a rule.
214 * @return True, if the given character is NOT within the variable range.
307 * Append the value of the given variable name to the given
309 * @param name the variable name to be appended.