Searched refs:prevIndex (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/perf/unisetperf/draft/
H A Dbitset.cpp99 int32_t prevIndex, i, j; local
102 prevIndex=-1;
111 if(prevIndex!=i) {
113 if(prevIndex<0) {
114 prevIndex=0;
116 index[prevIndex++]=bitHash->map(b);
119 if(prevIndex<i) {
122 index[prevIndex++]=zero;
123 } while(prevIndex<i);
146 prevIndex
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dplurfmt.cpp257 int32_t prevIndex = msgPattern.getPart(partIndex).getLimit(); local
263 return appendTo.append(pattern, prevIndex, index - prevIndex);
266 appendTo.append(pattern, prevIndex, index - prevIndex);
270 prevIndex = part.getLimit();
272 appendTo.append(pattern, prevIndex, index - prevIndex);
273 prevIndex = index;
276 MessageImpl::appendReducedApostrophes(pattern, prevIndex, inde
[all...]
H A Dmsgfmt.cpp965 int32_t prevIndex = msgPattern.getPart(msgStart).getLimit(); local
970 appendTo.append(msgString, prevIndex, index - prevIndex);
974 prevIndex = part->getLimit();
1089 prevIndex = msgPattern.getPart(argLimit).getLimit();
1118 int32_t prevIndex = msgPattern.getPart(msgStart).getLimit(); local
1124 sb.append(msgString, prevIndex, index - prevIndex);
1127 sb.append(msgString, prevIndex, index - prevIndex);
1155 int32_t prevIndex=msgPattern.getPart(from).getLimit(); local
1262 int32_t prevIndex=msgPattern.getPart(msgStart).getLimit(); local
[all...]
H A Dchoicfmt.cpp556 int32_t prevIndex = pattern.getPart(partIndex).getLimit(); local
561 int32_t length = index - prevIndex;
562 if (length != 0 && 0 != source.compare(sourceOffset, length, msgString, prevIndex, length)) {
569 prevIndex = part.getLimit(); // SKIP_SYNTAX
H A Dtznames_impl.cpp230 uint16_t prevIndex = 0; local
240 prevIndex = nodeIndex;
259 if (prevIndex == 0) {
262 fNodes[prevIndex].fNextSibling = (uint16_t)fNodesCount;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerAnimation.cpp156 int prevIndex = -1; local
168 prevIndex = i;
174 if (prevIndex == -1)
175 prevIndex = 0;
180 const AnimationValue* prevKeyframe = layerAnimation->valueAt(prevIndex);
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DKeyframeAnimation.cpp99 int prevIndex = -1; local
114 prevIndex = i;
120 if (prevIndex == -1)
121 prevIndex = 0;
126 const KeyframeValue& prevKeyframe = m_keyframes[prevIndex];
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dmessagepattern.cpp1208 int32_t prevIndex=msgPattern.getPart(msgStart).getLimit(); local
1214 return result.append(msgString, prevIndex, index-prevIndex);
1216 result.append(msgString, prevIndex, index-prevIndex);
1217 prevIndex=part.getLimit();
1219 result.append(msgString, prevIndex, index-prevIndex);
1220 prevIndex=index;
1223 appendReducedApostrophes(msgString, prevIndex, inde
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcnormtst.c1037 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength; local
1053 prevIndex=index;
1064 in=src+prevIndex;
1065 inLength=expectIndex-prevIndex;
1090 inLength=prevIndex-expectIndex;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dutxttest.cpp653 int64_t prevIndex = utext_getPreviousNativeIndex(ut); local
658 TEST_ASSERT(prevIndex == foundIndex);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl1686 set prevIndex -1
1688 if {$index != $prevIndex} {
1690 set prevIndex $index

Completed in 302 milliseconds