Searched defs:mLimit (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp738 UCMapping *m, *mLimit; local
763 for(m=baseData.ucm->base->mappings, mLimit=m+baseData.ucm->base->mappingsLength;
764 m<mLimit && fallbackFlags!=3;
816 for(m=baseData.ucm->base->mappings, mLimit=m+baseData.ucm->base->mappingsLength;
817 m<mLimit;
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.c533 UCMapping *m, *mLimit; local
538 mLimit=m+table->mappingsLength;
541 while(m<mLimit) {
697 UCMapping *m, *mLimit; local
703 mLimit=m+table->mappingsLength;
708 for(; m<mLimit; ++m) {
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp3883 int32_t mLimit = -1; local
4050 // * do NOT advance the candidate match limit (mLimit) to a break boundary; however
4052 // cases in which mLimit includes target characters that are ignorable with current
4059 mLimit = maxLimit;
4068 mLimit = minLimit;
4072 // case we want to set mLimit to nba regardless of allowMidclusterMatch
4073 // (i.e. we back off mLimit to the previous breakIterator boundary).
4075 mLimit = nba;
4082 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4207 int32_t mLimit = -1; local
[all...]
/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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 241 milliseconds