Home | History | Annotate | Download | only in common

Lines Matching defs:in

53 // *** same as in uniset.cpp ! ***
91 * Delimiter string used in patterns to close a category reference:
136 Inclusion &in = gInclusions[i];
137 delete in.fSet;
138 in.fSet = NULL;
139 in.fInitOnce.reset();
326 * @param pattern a string specifying what characters are in the set
381 // Need to build the pattern in a temporary string because
388 // syntaxError(chars, "Extra chars in variable value");
396 * Return true if the given position, in the given pattern, appears
496 // strings "[", "[^", "[-", and "[^-". Check for stand-in
497 // characters representing a nested set in the symbol
550 // -------- Handle a nested set. This either is inline in
551 // the pattern or represented by a stand-in that has
552 // previously been parsed and was looked up in the symbol
725 // *We won't get here in the case of var "x"
904 // for all the code points in the range, process
928 /* Note: we use ' ' in compiler code page */
977 // Checking first avoids assertion failures in the conversion.
1136 * Return true if the given position, in the given pattern, appears