HomeSort by relevance Sort by last modified time
    Searched defs:textElement (Results 1 - 3 of 3) sorted by null

  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
AstNodes.java 20 import org.eclipse.jdt.core.dom.TextElement;
31 TextElement textElement = createTextElement(ast, text);
32 element.fragments().add(textElement);
36 public static TextElement createTextElement(AST ast, String text) {
37 TextElement textElement = ast.newTextElement();
38 textElement.setText(text);
39 return textElement;
  /external/svox/pico/tts/
svox_ssml_parser.cpp 559 ((SvoxSsmlParser*)data)->textElement(text, length);
562 void SvoxSsmlParser::textElement(const XML_Char* text, int length)
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 1472 milliseconds