Searched defs:noOfLevels (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationKey.java379 * @param noOfLevels Strength levels required in the resulting bound
402 public CollationKey getBound(int boundType, int noOfLevels) argument
409 if (noOfLevels > Collator.PRIMARY) {
414 noOfLevels --;
415 if (noOfLevels == Collator.PRIMARY
424 if (noOfLevels > 0) {
429 + " with noOfLevels < " + keystrength);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationKey.java390 * @param noOfLevels Strength levels required in the resulting bound
414 public CollationKey getBound(int boundType, int noOfLevels) argument
421 if (noOfLevels > Collator.PRIMARY) {
426 noOfLevels --;
427 if (noOfLevels == Collator.PRIMARY
436 if (noOfLevels > 0) {
441 + " with noOfLevels < " + keystrength);
/external/icu/icu4c/source/i18n/
H A Ducol.cpp241 uint32_t noOfLevels,
260 noOfLevels--;
262 } while (noOfLevels > 0
266 && noOfLevels > 0) {
238 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) argument
H A Dcoll.cpp644 uint32_t noOfLevels,
649 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
641 getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode &status) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 80 milliseconds