HomeSort by relevance Sort by last modified time
    Searched refs:strength (Results 126 - 150 of 296) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 96 /** Primary collation strength */
98 /** Secondary collation strength */
100 /** Tertiary collation strength */
102 /** Default collation strength */
105 /** Quaternary collation strength */
107 /** Identical collation strength */
152 * Use this to set the strength of a Collator object.
157 * differences. Use this to set the strength of a Collator object.
162 * all comparison differences. Use this to set the strength of a Collator
170 * UCollationStrength is also used to determine the strength of sort keys
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 59 /* perform test with strength PRIMARY */
62 /* perform test with strength SECONDARY */
65 /* perform test with strength tertiary */
68 /*perform tests with strength Identical */
147 int32_t strength = UCOL_PRIMARY; local
157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
158 if(strength > UCOL_PRIMARY) {
165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY)
    [all...]
usrchtst.c 456 ucol_setStrength(collator, search.strength);
487 ucol_setStrength(collator, search.strength);
527 ucol_setStrength(collator, search.strength);
614 while (STRENGTH[count].text != NULL) {
615 if (!assertEqual(STRENGTH[count])) {
681 ucol_setStrength(collator, search->strength);
879 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
937 ucol_setStrength(EN_US_, PATTERN[0].strength);
    [all...]
citertst.c 1767 uint32_t strength = 0; local
1854 UCollationStrength strength[5] = {UCOL_PRIMARY, UCOL_SECONDARY, local
1968 uint32_t strength = 0; local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 91 /** Primary collation strength */
93 /** Secondary collation strength */
95 /** Tertiary collation strength */
97 /** Default collation strength */
100 /** Quaternary collation strength */
102 /** Identical collation strength */
205 * Use this to set the strength of a Collator object.
210 * differences. Use this to set the strength of a Collator object.
215 * all comparison differences. Use this to set the strength of a Collator
223 * UCollationStrength is also used to determine the strength of sort keys
    [all...]
tblcoll.h 39 * 6/17/97 helena Added IDENTICAL strength for compare, changed getRules to
127 * @param collationStrength strength for comparison
153 * @param collationStrength strength for comparison
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 59 /* perform test with strength PRIMARY */
62 /* perform test with strength SECONDARY */
65 /* perform test with strength tertiary */
68 /*perform tests with strength Identical */
147 int32_t strength = UCOL_PRIMARY; local
157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
158 if(strength > UCOL_PRIMARY) {
165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY)
    [all...]
capitst.c 109 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
349 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
350 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
354 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
355 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
356 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
406 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
407 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
411 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary difference");
412 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference")
1898 UColAttributeValue strength; local
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 195 static jlong NativeCollation_openCollatorFromRules(JNIEnv* env, jclass, jstring javaRules, jint mode, jint strength) {
202 UColAttributeValue(mode), UCollationStrength(strength), NULL, &status);
  /frameworks/wilhelm/src/android/
android_Effect.cpp 267 // initialize strength
268 int16_t strength; local
270 BASSBOOST_PARAM_STRENGTH, &strength)) {
271 ibb->mStrength = (SLpermille) strength;
335 // initialize strength
336 int16_t strength; local
338 VIRTUALIZER_PARAM_STRENGTH, &strength)) {
339 ivi->mStrength = (SLpermille) strength;
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 239 const UCollationStrength &strength) const
241 switch (strength)
383 collator->setStrength(getECollationStrength(search->strength));
442 collator->setStrength(getECollationStrength(search->strength));
495 collator->setStrength(getECollationStrength(search->strength));
755 while (STRENGTH[count].text != NULL) {
756 if (!assertEqual(&STRENGTH[count])) {
816 collator->setStrength(getECollationStrength(search->strength));
969 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
1027 m_en_us_->setStrength(getECollationStrength(PATTERN[0].strength));
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 239 const UCollationStrength &strength) const
241 switch (strength)
486 collator->setStrength(getECollationStrength(search->strength));
545 collator->setStrength(getECollationStrength(search->strength));
598 collator->setStrength(getECollationStrength(search->strength));
858 while (STRENGTH[count].text != NULL) {
859 if (!assertEqual(&STRENGTH[count])) {
919 collator->setStrength(getECollationStrength(search->strength));
    [all...]
colldata.cpp 44 UCollationStrength strength = ucol_getStrength(coll); local
57 switch (strength)
79 if (strength >= UCOL_QUATERNARY) {
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 563 int32_t currentSize, UColAttributeValue strength,
595 /* Bit mask for primary collation strength. */
598 /* Bit mask for secondary collation strength. */
601 /* Bit mask for tertiary collation strength. */
778 \/*UColAttributeValue*\/ int32_t strength; \/* attribute for strength *\/ member in struct:__anon15832
921 uint32_t \/*UColAttributeValue*\/ strength; member in struct:__anon15836
993 UColAttributeValue strength; \/* attribute for strength *\/ member in struct:UCollator
    [all...]
tblcoll.cpp 586 UCollationStrength strength = getUCollationStrength(newStrength); local
587 ucol_setAttribute(ucollator, UCOL_STRENGTH, strength, &intStatus);
usearch.cpp 68 * Getting the mask for collation strength
69 * @param strength collation strength
73 inline uint32_t getMask(UCollationStrength strength)
75 switch (strength)
167 if (strsrch->strength >= UCOL_QUATERNARY) {
174 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
454 // Since the strength is primary, accents are ignored in the pattern.
455 if (strsrch->strength == UCOL_PRIMARY) {
    [all...]
ucol_res.cpp 365 UCollationStrength strength,
491 ucol_setAttribute(result, UCOL_STRENGTH, strength, status);
514 UCollationStrength strength,
521 strength,
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 254 /* Saved strength is used to return the exact strength that was used in the set to the get
255 * because we map the original strength range of 0:1000 to 1:15, and this will avoid
706 // strength strength to be applied
2010 int16_t strength; local
2160 int16_t strength; local
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 1034 final int strength = prefs.getInt(Key.virt_strength.toString(), defaultstrength); local
1078 final int strength = prefs.getInt(Key.bb_strength.toString(), local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigurationActivity.java 186 int strength = local
190 toInfo(mResources, signalLevels[strength]));
  /external/icu/icu4c/source/i18n/
usearch.cpp 60 * Getting the mask for collation strength
61 * @param strength collation strength
65 inline uint32_t getMask(UCollationStrength strength)
67 switch (strength)
159 if (strsrch->strength >= UCOL_QUATERNARY) {
166 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
441 // Since the strength is primary, accents are ignored in the pattern.
442 if (strsrch->strength == UCOL_PRIMARY) {
    [all...]
ucol.cpp 356 UCollationStrength strength)
359 ucol_setAttribute(coll, UCOL_STRENGTH, strength, &status);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterVignette.java 62 float strength, float finalValue);
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 71 * lowered: jumps with higher strength tend to be lowered to jumps of
72 * lower strength. Accordingly, strength is used as a heuristic to
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
140 * If the block ends with a jump, must be the strength of the jump.
461 unsigned strength = get_jump_strength(ir); local
463 switch(strength)
    [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 71 * lowered: jumps with higher strength tend to be lowered to jumps of
72 * lower strength. Accordingly, strength is used as a heuristic to
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
140 * If the block ends with a jump, must be the strength of the jump.
461 unsigned strength = get_jump_strength(ir); local
463 switch(strength)
    [all...]

Completed in 1256 milliseconds

1 2 3 4 56 7 8 91011>>