Searched defs:expansion (Results 1 - 16 of 16) sorted by relevance

/external/gcc-demangle/
H A Dcp-demangle.h124 int expansion; member in struct:d_info
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h123 int expansion; member in struct:d_info
/external/webkit/Source/WebCore/platform/graphics/
H A DTextRun.h45 TextRun(const UChar* c, int len, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
49 , m_expansion(expansion)
65 TextRun(const String& s, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
69 , m_expansion(expansion)
100 float expansion() const { return m_expansion; } function in class:WebCore::TextRun
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.h126 void setExpansion(float expansion) { m_logicalWidth -= m_expansion; m_expansion = expansion; m_logicalWidth += m_expansion; } argument
H A DInlineBox.h297 int expansion() const { return m_expansion; } function in class:WebCore::InlineBox
H A DRenderBlockLineLayout.cpp593 float expansion = (availableLogicalWidth - totalLogicalWidth) * opportunitiesInRun / expansionOpportunityCount; local
594 textBox->setExpansion(expansion);
595 totalLogicalWidth += expansion;
/external/icu4c/i18n/
H A Ducol_tok.h77 uint32_t expansion; member in struct:UColToken
H A Ducol_elm.cpp424 * Looks for the maximum length of all expansion sequences ending with the same
427 * @param endexpansion the last expansion collation element to be added
428 * @param expansionsize size of the expansion
429 * @param maxexpansion data structure to store the maximum expansion data.
486 /* using binary search to determine if last expansion element is
508 /* found the ce in expansion, we'll just modify the size if it is
558 fprintf(stderr, "expansion not found %d\n", temp);
566 * Sets the maximum length of all jamo expansion sequences ending with the same
570 * @param endexpansion the last expansion collation element to be added
571 * @param expansionsize size of the expansion
1137 uint32_t expansion = 0; local
1706 uint32_t expansion = 0; local
[all...]
H A Dusearch.cpp287 * expansion will be perform as we go along. Adding 1 to ensure that the table
362 * expansion will be perform as we go along. Adding 1 to ensure that the table
444 * @return expansionsize the total expansion size of the pattern
500 // the number of ces minus their expansion, since expansions can come
1193 int32_t expansion = getExpansionPrefix(coleiter); local
1194 UBool expandflag = expansion > 0;
1196 while (expansion > 0) {
1198 // since backward contraction/expansion may have extra ces if we
1201 // E.g. the character \u01FA will have an expansion of 3, but if
1203 // have to skip the first ce in the expansion buffe
1836 int32_t expansion = getExpansionPrefix(coleiter); local
2034 int32_t expansion = getExpansionSuffix(coleiter); local
2474 int32_t expansion = getExpansionSuffix(coleiter); local
[all...]
H A Ducol_imp.h75 * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
90 * will have all offsets 0 except for the options and expansion offsets,
109 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
119 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
121 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
123 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
234 /* This is the size of the buffer for expansion C
867 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon5898
995 const uint32_t *expansion; member in struct:UCollator
[all...]
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp786 * @param expansion flags TRUE if element has an expansion
788 void outputScriptElem(ScriptElement &element, int compare, UBool expansion) argument
792 if (expansion) {
800 if (expansion) {
808 if (expansion) {
816 if (expansion) {
/external/openssl/apps/
H A Ds_client.c1938 const COMP_METHOD *comp, *expansion; local
2047 expansion=SSL_get_current_expansion(s);
2051 expansion ? SSL_COMP_get_name(expansion) : "NONE");
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c3577 * Returns NULL if node is a simple token with no expansion, (that is,
3582 * Compute the complete expansion of node (which is a function-like
3585 * Returns the token list that results from the expansion and sets
3587 * expansion. Specifically, *last will be set as follows: as the
3679 /* After argument substitution, and before further expansion
3708 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n");
3725 /* Compute the complete expansion of node, (and subsequent nodes after
3729 * Returns NULL if node is a simple token with no expansion.
3731 * Otherwise, returns the token list that results from the expansion
3733 * the expansion
3775 token_list_t *expansion; local
3862 token_list_t *expansion; local
[all...]
/external/dnsmasq/src/
H A Ddnsmasq.h588 unsigned int block, blocksize, expansion; member in struct:tftp_transfer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 402 milliseconds