HomeSort by relevance Sort by last modified time
    Searched refs:embedding (Results 1 - 13 of 13) 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/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolver.h 423 // ignores (skips over) the isolated content, including embedding levels.
424 // We should never accrue embedding levels while skipping over isolated content.
433 BidiEmbedding embedding = m_currentExplicitEmbeddingSequence[i]; local
434 if (embedding.direction() == PopDirectionalFormat) {
438 Direction direction = (embedding.direction() == RightToLeftEmbedding || embedding.direction() == RightToLeftOverride) ? RightToLeft : LeftToRight;
439 bool override = embedding.direction() == LeftToRightOverride || embedding.direction() == RightToLeftOverride;
446 toContext = BidiContext::create(level, direction, override, embedding.source(), toContext.get());
679 // embedding and overrides (X1-X9 in the Bidi specs
    [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/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 411 XPS_FONT_EMBEDDING embedding; local
412 HRM(current->xpsFont->GetEmbeddingOption(&embedding),
413 "Could not get embedding option from font.");
421 embedding,
2057 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; local
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 411 XPS_FONT_EMBEDDING embedding; local
412 HRM(current->xpsFont->GetEmbeddingOption(&embedding),
413 "Could not get embedding option from font.");
421 embedding,
2057 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; local
    [all...]
  /dalvik/docs/
prettify.js 175 * embedding of line numbers within code listings.
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 331 // Also, when showChrome is false, we're embedding the dashboard elsewhere and
    [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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 498 milliseconds