HomeSort by relevance Sort by last modified time
    Searched full:parsetext (Results 1 - 25 of 47) sorted by null

1 2

  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/
JavadocParserTest.java 37 Assert.assertEquals(new Javadoc(JavadocDescription.parseText("A simple line of text")),
43 assertEquals(new Javadoc(JavadocDescription.parseText("The line number of the first character of this Token.")),
49 assertEquals(new Javadoc(JavadocDescription.parseText("The string image of the token.")),
62 assertEquals(new Javadoc(JavadocDescription.parseText("The version identifier for this Serializable class." + EOL +
76 assertEquals(new Javadoc(JavadocDescription.parseText("Returns a new Token object, by default." + EOL +
91 assertEquals(new Javadoc(JavadocDescription.parseText(""))
102 Javadoc underTest = new Javadoc(JavadocDescription.parseText(""))
122 assertEquals(new Javadoc(JavadocDescription.parseText("Add a field to this and automatically add the import of the type if needed"))
141 assertEquals(new Javadoc(JavadocDescription.parseText("Add a field to this and automatically add the import of the type if needed"))
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/javadoc/
JavadocTest.java 45 Javadoc javadoc = new Javadoc(JavadocDescription.parseText("first line" + EOL + "second line"));
51 Javadoc javadoc = new Javadoc(JavadocDescription.parseText("first line" + EOL + "second line"));
64 Javadoc javadoc = new Javadoc(JavadocDescription.parseText("first line" + EOL + "second line"));
70 Javadoc javadoc = new Javadoc(JavadocDescription.parseText("first line" + EOL + "second line"));
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.h 29 bool ParseText(const WideString& wsSrcText,
cfgas_formatstring_unittest.cpp 543 ->ParseText(tests[i].input, tests[i].pattern, &result));
551 EXPECT_FALSE(fmt(L"en")->ParseText(L"123-4567-8", L"AAA-9999-X", &result));
cfgas_formatstring.cpp 1066 bool CFGAS_FormatString::ParseText(const WideString& wsSrcText,
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestZoneTextPrinterParser.java 137 parseText(zids, locale, TextStyle.FULL, false);
138 parseText(zids, locale, TextStyle.FULL, true);
139 parseText(zids, locale, TextStyle.SHORT, false);
140 parseText(zids, locale, TextStyle.SHORT, true);
208 private void parseText(Set<String> zids, Locale locale, TextStyle style, boolean ci) {
TestTextParser.java 149 @DataProvider(name="parseText")
248 @Test(dataProvider="parseText")
279 @Test(dataProvider="parseText")
291 @Test(dataProvider="parseText")
300 @Test(dataProvider="parseText")
312 @Test(dataProvider="parseText")
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/
JavadocBlockTag.java 95 this.content = JavadocDescription.parseText(content);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/description/
JavadocDescription.java 38 public static JavadocDescription parseText(String text) {
  /external/pdfium/core/fxcrt/xml/
cfx_saxreader.h 114 void ParseText();
cfx_saxreader.cpp 237 ParseText();
358 void CFX_SAXReader::ParseText() {
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/shaping/
ArabicShapingSample.java 148 text = parseText(arg);
267 private static String parseText(String text) {
  /external/autotest/client/common_lib/cros/cfm/usb/
usb_device_collector.py 69 fsm_results = re_table.ParseText(rawdata)
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavadocParser.java 79 Javadoc document = new Javadoc(JavadocDescription.parseText(descriptionText));
  /external/tinyxml2/
tinyxml2.cpp 193 char* StrPair::ParseText( char* p, const char* endTag, int strFlags, int* curLineNumPtr )
1136 p = _value.ParseText( p, "]]>", StrPair::NEEDS_NEWLINE_NORMALIZATION, curLineNumPtr );
1148 p = _value.ParseText( p, "<", flags, curLineNumPtr );
    [all...]
tinyxml2.h 163 char* ParseText( char* in, const char* endTag, int strFlags, int* curLineNumPtr );
    [all...]
  /external/smali/smalidea/
build.gradle 139 componentNode.append(new XmlParser().parseText("""
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 422 UnicodeString parsetext("third");
423 form_pat.parse( parsetext, result, parse_pos );
431 form_pat.parse( parsetext, result, status );
  /system/libvintf/
parse_xml.cpp 366 inline bool parseText(NodeType* node, std::string* s, std::string* /* error */) const {
372 inline bool parseText(NodeType* node, T* s, std::string* error) const {
394 return this->parseText(root, object, error);
419 !parseText(root, &object->transport, error)) {
444 !parseText(root, &stringValue, error)) {
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 143 bRet = pFormat->ParseText(wsValue, wsFormat, &wsOutput);
636 bRet = pFormat->ParseText(wsValue, wsFormat, &m_wsValue);
  /external/autotest/client/common_lib/cros/manual/
get_usb_devices.py 95 fsm_results = re_table.ParseText(rawdata)
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatterBuilder.java     [all...]
  /external/autotest/client/common_lib/cros/
textfsm.py 838 def ParseText(self, text, eof=True):
1024 table = fsm.ParseText(cli_input)
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 159 parseText();
266 private void parseText() {
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 

Completed in 593 milliseconds

1 2