Home
last modified time | relevance | path

Searched defs:fLimit (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dformattedvalue.h237 int32_t fLimit = 0; variable
/external/icu/icu4c/source/test/intltest/
Dtsdate.h60 int32_t fLimit; // How many iterations it should take to reach convergence variable
/external/icu/icu4c/source/common/
Drbbi_cache.h63 int32_t fLimit; // Last boundary in cache. Which is the limit of the variable
/external/skqp/tests/
DFakeStreams.h83 size_t fLimit; variable
DCodecTest.cpp864 const size_t fLimit; member in LimitedPeekingMemStream
1269 const size_t fLimit; member in LimitedRewindingStream
/external/skia/tests/
DFakeStreams.h83 size_t fLimit; variable
DCodecTest.cpp863 const size_t fLimit; member in LimitedPeekingMemStream
1265 const size_t fLimit; member in LimitedRewindingStream
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DConstrainedFieldPosition.java73 private int fLimit; field in ConstrainedFieldPosition
DRuleBasedBreakIterator.java1301 int fLimit; // Last boundary in cache. Which is the limit of the local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormat.java53 private static int fLimit = 3; // How many iterations it should take to reach convergence field in IntlTestDateFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
DConstrainedFieldPosition.java74 private int fLimit; field in ConstrainedFieldPosition
DRuleBasedBreakIterator.java1280 int fLimit; // Last boundary in cache. Which is the limit of the local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormat.java56 private static int fLimit = 3; // How many iterations it should take to reach convergence field in IntlTestDateFormat
/external/icu/icu4c/source/io/
Dufile.h56 const UChar *fLimit; /* data limit in fUCBuffer */ member
/external/icu/icu4c/source/i18n/
Dregeximp.h405 int64_t fLimit; variable
Dtznames_impl.cpp451 …int32_t fLimit; // Index to start of unused area at end of fSt… member
/external/skia/samplecode/
DSampleParagraph.cpp1635 size_t fLimit = 20; member in ParagraphView18