Lines Matching defs:in
5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
114 * Parses the given time expression and returns a timestamp in millisecond.
123 * @return the parsed timestamp in micro-second.
175 * @param in A string to apply the policy.
177 public static String applyDefaultSpacePolicy(String in) {
178 return applySpacePolicy(in, true);
187 * @param in A string to apply the policy.
190 public static String applySpacePolicy(String in, boolean treatLfAsSpace) {
193 String crRemoved = in.replaceAll("\r\n", "\n");
209 * @param startUs The start time of the time period in microsecond.
210 * @param endUs The end time of the time period in microsecond.
242 * @param startUs The start time of the time period in microsecond.
243 * @param endUs The end time of the time period in microsecond.
273 * A container class which represents a cue in TTML.
289 * A container class which represents a node in TTML.
315 * Check if this node is active in the given time range.
317 * @param startTimeMs The start time of the range to check in microsecond.
318 * @param endTimeMs The end time of the range to check in microsecond.
331 * Supported features in this parser are:
385 StringReader in = new StringReader(ttmlFragment);
386 mParser.setInput(in);
564 " in progress. Cannot process run #" + runID);
625 * Returns a {@link TtmlCue} in the presentation time order.