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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRuleSet.java 706 ParsePosition highWaterMark = new ParsePosition(0);
718 if (parsePosition.getIndex() > highWaterMark.getIndex()) {
720 highWaterMark.setIndex(parsePosition.getIndex());
723 // if (parsePosition.getErrorIndex() > highWaterMark.getErrorIndex()) {
724 // highWaterMark.setErrorIndex(parsePosition.getErrorIndex());
733 if (parsePosition.getIndex() > highWaterMark.getIndex()) {
735 highWaterMark.setIndex(parsePosition.getIndex());
738 // if (parsePosition.getErrorIndex() > highWaterMark.getErrorIndex()) {
739 // highWaterMark.setErrorIndex(parsePosition.getErrorIndex());
754 for (int i = rules.length - 1; i >= 0 && highWaterMark.getIndex() < text.length(); i--)
    [all...]
NFRule.java     [all...]
RuleBasedNumberFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
nfrs.cpp 623 ParsePosition highWaterMark;
645 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
647 highWaterMark = workingPos;
654 fprintf(stderr, "' hwm: %d\n", highWaterMark.getIndex());
662 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) {
664 highWaterMark = workingPos;
673 fprintf(stderr, "' hwm: %d\n", highWaterMark.getIndex());
696 for (int32_t i = rules.size(); --i >= 0 && highWaterMark.getIndex() < text.length();) {
702 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
704 highWaterMark = workingPos
    [all...]
nfrule.cpp     [all...]
  /external/icu/icu4c/source/common/
uhash.c 243 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio);
400 if (hash->count > hash->highWaterMark) {
487 if (hash->count > hash->highWaterMark) {
631 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio);
uhash.h 161 int32_t highWaterMark; /* If count > highWaterMark, rehash */
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 564 milliseconds