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

  /external/chromium_org/third_party/icu/source/common/
ucol_data.h 43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon16629
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
  /external/icu/icu4c/source/common/
ucol_data.h 43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon1351
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/libedit/examples/
fileman.c 121 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/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 275 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; }
400 signed expansion() { return m_bitfields.expansion(); } function in class:blink::InlineBox
401 void setExpansion(signed expansion) { m_bitfields.setExpansion(expansion); }
RenderBlockLineLayout.cpp 474 int expansion = (availableLogicalWidth - totalLogicalWidth) * opportunitiesInRun / expansionOpportunityCount; local
475 textBox->setExpansion(expansion);
476 totalLogicalWidth += expansion;
    [all...]
  /external/chromium_org/third_party/icu/source/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 *
916 const uint32_t *expansion; member in struct:UCollator
    [all...]
  /external/doclava/src/com/google/doclava/
SampleCode.java 186 String expansion = ".Sub."; local
190 key = (key + expansion);
192 expansion = "";
  /art/oatdump/
oatdump.cc 1385 double expansion = local
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 279 * 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
1823 int32_t expansion = getExpansionPrefix(coleiter); local
2021 int32_t expansion = getExpansionSuffix(coleiter); local
2461 int32_t expansion = getExpansionSuffix(coleiter); local
    [all...]
  /external/openssl/apps/
s_client.c 1991 const COMP_METHOD *comp, *expansion; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 193 /* Perform macro expansion in-place on the given list. */
4007 token_list_t *expansion; local
4099 token_list_t *expansion; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 16 * 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
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 590 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 

Completed in 5367 milliseconds