Searched defs:alternates (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/compositor_bindings/
H A Dweb_animation_impl.cc146 void WebAnimationImpl::setAlternatesDirection(bool alternates) { argument
147 if (alternates)
/external/icu/icu4c/source/i18n/
H A Didentifier_info.cpp166 // Now make a final pass through ScriptSetSet to remove alternates that came before singles.
169 // We also compute any commonalities among the alternates.
237 // Plus 1 if there is some commonality among the alternates (eg [Arab Thaa]; [Arab Syrc])
238 // Plus number of alternates otherwise (this only works because we only test cardinality up to 2.)
287 UnicodeString &IdentifierInfo::displayAlternates(UnicodeString &dest, const UHashtable *alternates, UErrorCode &status) { argument
293 const UHashElement *el = uhash_nextElement(alternates, &pos);
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp475 UHashtable *alternates = uhash_open(uhash_hashScriptSet ,uhash_compareScriptSet, NULL, &status); local
476 uhash_puti(alternates, &bitset12, 1, &status);
477 uhash_puti(alternates, &bitset2, 1, &status);
479 IdentifierInfo::displayAlternates(alternatesString, alternates, status);
490 uhash_close(alternates);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 660 milliseconds