HomeSort by relevance Sort by last modified time
    Searched defs:expansion (Results 1 - 21 of 21) sorted by null

  /external/icu4c/common/
ucol_data.h 43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon8573
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
  /external/gcc-demangle/
cp-demangle.h 124 int expansion; member in struct:d_info
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.h 124 int expansion; member in struct:d_info
  /external/webkit/Source/WebCore/platform/graphics/
TextRun.h 45 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/
InlineBox.h 297 int expansion() const { return m_expansion; } function in class:WebCore::InlineBox
RenderBlockLineLayout.cpp 593 float expansion = (availableLogicalWidth - totalLogicalWidth) * opportunitiesInRun / expansionOpportunityCount; local
594 textBox->setExpansion(expansion);
595 totalLogicalWidth += expansion;
    [all...]
  /external/icu4c/i18n/
ucol_tok.h 77 uint32_t expansion; member in struct:UColToken
ucol_elm.cpp 426 * 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...]
usearch.cpp 287 * 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
1836 int32_t expansion = getExpansionPrefix(coleiter); local
2034 int32_t expansion = getExpansionSuffix(coleiter); local
2474 int32_t expansion = getExpansionSuffix(coleiter); local
    [all...]
ucol_imp.h 79 * - 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 CE's *
928 const uint32_t *expansion; member in struct:UCollator
    [all...]
  /external/openssl/apps/
s_client.c 1952 const COMP_METHOD *comp, *expansion; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 1 /* Builtin function expansion for GNU Make.
1214 char *expansion = expand_argument (begp, endp+1);
1216 result = strlen (expansion);
1217 free (expansion);
1228 char *expansion;
1230 expansion = expand_argument (argv[0], NULL);
1232 o = variable_buffer_output (o, expansion, strlen (expansion));
1234 free (expansion);
1247 expansion. If it's false, CONDITION2 is evaluated, and so on. If none o
1207 char *expansion = expand_argument (begp, endp+1); local
1221 char *expansion; local
1254 char *expansion; local
1300 char *expansion; local
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 588 unsigned int block, blocksize, expansion; member in struct:tftp_transfer
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 459 milliseconds