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

  /external/icu4c/common/
normlzr.cpp 405 CharacterIterator *newIter = new StringCharacterIterator(newText);
406 if (newIter == NULL) {
411 text = newIter;
426 CharacterIterator *newIter = newText.clone();
427 if (newIter == NULL) {
432 text = newIter;
444 CharacterIterator *newIter = new UCharCharacterIterator(newText, length);
445 if (newIter == NULL) {
450 text = newIter;
  /external/chromium/third_party/icu/source/common/
normlzr.cpp 470 CharacterIterator *newIter = new StringCharacterIterator(newText);
471 if (newIter == NULL) {
476 text->context = newIter;
491 CharacterIterator *newIter = newText.clone();
492 if (newIter == NULL) {
497 text->context = newIter;
509 CharacterIterator *newIter = new UCharCharacterIterator(newText, length);
510 if (newIter == NULL) {
515 text->context = newIter;
  /libcore/luni/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 239 WalkingIterator newIter = createIteratorFromSteps(sharedIter, lengthToTest);
240 ElemVariable var = createPseudoVarDecl(root, newIter, isGlobal);
489 WalkingIterator newIter = new WalkingIterator(wi.getPrefixResolver());
493 newIter.setFirstWalker(walker);
494 walker.setLocPathIterator(newIter);
499 next.setLocPathIterator(newIter);
508 return newIter;
    [all...]

Completed in 255 milliseconds