HomeSort by relevance Sort by last modified time
    Searched refs:getLimit (Results 1 - 25 of 42) sorted by null

1 2

  /external/icu4c/layoutex/layout/
RunArrays.h 111 inline le_int32 getLimit() const;
122 inline le_int32 getLimit(le_int32 run) const;
250 inline le_int32 RunArray::getLimit(le_int32 run) const
259 inline le_int32 RunArray::getLimit() const
261 return getLimit(fCount - 1);
312 * of text. Use <code>RunArray::getLimit(run)</code> to get the corresponding
319 * @see RunArray::getLimit
449 * of text. Use <code>RunArray::getLimit(run)</code> to get the corresponding
456 * @see RunArray::getLimit
587 * of text. Use <code>RunArray::getLimit(run)</code> to get the correspondin
    [all...]
  /external/icu4c/layoutex/
plruns.cpp 71 return fr->getLimit();
84 return fr->getLimit(run);
167 return vr->getLimit();
180 return vr->getLimit(run);
253 * of text. Use <code>RunArray::getLimit(run)</code> to get the corresponding
260 * @see RunArray::getLimit
461 return lr->getLimit();
474 return lr->getLimit(run);
ParagraphLayout.cpp 87 if (styleRunArrays[style]->getLimit(currentRun[style]) < fRunLimits[run]) {
88 fRunLimits[run] = styleRunArrays[style]->getLimit(currentRun[style]);
96 if (styleRunArrays[style]->getLimit(currentRun[style]) == fRunLimits[run]) {
716 le_int32 runLimit = fLevelRuns->getLimit(run);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
StreamUtil.java 26 return ((ASN1InputStream)in).getLimit();
ASN1InputStream.java 104 int getLimit()
  /external/icu4c/samples/layout/
paragraph.cpp 49 if (runArray->getLimit(run) > offset) {
66 le_int32 runLimit = fontRuns->getLimit(run) - start;
  /external/icu4c/i18n/
choicfmt.cpp 411 int32_t patternStart = msgPattern.getPart(msgStart).getLimit();
556 int32_t prevIndex = pattern.getPart(partIndex).getLimit();
569 prevIndex = part.getLimit(); // SKIP_SYNTAX
plurfmt.cpp 257 int32_t prevIndex = msgPattern.getPart(partIndex).getLimit();
270 prevIndex = part.getLimit();
275 index = msgPattern.getPart(partIndex).getLimit();
selfmt.cpp 103 int32_t patternStart = msgPattern.getPart(msgStart).getLimit();
msgfmt.cpp 966 int32_t prevIndex = msgPattern.getPart(msgStart).getLimit();
975 prevIndex = part->getLimit();
    [all...]
calendar.cpp     [all...]
  /libcore/luni/src/main/java/java/text/
Bidi.java 79 public int getLimit() {
483 return unidirectional ? length : runs[run].getLimit();
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java 417 if (r.getLimit() < Float.POSITIVE_INFINITY) {
418 tMax = Math.min(tMax, r.getLimit());
  /external/icu4c/common/unicode/
messagepattern.h 342 * between parts of a message, from one part's getLimit() to the next part's getIndex().
649 * Convenience method for getPatternString().substring(part.getIndex(), part.getLimit()).
750 int32_t getLimit() const {
    [all...]
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 224 public synchronized int getLimit() {
236 String.valueOf(getLimit() + ALLOWANCE_FOR_DUPLICATES))
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Ray.java 445 * <code>getLimit</code> returns the limit of the ray, aka the length.
451 public float getLimit() {
458 * @see Ray#getLimit()
  /external/icu4c/common/
normalizer2impl.cpp 811 UChar *limit=buffer.getLimit();
    [all...]
messagepattern.cpp     [all...]
normalizer2impl.h 129 UChar *getLimit() { return limit; }
  /external/icu4c/i18n/unicode/
calendar.h     [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 337 public synchronized int getLimit() {
359 cursor = doQuery(constraint, getLimit(), mParams.directoryId);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 

Completed in 400 milliseconds

1 2