Searched refs:new_string (Results 1 – 14 of 14) sorted by relevance
494 union acpi_operand_object *new_string; in acpi_ns_repair_HID() local519 new_string = acpi_ut_create_string_object(return_object->string.length); in acpi_ns_repair_HID()520 if (!new_string) { in acpi_ns_repair_HID()533 new_string->string.length--; in acpi_ns_repair_HID()548 for (dest = new_string->string.pointer; *source; dest++, source++) { in acpi_ns_repair_HID()553 *return_object_ptr = new_string; in acpi_ns_repair_HID()
179 new_element = self.soup.new_string(old_element + string_child)185 child = self.soup.new_string(node)234 text = TextNode(self.soup.new_string(data), self.soup)245 new_str = self.soup.new_string(old_node + node.element)
48 static void new_string(void) in new_string() function142 new_string();
41 static void new_string(void) in new_string() function136 new_string();
816 static void new_string(void)1201 new_string();2382 new_string();
41 static void new_string(void) in new_string() function138 new_string();
828 static void new_string(void)1200 new_string();2356 new_string();
714 s = soup.new_string("foo")720 s = soup.new_string("foo", Comment)934 string = soup.new_string("")942 string = soup.new_string("")1068 foo_2 = soup.new_string("foo")1069 bar_2 = soup.new_string("bar")
259 def new_string(self, s, subclass=NavigableString): member in BeautifulSoup
75 * Gave new_string() the ability to create subclasses of453 * Added BeautifulSoup.new_string() to go along with BeautifulSoup.new_tag()
881 self.new_string = typename.find("::__cxx11::basic_string") != -1893 if self.new_string: