HomeSort by relevance Sort by last modified time
    Searched full:highs (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
LevelListDrawable.java 180 final int[] highs = mHighs; local
183 if (level >= lows[i] && level <= highs[i]) {
  /external/chromium/third_party/icu/source/i18n/
ucol_bld.cpp 473 static uint32_t ucol_getCEGenerator(ucolCEGenerator *g, uint32_t* lows, uint32_t* highs, UColToken *tok, uint32_t fStrength, UErrorCode *status) {
476 uint32_t high = highs[fStrength*3+strength];
492 if(lows[fStrength*3+s] != highs[fStrength*3+s]) {
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 473 static uint32_t ucol_getCEGenerator(ucolCEGenerator *g, uint32_t* lows, uint32_t* highs, UColToken *tok, uint32_t fStrength, UErrorCode *status) {
476 uint32_t high = highs[fStrength*3+strength];
492 if(lows[fStrength*3+s] != highs[fStrength*3+s]) {
    [all...]

Completed in 3387 milliseconds