Searched refs:aff (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/hunspell-9/
H A DMakefile38 $(INSTALL_FILE) $(SRCROOT)/pl_PL.aff $(SSD)/pl_PL.aff
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dvntelex.el290 ("aff" ["aff"])
/macosx-10.10/vim-55/src/
H A Dspell.c389 /* Info from "REP", "REPSAL" and "SAL" entries in ".aff" file used in si_rep,
398 /* Info from "SAL" entries in ".aff" file used in sl_sal.
780 STATE_REP, /* Use matching REP items from the .aff file. */
4782 #define MAXLINELEN 500 /* Maximum length in bytes of a line in a .aff
4785 * Main structure to store the contents of a ".aff" file.
4814 /* Affix entry from ".aff" file. Used for prefixes and suffixes. */
4833 /* Affix header from ".aff" file. Used for af_pref and af_suff. */
4992 static void process_compflags __ARGS((spellinfo_T *spin, afffile_T *aff, char_u *compflags));
5001 static void spell_free_aff __ARGS((afffile_T *aff));
5163 afffile_T *aff; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecimfmt.cpp4477 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kCurrencySymbol);
4478 handler.addAttribute(kCurrencyField, begin + offset, begin + offset + aff.length());
4483 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol);
4484 handler.addAttribute(kCurrencyField, begin + offset, begin + offset + aff.length());
4489 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol);
4490 handler.addAttribute(kSignField, begin + offset, begin + offset + aff.length());
4495 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPercentSymbol);
4496 handler.addAttribute(kPercentField, begin + offset, begin + offset + aff.length());
4501 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
4502 handler.addAttribute(kPermillField, begin + offset, begin + offset + aff
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c61514 sqlite3VdbeGetValue(Vdbe *v, int iVar, u8 aff) argument
73179 char aff; local
73202 char aff = comparisonAffinity(pExpr); local
73218 u8 aff = (char)sqlite3ExprAffinity(pExpr2); local
74312 sqlite3ExprNeedsNoAffinityChange(const Expr *p, char aff) argument
74503 char aff = comparisonAffinity(pX); local
75383 int aff, to_op; local
80163 char aff = SQLITE_AFF_NUMERIC; local
102229 char aff; local
102905 valueFromExpr( Parse *pParse, Expr *pExpr, u8 aff, sqlite3_value **pp ) argument
102984 u8 aff = p->pTable->aCol[p->aiColumn[0]].affinity; local
103068 u8 aff; /* Column affinity */ local
103125 u8 aff; /* Column affinity */ local
[all...]

Completed in 426 milliseconds