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

/external/icu4c/common/
H A Ducol_data.h43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon6609
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/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h124 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.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
928 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/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.c1952 const COMP_METHOD *comp, *expansion; local
2061 expansion=SSL_get_current_expansion(s);
2065 expansion ? SSL_COMP_get_name(expansion) : "NONE");
/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 320 milliseconds