Home
last modified time | relevance | path

Searched refs:remove (Results 451 - 475 of 11601) sorted by relevance

1...<<11121314151617181920>>...465

/third_party/icu/icu4c/source/i18n/
H A Dnfsubs.cpp419 workingDescription.remove(description.length() - 1, 1); in NFSubstitution()
420 workingDescription.remove(0, 1); in NFSubstitution()
546 text.remove(); in toString()
980 text.remove(); in toString()
1291 workText.remove(0, workPos.getIndex()); in doParse()
1293 workText.remove(0, 1); in doParse()
1299 workText.remove(0, (int32_t)parsePosition.getIndex()); in doParse()
/third_party/node/deps/icu-small/source/i18n/
H A Dnfsubs.cpp437 workingDescription.remove(description.length() - 1, 1); in NFSubstitution()
438 workingDescription.remove(0, 1); in NFSubstitution()
564 text.remove(); in toString()
998 text.remove(); in toString()
1309 workText.remove(0, workPos.getIndex()); in doParse()
1311 workText.remove(0, 1); in doParse()
1317 workText.remove(0, (int32_t)parsePosition.getIndex()); in doParse()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java207 * this has the effect of unassigning the given ranges, but does not remove them from the
221 * not remove them from the table. If {@code ranges} is empty, this method has no effect.
272 public Builder remove(RangeTree ranges) { in remove() method in RangeTable.Builder
281 public Builder remove(Column<?> column) { in remove() method in RangeTable.Builder
282 columnRanges.remove(checkNotNull(column)); in remove()
287 public Builder remove(Collection<Column<?>> columns) { in remove() method in RangeTable.Builder
288 columns.forEach(this::remove); in remove()
365 remove(empty); in buildMinimal()
767 // which you'd want to remove assignments via the simplification process. in simplifyIndexTable()
876 // We've accounted for all of the existing row in the new column, so remove i in toRows()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfsubs.cpp419 workingDescription.remove(description.length() - 1, 1); in NFSubstitution()
420 workingDescription.remove(0, 1); in NFSubstitution()
546 text.remove(); in toString()
980 text.remove(); in toString()
1291 workText.remove(0, workPos.getIndex()); in doParse()
1293 workText.remove(0, 1); in doParse()
1299 workText.remove(0, (int32_t)parsePosition.getIndex()); in doParse()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dgroup_manager.cpp31 radioGroupNotify_[group].remove(radioId); in RemoveRadioFromGroup()
86 checkboxList.remove(item); in RemoveCheckBoxFromGroup()
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm_inter.sh98 ${OBJCOPY} -S --remove-section .gdb_index --remove-section .comment \
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_file_utils.cpp110 return remove(path) == 0; in RemoveFile()
129 return remove(path) == 0; in RemoveFile()
/kernel/linux/linux-5.10/drivers/dma/dw/
H A Dplatform.c106 ret = data->remove(chip); in dw_remove()
108 dev_warn(chip->dev, "can't remove device properly: %d\n", ret); in dw_remove()
195 .remove = dw_remove,
/kernel/linux/linux-5.10/arch/s390/boot/compressed/
H A DMakefile36 OBJCOPYFLAGS_vmlinux.bin := -O binary --remove-section=.comment --remove-section=.vmlinux.info -S
/kernel/linux/linux-5.10/drivers/mfd/
H A Dmcp-core.c41 drv->remove(mcp); in mcp_bus_remove()
49 .remove = mcp_bus_remove,
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_cex2a.c129 * This is called to remove the CEX2A card driver information
142 .remove = zcrypt_cex2a_card_remove,
190 * This is called to remove the CEX2A queue driver information
204 .remove = zcrypt_cex2a_queue_remove,
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-card.c175 card->remove) in snd_soc_card_remove()
176 ret = card->remove(card); in snd_soc_card_remove()
/kernel/linux/linux-5.10/include/linux/
H A Dbtree-type.h58 static inline void *BTREE_FN(remove)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in remove() function
100 static inline void *BTREE_FN(remove)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in remove() function
/kernel/linux/linux-6.6/drivers/mfd/
H A Dmcp-core.c41 drv->remove(mcp); in mcp_bus_remove()
48 .remove = mcp_bus_remove,
/kernel/linux/linux-6.6/drivers/base/
H A Ddriver.c190 * driver_remove_file - remove sysfs file for driver.
234 (drv->bus->remove && drv->remove) || in driver_register()
262 * driver_unregister - remove driver from system.
/kernel/linux/linux-6.6/include/linux/
H A Dbtree-type.h58 static inline void *BTREE_FN(remove)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in remove() function
100 static inline void *BTREE_FN(remove)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in remove() function
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_usbpd_notify.c160 .remove = cros_usbpd_notify_remove_acpi,
230 .remove = cros_usbpd_notify_remove_plat,
/kernel/linux/linux-6.6/drivers/dma/dw/
H A Dplatform.c106 ret = data->remove(chip); in dw_remove()
108 dev_warn(chip->dev, "can't remove device properly: %d\n", ret); in dw_remove()
196 .remove = dw_remove,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetSpanner.java277 final boolean remove = replacement.length() == 0; in replaceFrom()
294 if (remove || endModify == 0) { in replaceFrom()
/third_party/icu/icu4c/source/test/intltest/
H A Dcaltztst.cpp149 str.remove(); in dateToString()
165 str.remove(); in dateToString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSetSpanner.java246 final boolean remove = replacement.length() == 0; in replaceFrom()
263 if (remove || endModify == 0) { in replaceFrom()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Dcoord.h92 BOOL_32 remove(Coordinate& co);
115 VOID remove(Coordinate& co);
/third_party/mbedtls/library/
H A Dpsa_its_file.c232 * temporary file doesn't exist and so remove() is expected to fail. in psa_its_set()
233 * Thus we just ignore the return status of remove(). */ in psa_its_set()
234 (void) remove(PSA_ITS_STORAGE_TEMP); in psa_its_set()
248 if (remove(filename) != 0) { in psa_its_remove()
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlist_iterators.cpp99 n->remove(); in TEST_P()
115 n->remove(); in TEST_P()
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
H A Dfw_load.c171 /* remove subdirs first and then upper level dirs */ in cleanup()
173 if (fw[i].remove_file && remove(fw[i].file) == -1) in cleanup()
174 tst_resm(TWARN, "Can't remove: %s", fw[i].file); in cleanup()
177 if (fw[i].remove_dir && remove(fw[i].dir) == -1) in cleanup()
178 tst_resm(TWARN, "Can't remove %s", fw[i].dir); in cleanup()

Completed in 18 milliseconds

1...<<11121314151617181920>>...465