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

1 2 34 5

  /external/chromium/third_party/icu/source/i18n/
tblcoll.cpp 584 UCollationStrength strength = getUCollationStrength(newStrength); local
585 ucol_setAttribute(ucollator, UCOL_STRENGTH, strength, &intStatus);
usearch.cpp 66 * Getting the mask for collation strength
67 * @param strength collation strength
71 inline uint32_t getMask(UCollationStrength strength)
73 switch (strength)
165 if (strsrch->strength >= UCOL_QUATERNARY) {
172 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
444 // Since the strength is primary, accents are ignored in the pattern.
445 if (strsrch->strength == UCOL_PRIMARY) {
    [all...]
colldata.cpp 53 UCollationStrength strength = ucol_getStrength(coll); local
66 switch (strength)
93 if (strength >= UCOL_QUATERNARY) {
ucol_res.cpp 348 UCollationStrength strength,
475 ucol_setAttribute(result, UCOL_STRENGTH, strength, status);
    [all...]
ucol_sit.cpp 277 /* 06 STRENGTH */ {strengthArg, _processCollatorOption, UCOL_STRENGTH }, // strength 1, 2, 3, 4, I, D
663 case UCOL_STRENGTH: /* attribute for strength */
664 return coll->strengthisDefault?UCOL_DEFAULT:coll->strength;
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 1718 uint32_t strength = 0; local
1801 UCollationStrength strength[5] = {UCOL_PRIMARY, UCOL_SECONDARY, local
1911 uint32_t strength = 0; local
    [all...]
usrchdat.c 30 UCollationStrength strength; member in struct:SearchData
93 static const SearchData STRENGTH[] = {
  /external/icu4c/i18n/
tblcoll.cpp 584 UCollationStrength strength = getUCollationStrength(newStrength); local
585 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_imp.h 547 int32_t currentSize, UColAttributeValue strength,
579 /* Bit mask for primary collation strength. */
582 /* Bit mask for secondary collation strength. */
585 /* Bit mask for tertiary collation strength. */
761 /*UColAttributeValue*/ int32_t strength; /* attribute for strength */ member in struct:__anon3908
902 uint32_t \/*UColAttributeValue*\/ strength; member in struct:__anon3912
975 UColAttributeValue strength; \/* attribute for strength *\/ member in struct:UCollator
    [all...]
colldata.cpp 53 UCollationStrength strength = ucol_getStrength(coll); local
66 switch (strength)
93 if (strength >= UCOL_QUATERNARY) {
ucol_res.cpp 347 UCollationStrength strength,
469 ucol_setAttribute(result, UCOL_STRENGTH, strength, status);
    [all...]
ucol_sit.cpp 276 /* 06 STRENGTH */ {strengthArg, _processCollatorOption, UCOL_STRENGTH }, // strength 1, 2, 3, 4, I, D
662 case UCOL_STRENGTH: /* attribute for strength */
663 return coll->strengthisDefault?UCOL_DEFAULT:coll->strength;
  /external/icu4c/test/cintltst/
citertst.c 1720 uint32_t strength = 0; local
1803 UCollationStrength strength[5] = {UCOL_PRIMARY, UCOL_SECONDARY, local
1913 uint32_t strength = 0; local
    [all...]
usrchdat.c 30 UCollationStrength strength; member in struct:SearchData
117 static const SearchData STRENGTH[] = {
    [all...]
  /external/guava/src/com/google/common/collect/
MapMaker.java 99 private Strength keyStrength = Strength.STRONG;
100 private Strength valueStrength = Strength.STRONG;
162 * @throws IllegalStateException if the key strength was already set
167 return setKeyStrength(Strength.WEAK);
181 * @throws IllegalStateException if the key strength was already set
186 return setKeyStrength(Strength.SOFT);
189 private MapMaker setKeyStrength(Strength strength) {
    [all...]
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 246 uint32_t strength = 0; local
1058 uint32_t strength = 0; local
1161 uint32_t strength = 0; local
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 246 uint32_t strength = 0; local
1058 uint32_t strength = 0; local
1161 uint32_t strength = 0; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 492 FT_Pos strength; local
493 strength = FT_MulFix(fFace->units_per_EM, fFace->size->metrics.y_scale)
495 FT_Outline_Embolden(outline, strength);
    [all...]
  /external/svox/pico/lib/
picoacph.c 52 /* boundary strength state */
71 index for content, plus two fields for boundary strength/type)
114 -> headx further extended with boundary strength and type info to
134 picoos_uint8 boundStrengthState; /* boundary strength state */
398 BOUND strength state is needed */
502 PICODBG_WARN(("problem determining subphrase boundary strength"));
561 PICODBG_WARN(("invalid boundary strength, not set"));
565 /* set boundary strength state */
575 PICODBG_WARN(("invalid boundary strength state, not changed"));
    [all...]
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.cpp 861 opts->strength = UCOL_TERTIARY;
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 893 opts->strength = UCOL_TERTIARY;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /external/v8/benchmarks/
raytrace.js 211 return Math.pow((intensity - distance) / strength, 0.2);
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 206 return Math.pow((intensity - distance) / strength, 0.2);

Completed in 494 milliseconds

1 2 34 5