HomeSort by relevance Sort by last modified time
    Searched refs:removeBetween (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/base/i18n/
time_formatting.cc 42 time_string.removeBetween(begin, ampm_field.getEndIndex());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 566 removeBetween(prev, next, *child);
574 void ContainerNode::removeBetween(Node* previousChild, Node* nextChild, Node& oldChild)
612 removeBetween(prev, next, oldChild);
663 removeBetween(0, child->nextSibling(), *child);
    [all...]
ContainerNode.h 226 void removeBetween(Node* previousChild, Node* nextChild, Node& oldChild);
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp 239 description.removeBetween(0, p);
354 description.removeBetween(0, 1);
451 ruleText.removeBetween(subStart, subEnd+1);
    [all...]
nfsubs.cpp     [all...]
rbt_pars.cpp 784 text.removeBetween(0, ante);
    [all...]
  /external/icu/icu4c/source/i18n/
nfrule.cpp 240 description.removeBetween(0, p);
355 description.removeBetween(0, 1);
452 ruleText.removeBetween(subStart, subEnd+1);
    [all...]
nfsubs.cpp     [all...]
rbt_pars.cpp 784 text.removeBetween(0, ante);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 424 targetUS.removeBetween(u16Start, u16Limit);
427 targetUS.removeBetween(u16Start+amtCopied, u16Limit+amtCopied);
    [all...]
ustrtest.cpp 673 test1.removeBetween(26, 28);
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 426 targetUS.removeBetween(u16Start, u16Limit);
429 targetUS.removeBetween(u16Start+amtCopied, u16Limit+amtCopied);
    [all...]
ustrtest.cpp 673 test1.removeBetween(26, 28);
    [all...]

Completed in 2124 milliseconds