Searched refs:getIndex (Results 1 - 25 of 191) sorted by relevance

12345678

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Druleiter.cpp33 return buf == 0 && pos.getIndex() == text.length();
91 p.pos = pos.getIndex();
118 text.extract(pos.getIndex(), maxLookAhead, result);
129 int32_t b = pos.getIndex();
139 int i = pos.getIndex();
151 pos.setIndex(pos.getIndex() + count);
152 if (pos.getIndex() > text.length()) {
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationdatareader.cpp39 int32_t getIndex(const int32_t *indexes, int32_t length, int32_t i) { function in namespace:__anon922
108 offset = getIndex(inIndexes, indexesLength, index);
109 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
126 offset = getIndex(inIndexes, indexesLength, index);
127 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
146 offset = getIndex(inIndexes, indexesLength, index);
147 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
166 offset = getIndex(inIndexes, indexesLength, index);
167 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
178 offset = getIndex(inIndexe
[all...]
H A Dnfrule.cpp791 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos());
794 if (pp.getIndex() == 0 && sub1->getPos() != 0) {
864 if (pp.getIndex() != 0 || sub1->isNullSubstitution()) {
865 start = pp.getIndex();
868 workText2.setTo(workText, pp.getIndex(), workText.length() - pp.getIndex());
883 if (pp2.getIndex() != 0 || sub2->isNullSubstitution()) {
884 if (prefixLength + pp.getIndex() + pp2.getIndex() > highWaterMark) {
885 highWaterMark = prefixLength + pp.getIndex()
[all...]
H A Dnfsubs.cpp730 if (lenientParse && !ruleSet->isFractionRuleSet() && parsePosition.getIndex() == 0) {
748 if (parsePosition.getIndex() != 0) {
989 if (parsePosition.getIndex() != 0) {
1183 while (workText.length() > 0 && workPos.getIndex() != 0) {
1193 if (lenientParse && workPos.getIndex() == 0) {
1208 if (workPos.getIndex() != 0) {
1212 parsePosition.setIndex(parsePosition.getIndex() + workPos.getIndex());
1213 workText.removeBetween(0, workPos.getIndex());
1216 parsePosition.setIndex(parsePosition.getIndex()
[all...]
H A Dnfrs.cpp651 fprintf(stderr, " <nfrs after negative> success: %d wpi: %d\n", success, workingPos.getIndex());
653 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
662 fprintf(stderr, "' hwm: %d\n", highWaterMark.getIndex());
670 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) {
681 fprintf(stderr, "' hwm: %d\n", highWaterMark.getIndex());
704 for (int32_t i = rules.size(); --i >= 0 && highWaterMark.getIndex() < text.length();) {
710 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
[all...]
H A Dtzfmt.cpp808 int32_t startIdx = pos.getIndex();
833 if (tmpPos.getIndex() == maxPos || hasDigitOffset) {
834 pos.setIndex(tmpPos.getIndex());
838 parsedPos = tmpPos.getIndex();
858 pos.setIndex(tmpPos.getIndex());
875 pos.setIndex(tmpPos.getIndex());
896 pos.setIndex(tmpPos.getIndex());
916 pos.setIndex(tmpPos.getIndex());
1012 pos.setIndex(tmpPos.getIndex());
1024 pos.setIndex(tmpPos.getIndex());
[all...]
H A Dtimezone.cpp1320 if (id[pos.getIndex()] == MINUS /*'-'*/) {
1322 } else if (id[pos.getIndex()] != PLUS /*'+'*/) {
1325 pos.setIndex(pos.getIndex() + 1);
1336 int32_t start = pos.getIndex();
1339 if (pos.getIndex() == start) {
1345 if (pos.getIndex() < id.length()) {
1346 if (pos.getIndex() - start > 2
1347 || id[pos.getIndex()] != COLON) {
1352 pos.setIndex(pos.getIndex() + 1);
1353 int32_t oldPos = pos.getIndex();
[all...]
H A Duitercollationiterator.cpp39 return iter.getIndex(&iter, UITER_CURRENT);
96 return iter.getIndex(&iter, UITER_CURRENT);
280 start = pos = iter.getIndex(&iter, UITER_CURRENT);
307 pos = iter.getIndex(&iter, UITER_CURRENT);
361 limit = pos = iter.getIndex(&iter, UITER_CURRENT);
388 pos = iter.getIndex(&iter, UITER_CURRENT);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dparsepos.h127 int32_t getIndex(void) const;
206 ParsePosition::getIndex() const function in class:ParsePosition
H A Dchariter.h265 * int32_t pos=it.getIndex();
322 * int32_t end = iter.getIndex();
326 * int32_t start = iter.getIndex() + 1;
329 * for (c = iter.setIndex(start); iter.getIndex() < end; c = iter.next() ) {
574 inline int32_t getIndex(void) const;
712 CharacterIterator::getIndex(void) const { function in class:CharacterIterator
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dpptest.cpp53 if (pp1.getIndex() == 0) {
56 errln("*** PP getIndex or constructor() result");
62 if (pp2.getIndex() == 5) {
63 logln("PP getIndex and constructor(int32_t) tested.");
65 errln("*** PP getIndex or constructor(int32_t) result");
68 if (pp2.getIndex() == 3) {
71 errln("*** PP getIndex or setIndex result");
87 errln(UnicodeString("*** PP equals fails (") + pp3.getIndex() + " != " + pp4.getIndex() + ")");
H A Dcitrtest.cpp170 if(test->getIndex()!=1){
171 errln("Failed: getIndex().");
177 if(test->getIndex()!=0){
181 if(test->getIndex()!=testText.length()){
214 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
311 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex())
355 if (test8b->getIndex()!=5)
410 if (iter.getIndex() !
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSlotIndexes.cpp133 unsigned index = startItr->getIndex();
138 } while (curItr != indexList.end() && curItr->getIndex() <= index);
140 DEBUG(dbgs() << "\n*** Renumbered SlotIndexes " << startItr->getIndex() << '-'
150 dbgs() << itr->getIndex() << " ";
168 os << listEntry()->getIndex() << "Berd"[getSlot()];
/macosx-10.10.1/ICU-531.30/icuSources/samples/uciter8/
H A Duciter8.c51 length=iter1->getIndex(iter1, UITER_LENGTH);
52 pos2=iter2->getIndex(iter2, UITER_LENGTH);
54 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2);
86 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
96 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
126 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
191 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
275 i=iter1->getIndex(iter1, UITER_CURRENT);
276 j=iter2->getIndex(iter
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSlotIndexes.h50 unsigned getIndex() const { return index; } function in class:llvm::IndexListEntry
114 int getIndex() const { function in class:llvm::SlotIndex
115 return listEntry()->getIndex() | getSlot();
166 return getIndex() < other.getIndex();
171 return getIndex() <= other.getIndex();
177 return getIndex() > other.getIndex();
183 return getIndex() >
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DTokenStreamRewriteEngine.cpp35 return a->getIndex() < b->getIndex();
41 out << "[txt='" << t->getText() << "' tp=" << t->getType() << " idx=" << t->getIndex() << "]\n";
137 // std::cout << "tokenCursor = " << tokenCursor << " first prog index = " << (*rewriteOpIndex)->getIndex() << std::endl;
141 size_t up_to_here = std::min(lastToken,(*rewriteOpIndex)->getIndex());
146 tokenCursor == (*rewriteOpIndex)->getIndex() &&
197 if ( op->getIndex() >= (*i)->getIndex() ) {
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockNotGrantedException.java53 public int getIndex() { method in class:LockNotGrantedException
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DTokenWithIndex.hpp49 size_t getIndex( void ) const function in class:antlr::TokenWithIndex
H A DTokenStreamRewriteEngine.hpp116 virtual size_t getIndex() const { function in class:antlr::RewriteOperation
229 insertAfter(programName, t->getIndex(), text);
243 // std::cout << "insertBefore index " << t->getIndex() << " " << text << std::endl;
255 insertBefore(programName, t->getIndex(), text);
279 replace(DEFAULT_PROGRAM_NAME, indexT->getIndex(), indexT->getIndex(), text);
302 from->getIndex(),
303 to->getIndex(),
401 return (*last)->getIndex();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp81 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP);
84 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP);
H A DHexagonAsmPrinter.cpp91 O << *GetJTISymbol(MO.getIndex());
95 O << *GetCPISymbol(MO.getIndex());
284 O << *GetJTISymbol(MO.getIndex());
294 O << *GetCPISymbol(MO.getIndex());
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSSymbolTableObject.h81 slot.setValue(object, entry.getAttributes() | DontDelete, object->registerAt(entry.getIndex()).get());
97 object->registerAt(entry.getIndex()).get(), entry.getAttributes() | DontDelete);
113 slot.setValue(object, entry.getAttributes() | DontDelete, object->registerAt(entry.getIndex()).get());
148 reg = &object->registerAt(fastEntry.getIndex());
176 reg = &object->registerAt(entry.getIndex());
/macosx-10.10.1/ICU-531.30/icuSources/samples/citer/
H A Dciter.cpp92 if (iter.getIndex() != i) {
93 u_fprintf(out, "getIndex() isn't working right\n");
155 if (iter.getIndex() != i) {
156 u_fprintf(out, "getIndex() isn't working right [%d should be %d]\n", iter.getIndex(), i);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMMCInstLower.cpp92 MCOp = GetSymbolRef(MO, GetJTISymbol(MO.getIndex()));
95 MCOp = GetSymbolRef(MO, GetCPISymbol(MO.getIndex()));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp54 << MO.getIndex();
70 << MO.getIndex();

Completed in 197 milliseconds

12345678