Searched refs:expansions (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_elm.cpp82 static int32_t uprv_uca_addExpansion(ExpansionTable *expansions, uint32_t value, UErrorCode *status) { argument
86 if(expansions->CEs == NULL) {
87 expansions->CEs = (uint32_t *)uprv_malloc(INIT_EXP_TABLE_SIZE*sizeof(uint32_t));
89 if (expansions->CEs == NULL) {
93 expansions->size = INIT_EXP_TABLE_SIZE;
94 expansions->position = 0;
97 if(expansions->position == expansions->size) {
98 uint32_t *newData = (uint32_t *)uprv_realloc(expansions->CEs, 2*expansions
1143 ExpansionTable *expansions = t->expansions; local
1437 ExpansionTable *expansions = t->expansions; local
1718 ExpansionTable *expansions = t->expansions; local
[all...]
H A Ducol_sit.cpp720 USet *expansions; member in struct:contContext
734 USet *expansions = context->expansions; local
746 if(expansions && isSpecial(CE) && getCETag(CE) == EXPANSION_TAG) {
747 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
769 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
770 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
789 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
790 uset_addString(expansions, buffer+leftIndex, rightIndex+1-leftIndex);
804 USet *expansions local
868 ucol_getContractionsAndExpansions( const UCollator *coll, USet *contractions, USet *expansions, UBool addPrefixes, UErrorCode *status) argument
[all...]
H A Ducol_elm.h103 ExpansionTable *expansions; member in struct:__anon1160
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/
H A DMakefile24 SHOPT_BRACEPAT == 1 /* C-shell {...,...} expansions (, required) */
36 SHOPT_HISTEXPAND == 1 /* csh-style history file expansions */
/macosx-10.9.5/zsh-60/zsh/Functions/Zle/
H A Dkeeper67 # The "_expand_word_and_keep" function stores the expansions computed by
75 if [[ $args[-J] == all-expansions ]]
87 # This style is required to segregate the all-expansions group for
89 zstyle ':completion:expand-word:expand:::all-expansions' group-name ''
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcolldata.cpp331 USet *expansions = uset_openEmpty(); local
351 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
354 uset_addAll(charsToTest, expansions);
405 uset_close(expansions);
H A Dssearch.cpp1371 USet *expansions = uset_openEmpty(); local
1374 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
1381 StringSetMonkey expansionMonkey(expansions, coll, monkeyData);
1487 uset_close(expansions);
/macosx-10.9.5/zsh-60/zsh/StartupFiles/
H A Dzshrc133 # insert all expansions for expand completer
134 zstyle ':completion:*:expand:*' tag-order all-expansions
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ducol.h467 * Get a set containing the expansions defined by the collator. The set includes
468 * both the UCA expansions and the expansions defined by the tailoring
471 * @param expansions if not NULL, the set to hold the expansions
479 USet *contractions, USet *expansions,
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducol.h369 * Get a set containing the expansions defined by the collator. The set includes
370 * both the UCA expansions and the expansions defined by the tailoring
373 * @param expansions if not NULL, the set to hold the expansions
381 USet *contractions, USet *expansions,
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducol.h369 * Get a set containing the expansions defined by the collator. The set includes
370 * both the UCA expansions and the expansions defined by the tailoring
373 * @param expansions if not NULL, the set to hold the expansions
381 USet *contractions, USet *expansions,
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreadline.vim152 \ glob-expand-word glob-list-expansions
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dhp-symtab.h1191 dnttpointer expansions ; /* ptr to expansion list */ member in struct:dntt_type_template
1749 unsigned int linked : 1; /* linked with other expansions */
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t547 /* The TYPENAME expansions are to deal with use of a template class name as
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t547 /* The TYPENAME expansions are to deal with use of a template class name as
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dlibtool.m4475 dnl POSIX.2 word splitting is done only on the output of word expansions,
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsubst.c165 expansions. GLOB_ARGV_FLAGS is used by execute_cmd.c.
2385 expansions on the right hand side. */
3839 expansions inside a pattern? */
4068 /* Perform shell expansions on WORD, but do not perform word splitting or
4503 from the rest of the word expansions (word splitting and globbing.)
4797 /* We support a couple of expansions for variables that are not arrays.
5796 /* Perform the same expansions on the pattern as performed by the
5797 pattern removal expansions. */
5962 /* ${#var} doesn't have any of the other parameter expansions on it. */
6754 EXPANDED_SOMETHING get non-zero if WORD contained any parameter expansions,
7942 register char **expansions; local
[all...]
H A Dparse.y1987 char *expansions;
1998 expansions = pre_process_line (shell_input_line, 1, 1);
2002 if (expansions != shell_input_line)
2005 shell_input_line = expansions;
3485 the shell expansions that must be read as a single word. */
3572 shell's single-character parameter expansions, and set flags.*/

Completed in 303 milliseconds