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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextRunConstructor.cpp42 static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
47 TextRun run(characters, length, 0, 0, expansion, direction, directionalOverride);
55 static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags) argument
68 TextRun run(characters, length, 0, 0, expansion, textDirection, directionalOverride);
75 TextRun constructTextRun(RenderObject* context, const Font& font, const LChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
77 return constructTextRunInternal(context, font, characters, length, style, direction, expansion);
80 TextRun constructTextRun(RenderObject* context, const Font& font, const UChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
82 return constructTextRunInternal(context, font, characters, length, style, direction, expansion);
85 TextRun constructTextRun(RenderObject* context, const Font& font, const RenderText* text, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
88 return constructTextRunInternal(context, font, text->characters8(), text->textLength(), style, direction, expansion);
92 constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
100 constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags) argument
110 constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextRun::ExpansionBehavior expansion, TextRunFlags flags) argument
116 constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextRun::ExpansionBehavior expansion) argument
[all...]
H A DInlineBox.h275 int expansion() const { return m_bitfields.expansion(); } function in class:blink::InlineBox
374 signed expansion() const { return m_expansion; } function in class:blink::InlineBox::InlineBoxBitfields
375 void setExpansion(signed expansion) { m_expansion = expansion; } argument
400 signed expansion() { return m_bitfields.expansion(); } function in class:blink::InlineBox
401 void setExpansion(signed expansion) { m_bitfields.setExpansion(expansion); } argument
H A DRenderBlockLineLayout.cpp474 int expansion = (availableLogicalWidth - totalLogicalWidth) * opportunitiesInRun / expansionOpportunityCount; local
475 textBox->setExpansion(expansion);
476 totalLogicalWidth += expansion;
/external/chromium_org/third_party/icu/source/common/
H A Ducol_data.h43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon12004
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
/external/icu/icu4c/source/common/
H A Ducol_data.h43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon21792
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
/external/gcc-demangle/
H A Dcp-demangle.h124 int expansion; member in struct:d_info
/external/libedit/examples/
H A Dfileman.c121 char* expansion; local
124 result = history_expand(s, &expansion);
127 fprintf(stderr, "%s\n", expansion);
129 add_history(expansion);
130 execute_line(expansion);
132 free(expansion);
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h124 int expansion; member in struct:d_info
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h77 uint32_t expansion; member in struct:UColToken
H A Ducol_elm.cpp426 * Looks for the maximum length of all expansion sequences ending with the same
429 * @param endexpansion the last expansion collation element to be added
430 * @param expansionsize size of the expansion
431 * @param maxexpansion data structure to store the maximum expansion data.
488 /* using binary search to determine if last expansion element is
510 /* found the ce in expansion, we'll just modify the size if it is
560 fprintf(stderr, "expansion not found %d\n", temp);
568 * Sets the maximum length of all jamo expansion sequences ending with the same
572 * @param endexpansion the last expansion collation element to be added
573 * @param expansionsize size of the expansion
1146 uint32_t expansion = 0; local
1715 uint32_t expansion = 0; local
[all...]
H A Ducol_imp.h79 * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
94 * will have all offsets 0 except for the options and expansion offsets,
113 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
123 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
125 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
127 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
222 /* This is the size of the buffer for expansion C
916 const uint32_t *expansion; member in struct:UCollator
[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...]
/external/chromium_org/third_party/icu/source/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.c1991 const COMP_METHOD *comp, *expansion; local
2100 expansion=SSL_get_current_expansion(s);
2104 expansion ? SSL_COMP_get_name(expansion) : "NONE");
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c193 /* Perform macro expansion in-place on the given list. */
3776 /* Perform macro expansion on 'list', placing the resulting tokens
3826 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n");
3843 * Returns NULL if node is a simple token with no expansion, (that is,
3848 * Compute the complete expansion of node (which is a function-like
3851 * Returns the token list that results from the expansion and sets
3853 * expansion. Specifically, *last will be set as follows: as the
3945 /* After argument substitution, and before further expansion
3955 /* Compute the complete expansion of node, (and subsequent nodes after
3959 * Returns NULL if node is a simple token with no expansion
4007 token_list_t *expansion; local
4099 token_list_t *expansion; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp279 * expansion will be perform as we go along. Adding 1 to ensure that the table
351 * expansion will be perform as we go along. Adding 1 to ensure that the table
430 * @return expansionsize the total expansion size of the pattern
487 // the number of ces minus their expansion, since expansions can come
1180 int32_t expansion = getExpansionPrefix(coleiter); local
1181 UBool expandflag = expansion > 0;
1183 while (expansion > 0) {
1185 // since backward contraction/expansion may have extra ces if we
1188 // E.g. the character \u01FA will have an expansion of 3, but if
1190 // have to skip the first ce in the expansion buffe
1823 int32_t expansion = getExpansionPrefix(coleiter); local
2021 int32_t expansion = getExpansionSuffix(coleiter); local
2461 int32_t expansion = getExpansionSuffix(coleiter); local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c16 * from a macro expansion
70 Token *expansion; member in struct:SMacro
102 Line *expansion; member in struct:MMacro
110 int lineno; /* Current line number on expansion */
164 * `expansion' field in MMacro structures, so that the linked list,
167 * push the lines on to the `expansion' field in _istk_ in reverse
173 * markers delimiting the end of the expansion of a given macro.
195 Line *expansion; member in struct:Include
1077 lp = &istk->expansion;
1162 free_llist(m->expansion);
[all...]
/external/dnsmasq/src/
H A Ddnsmasq.h590 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 370 milliseconds