Searched defs:fLimit (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtsdate.h58 int32_t fLimit; // How many iterations it should take to reach convergence member in class:IntlTestDateFormat
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDateFormat.java48 private int fLimit = 3; // How many iterations it should take to reach convergence field in class:IntlTestDateFormat
73 fLimit = 3;
87 fLimit = 2;
192 if (stringMatch > fLimit || dateMatch > fLimit) {
194 errln("********** FAIL: No string and/or date match within " + fLimit + " iterations.");
/external/icu/icu4c/source/io/
H A Dufile.h52 const UChar *fLimit; /* data limit in fUCBuffer */ member in struct:u_localized_string
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormat.java44 private int fLimit = 3; // How many iterations it should take to reach convergence field in class:IntlTestDateFormat
69 fLimit = 3;
83 fLimit = 2;
188 if (stringMatch > fLimit || dateMatch > fLimit) {
190 errln("********** FAIL: No string and/or date match within " + fLimit + " iterations.");
/external/icu/icu4c/source/i18n/
H A Dregeximp.h404 int64_t fLimit; member in class:CaseFoldingUCharIterator
H A Dtznames_impl.cpp399 int32_t fLimit; // Index to start of unused area at end of fStrings member in struct:ZNStringPoolChunk
406 fLimit = 0;
457 int32_t remainingLength = POOL_CHUNK_SIZE - fChunks->fLimit;
473 UChar *destString = &fChunks->fStrings[fChunks->fLimit];
475 fChunks->fLimit += (length + 1);
/external/skia/tests/
H A DCodexTest.cpp833 , fLimit(limit) {}
836 return fStream.peek(buf, SkTMin(bytes, fLimit));
849 const size_t fLimit; member in class:LimitedPeekingMemStream
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 175 milliseconds