HomeSort by relevance Sort by last modified time
    Searched full:recompose (Results 1 - 25 of 42) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
WhiteSpaceInfo.java 80 * This function is called to recompose() all of the WhiteSpaceInfo elements.
82 public void recompose(StylesheetRoot root) method in class:WhiteSpaceInfo
NamespaceAlias.java 150 * This function is called to recompose() all of the namespace alias properties elements.
154 public void recompose(StylesheetRoot root) method in class:NamespaceAlias
StylesheetRoot.java 228 * Recompose the values of all "composed" properties, meaning
233 * properties in the proper order and triggers the individual recompose
238 public void recompose() throws TransformerException method in class:StylesheetRoot
278 imported.recompose(recomposableElements);
299 // calling the recompose() function on each one. This will call back into the
303 ((ElemTemplateElement) recomposableElements.elementAt(i)).recompose(this);
494 * Recompose the output format object from the included elements.
547 * Recompose the attribute-set declarations.
588 * Recompose the decimal-format declarations.
651 * Recompose the key declarations
    [all...]
StylesheetComposed.java 77 public void recompose(Vector recomposableElements) throws TransformerException method in class:StylesheetComposed
267 * Recompose the value of the composed include list. Builds a composite
270 * @param including Stylesheet to recompose
DecimalFormatProperties.java 395 * This function is called to recompose() all of the decimal format properties elements.
399 public void recompose(StylesheetRoot root) method in class:DecimalFormatProperties
ElemAttributeSet.java 169 public void recompose(StylesheetRoot root) method in class:ElemAttributeSet
KeyDeclaration.java 193 public void recompose(StylesheetRoot root) method in class:KeyDeclaration
ElemTemplate.java 408 public void recompose(StylesheetRoot root) method in class:ElemTemplate
OutputProperties.java 536 * This function is called to recompose all of the output format extended elements.
540 public void recompose(StylesheetRoot root) method in class:OutputProperties
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize-private.hh 43 HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT, /* always fully decomposes and then recompose back */
hb-ot-shape-normalize.cc 52 * selectively recompose from there. It's kinda too expensive though, so
309 * separate rounds: decompose, reorder, recompose (if desired). Currently
361 /* Third round, recompose */
hb-glib.cc 321 * and recompose the rest to get the first component. */
hb-icu.cc 295 * and recompose the rest to get the first component. */
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 43 HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT, /* always fully decomposes and then recompose back */
hb-ot-shape-normalize.cc 52 * selectively recompose from there. It's kinda too expensive though, so
292 * separate rounds: decompose, reorder, recompose (if desired). Currently
344 /* Third round, recompose */
hb-glib.cc 321 * and recompose the rest to get the first component. */
hb-icu.cc 295 * and recompose the rest to get the first component. */
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.h 169 void recompose(const DecomposedType&);
AffineTransform.cpp 341 this->recompose(srA);
391 void AffineTransform::recompose(const DecomposedType& decomp) function in class:WebCore::AffineTransform
  /external/proguard/src/proguard/classfile/util/
DescriptorClassEnumeration.java 191 // Recompose the inner class name if necessary.
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 144 * Called by StylesheetRoot.recompose(), after all ElemTemplate compose()
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 270 transform.recompose(decomposition);
  /packages/apps/Contacts/src/com/android/contacts/editor/
StructuredNameEditorView.java 40 * the structured name, it will reparse or recompose the name, but only
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 733 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, function in class:Normalizer2Impl
    [all...]
  /external/icu4c/common/
normalizer2impl.cpp 808 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, function in class:Normalizer2Impl
    [all...]

Completed in 558 milliseconds

1 2