Home | History | Annotate | Download | only in common

Lines Matching defs:in

51 // *** same as in uniset.cpp ! ***
89 * Delimiter string used in patterns to close a category reference:
134 Inclusion &in = gInclusions[i];
135 delete in.fSet;
136 in.fSet = NULL;
137 in.fInitOnce.reset();
324 * @param pattern a string specifying what characters are in the set
379 // Need to build the pattern in a temporary string because
386 // syntaxError(chars, "Extra chars in variable value");
394 * Return true if the given position, in the given pattern, appears
494 // strings "[", "[^", "[-", and "[^-". Check for stand-in
495 // characters representing a nested set in the symbol
548 // -------- Handle a nested set. This either is inline in
549 // the pattern or represented by a stand-in that has
550 // previously been parsed and was looked up in the symbol
723 // *We won't get here in the case of var "x"
902 // for all the code points in the range, process
926 /* Note: we use ' ' in compiler code page */
975 // Checking first avoids assertion failures in the conversion.
1134 * Return true if the given position, in the given pattern, appears