HomeSort by relevance Sort by last modified time
    Searched refs:strength (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/icu4c/i18n/
ucoleitr.cpp 206 UCollationStrength strength; member in struct:UCollationPCE
231 strength = ucol_getStrength(coll);
253 switch(elems->pce->strength) {
281 if (elems->pce->strength >= UCOL_QUATERNARY) {
288 if (elems->pce->strength >= UCOL_QUATERNARY) {
514 // UCollationStrength strength = ucol_getStrength(coll);
620 switch (coll->strength)
ucol.cpp 114 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
724 result->strength = (UColAttributeValue)opts->strength;
838 result->strength = (UColAttributeValue)result->options->strength;
4637 UColAttributeValue strength = coll->strength; local
5772 int32_t strength = ucol_getAttribute(coll, UCOL_STRENGTH, status); local
7361 UColAttributeValue strength = coll->strength; local
7910 int32_t strength = coll->strength; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 189 // Get the requested collation strength.
192 const UnicodeString *strength = testCase->getAttribute("strength"); local
194 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;}
195 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;}
196 else if (*strength=="SECONDARY") { collatorStrength = UCOL_SECONDARY;}
197 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;}
198 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
199 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;}
201 // Bogus value supplied for strength. Shouldn't happen, even fro
540 const UnicodeString *strength = testCase->getAttribute("strength"); local
    [all...]
srchtest.cpp 235 const UCollationStrength &strength) const
237 switch (strength)
371 collator->setStrength(getECollationStrength(search->strength));
430 collator->setStrength(getECollationStrength(search->strength));
483 collator->setStrength(getECollationStrength(search->strength));
743 while (STRENGTH[count].text != NULL) {
744 if (!assertEqual(&STRENGTH[count])) {
804 collator->setStrength(getECollationStrength(search->strength));
957 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
1015 m_en_us_->setStrength(getECollationStrength(PATTERN[0].strength));
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 192 // Get the requested collation strength.
195 const UnicodeString *strength = testCase->getAttribute("strength"); local
197 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;}
198 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;}
199 else if (*strength=="SECONDARY") { collatorStrength = UCOL_SECONDARY;}
200 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;}
201 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
202 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;}
204 // Bogus value supplied for strength. Shouldn't happen, even fro
533 const UnicodeString *strength = testCase->getAttribute("strength"); local
    [all...]
