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
126 * Parses the given time expression and returns a timestamp in millisecond.
135 * @return the parsed timestamp in micro-second.
187 * @param in A string to apply the policy.
189 public static String applyDefaultSpacePolicy(String in) {
190 return applySpacePolicy(in, true);
199 * @param in A string to apply the policy.
202 public static String applySpacePolicy(String in, boolean treatLfAsSpace) {
205 String crRemoved = in.replaceAll("\r\n", "\n");
221 * @param startUs The start time of the time period in microsecond.
222 * @param endUs The end time of the time period in microsecond.
254 * @param startUs The start time of the time period in microsecond.
255 * @param endUs The end time of the time period in microsecond.
285 * A container class which represents a cue in TTML.
301 * A container class which represents a node in TTML.
327 * Check if this node is active in the given time range.
329 * @param startTimeMs The start time of the range to check in microsecond.
330 * @param endTimeMs The end time of the range to check in microsecond.
343 * Supported features in this parser are:
397 StringReader in = new StringReader(ttmlFragment);
398 mParser.setInput(in);
576 " in progress. Cannot process run #" + runID);
637 * Returns a {@link TtmlCue} in the presentation time order.