Searched refs:getPos (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Druleiter.h147 * iterator.getPos(pos);
149 * iterator.getPos(pos);
158 void getPos(Pos& p) const;
161 * Restores this iterator to the position it had when getPos()
163 * @param p a position object previously set by getPos()
H A Druleiter.cpp89 void RuleCharacterIterator::getPos(RuleCharacterIterator::Pos& p) const { function in class:RuleCharacterIterator
H A Duniset_props.cpp502 chars.getPos(backup);
514 chars.getPos(backup); // prepare to backup
520 chars.getPos(backup); // prepare to backup
727 chars.getPos(backup);
1165 chars.getPos(pos);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dnfrule.cpp612 if (ruleText.charAt(0) == gSpace && sub1->getPos() != 0) {
623 ruleTextCopy.insert(sub2->getPos(), temp);
625 ruleTextCopy.insert(sub1->getPos(), temp);
772 prefix.setTo(ruleText, 0, sub1->getPos());
791 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos());
794 if (pp.getIndex() == 0 && sub1->getPos() != 0) {
855 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos());
875 temp.setTo(ruleText, sub2->getPos(), ruleTex
[all...]
H A Dnfsubs.h226 int32_t getPos() const { return pos; } function in class:NFSubstitution
H A Dnfsubs.cpp927 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos());
953 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos());
1101 // toInsertInto.insert(_pos + getPos(), gSpace);
1104 // getRuleSet()->format(digit, toInsertInto, _pos + getPos());
1120 toInsertInto.insert(_pos + getPos(), gSpace);
1125 getRuleSet()->format(digit, toInsertInto, _pos + getPos());
1131 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos());
1263 toInsertInto.insert(apos + getPos(), gSpace);
1264 aruleSet->format((int64_t)0, toInsertInto, apos + getPos());
1272 aruleSet->format(longNF, toInsertInto, apos + getPos());
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrInterpreter.cpp224 unsigned getPos()
537 backTrack->begin = input.getPos();
556 backTrack->begin = input.getPos();
651 backTrack->begin = input.getPos();
665 output[(subpatternId << 1)] = input.getPos() - term.inputPosition;
678 output[(subpatternId << 1) + 1] = input.getPos() + term.inputPosition;
685 return backTrack->begin != input.getPos();
734 backTrack->begin = input.getPos();
742 output[subpatternId << 1] = input.getPos() + term.inputPosition;
763 backTrack->begin = input.getPos();
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegisterPressure.h179 MachineBasicBlock::const_iterator getPos() const { return CurrPos; } function in class:llvm::RegPressureTracker
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineScheduler.cpp422 assert(BotRPTracker.getPos() == RegionEnd && "Can't find the region bottom");
571 assert(TopRPTracker.getPos() == CurrentTop && "out of sync");
590 assert(BotRPTracker.getPos() == CurrentBottom && "out of sync");
H A DScheduleDAGInstrs.cpp716 assert(RPTracker->getPos() == prior(MII) && "RPTracker can't find MI");

Completed in 160 milliseconds