srchtest.cpp 237 const UCollationStrength &strength) const
239 switch (strength)
381 collator->setStrength(getECollationStrength(search->strength));
440 collator->setStrength(getECollationStrength(search->strength));
493 collator->setStrength(getECollationStrength(search->strength));
753 while (STRENGTH[count].text != NULL) {
754 if (!assertEqual(&STRENGTH[count])) {
814 collator->setStrength(getECollationStrength(search->strength));
967 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
1025 m_en_us_->setStrength(getECollationStrength(PATTERN[0].strength));
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 112 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
668 result->strength = (UColAttributeValue)opts->strength;
782 result->strength = (UColAttributeValue)result->options->strength;
4798 UColAttributeValue strength = coll->strength; local
5968 int32_t strength = ucol_getAttribute(coll, UCOL_STRENGTH, status); local
7630 UColAttributeValue strength = coll->strength; local
8168 int32_t strength = coll->strength; local
    [all...]
ucol_imp.h 520 int32_t currentSize, UColAttributeValue strength,
552 /* Bit mask for primary collation strength. */
555 /* Bit mask for secondary collation strength. */
558 /* Bit mask for tertiary collation strength. */
734 /*UColAttributeValue*/ int32_t strength; /* attribute for strength */ member in struct:__anon2889
875 uint32_t \/*UColAttributeValue*\/ strength; member in struct:__anon2893
948 UColAttributeValue strength; \/* attribute for strength *\/ member in struct:UCollator
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 49 int32_t strength = UCOL_PRIMARY; local
60 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
64 if(strength > UCOL_PRIMARY) {
71 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
73 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
74 strength ++;
80 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
153 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
364 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
1871 UColAttributeValue strength; local
    [all...]
callcoll.c 60 /* perform test with strength PRIMARY */
63 /* perform test with strength SECONDARY */
66 /* perform test with strength tertiary */
69 /*perform tests with strength Identical */
148 int32_t strength = UCOL_PRIMARY; local
157 while(strength <= UCOL_QUATERNARY && strength <= coll->strength) {
158 if(strength > UCOL_PRIMARY) {
165 if(coll->caseLevel == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE)
    [all...]
cmsccoll.c 370 fprintf(stderr, " strength: %s\n Sortkey: ", strengthsC[k]);
531 uint32_t strength = 0; local
567 strength = src.parsedToken.strength;
609 if(beforeStrength < strength) {
610 strength = beforeStrength;
616 switch(strength){
640 if(before == TRUE && strength != UCOL_TOK_RESET) { /* first and second were swapped */
734 static char *getRelationSymbol(UCollationResult res, uint32_t strength, char *buffer) {
737 if(res == UCOL_EQUAL || strength == 0xdeadbeef)
912 uint32_t strength = 0; local
1074 uint32_t strength = 0; local
2922 uint32_t strength = 0; local
    [all...]
usrchtst.c 449 ucol_setStrength(collator, search.strength);
480 ucol_setStrength(collator, search.strength);
520 ucol_setStrength(collator, search.strength);
607 while (STRENGTH[count].text != NULL) {
608 if (!assertEqual(STRENGTH[count])) {
674 ucol_setStrength(collator, search->strength);
872 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
930 ucol_setStrength(EN_US_, PATTERN[0].strength);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 49 int32_t strength = UCOL_PRIMARY; local
60 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
64 if(strength > UCOL_PRIMARY) {
71 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
73 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
74 strength ++;
80 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
161 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
369 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
1849 UColAttributeValue strength; local
    [all...]
cmsccoll.c 370 fprintf(stderr, " strength: %s\n Sortkey: ", strengthsC[k]);
531 uint32_t strength = 0; local
567 strength = src.parsedToken.strength;
609 if(beforeStrength < strength) {
610 strength = beforeStrength;
616 switch(strength){
640 if(before == TRUE && strength != UCOL_TOK_RESET) { /* first and second were swapped */
734 static char *getRelationSymbol(UCollationResult res, uint32_t strength, char *buffer) {
737 if(res == UCOL_EQUAL || strength == 0xdeadbeef)
912 uint32_t strength = 0; local
1074 uint32_t strength = 0; local
2926 uint32_t strength = 0; local
    [all...]
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...]
  /external/svox/pico/lib/
picospho.c 560 /* BOUND(<bound strength><phrase type>) */
561 /* insert bound strength */
708 /** Calculate bound strength modified by transduction
710 * Given the original bound strength 'orig' and the desired target strength 'target' (suggested by fst),
711 * calculate the modified bound strength.
713 * @param orig original bound strength
714 * @param target target bound strength
715 * @return resulting bound strength
737 /** Calculate bound strength modified by a \<break> comman
851 picoos_uint8 strength; local
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 95 /** Primary collation strength */
97 /** Secondary collation strength */
99 /** Tertiary collation strength */
101 /** Default collation strength */
104 /** Quaternary collation strength */
106 /** Identical collation strength */
137 * Use this to set the strength of a Collator object.
142 * differences. Use this to set the strength of a Collator object.
147 * all comparison differences. Use this to set the strength of a Collator
155 * UCollationStrength is also used to determine the strength of sort keys
    [all...]
  /external/icu4c/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 */
138 * Use this to set the strength of a Collator object.
143 * differences. Use this to set the strength of a Collator object.
148 * all comparison differences. Use this to set the strength of a Collator
156 * UCollationStrength is also used to determine the strength of sort keys
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 104 /** Primary collation strength */
106 /** Secondary collation strength */
108 /** Tertiary collation strength */
110 /** Default collation strength */
113 /** Quaternary collation strength */
115 /** Identical collation strength */
146 * Use this to set the strength of a Collator object.
151 * differences. Use this to set the strength of a Collator object.
156 * all comparison differences. Use this to set the strength of a Collator
164 * UCollationStrength is also used to determine the strength of sort keys
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 104 /** Primary collation strength */
106 /** Secondary collation strength */
108 /** Tertiary collation strength */
110 /** Default collation strength */
113 /** Quaternary collation strength */
115 /** Identical collation strength */
146 * Use this to set the strength of a Collator object.
151 * differences. Use this to set the strength of a Collator object.
156 * all comparison differences. Use this to set the strength of a Collator
164 * UCollationStrength is also used to determine the strength of sort keys
    [all...]
  /libcore/luni/src/main/native/
NativeCollation.cpp 130 static jint NativeCollation_openCollatorFromRules(JNIEnv* env, jclass, jstring rules0, jint mode, jint strength) {
134 UColAttributeValue(mode), UCollationStrength(strength), NULL, &status);
  /external/freetype/src/base/
ftoutln.c 883 FT_Pos strength )
895 strength /= 2;
896 if ( strength == 0 )
954 d = FT_DivFix( strength, scale );
959 outline->points[n].x = v_cur.x + strength + in.x;
960 outline->points[n].y = v_cur.y + strength + in.y;
  /system/media/opensles/libopensles/
android_Effect.cpp 257 // initialize strength
258 int16_t strength; local
260 BASSBOOST_PARAM_STRENGTH, &strength)) {
261 ibb->mStrength = (SLpermille) strength;
348 // initialize strength
349 int16_t strength; local
351 VIRTUALIZER_PARAM_STRENGTH, &strength)) {
352 ivi->mStrength = (SLpermille) strength;
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 274 /* Saved strength is used to return the exact strength that was used in the set to the get
275 * because we map the original strength range of 0:1000 to 1:15, and this will avoid
700 // strength strength to be applied
1804 int16_t strength; local
1922 int16_t strength; local
    [all...]

Completed in 1447 milliseconds

1 23 4 5