HomeSort by relevance Sort by last modified time
    Searched refs:embedding (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/java/text/
Bidi.java 94 * specifies the level of embedding for each character. Values between -1
99 * value, the algorithm treats its embedding level as 0. The NUMERIC_SHAPING
144 Object embedding = paragraph.getAttribute(TextAttribute.BIDI_EMBEDDING); local
145 if (embedding != null && embedding instanceof Integer) {
146 int embLevel = ((Integer) embedding).intValue();
186 * the embedding level array of the paragraph text, specifying
187 * the embedding level information for each character. Values
  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 364 BidiEmbedding embedding = m_currentExplicitEmbeddingSequence[i]; local
365 if (embedding.direction() == PopDirectionalFormat) {
369 Direction direction = (embedding.direction() == RightToLeftEmbedding || embedding.direction() == RightToLeftOverride) ? RightToLeft : LeftToRight;
370 bool override = embedding.direction() == LeftToRightOverride || embedding.direction() == RightToLeftOverride;
377 toContext = BidiContext::create(level, direction, override, embedding.source(), toContext.get());
541 // embedding and overrides (X1-X9 in the Bidi specs)
573 // the numbers need to be on a higher embedding level, so let's close that run
577 // the neutrals take the embedding direction, which is
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.tex 34 % unlike the built-in "verbatim", allows embedding TeX commands, as
01-introduction.tex 72 The specification for embedding Vorbis into
  /external/linux-tools-perf/config/
utilities.mak 83 # embedding in a shell string that is delimited by
  /external/skia/src/device/xps/
SkXPSDevice.cpp 368 XPS_FONT_EMBEDDING embedding; local
369 HRM(current->xpsFont->GetEmbeddingOption(&embedding),
370 "Could not get embedding option from font.");
378 embedding,
2033 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; local
    [all...]
  /dalvik/docs/
prettify.js 175 * embedding of line numbers within code listings.
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 178 * embedding of line numbers within code listings.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 178 * embedding of line numbers within code listings.
    [all...]

Completed in 234 milliseconds