HomeSort by relevance Sort by last modified time
    Searched refs:aff (Results 1 - 4 of 4) sorted by null

  /dalvik/tests/004-annotations/src/android/test/anno/
TestAnnotations.java 65 AnnoFancyField aff; local
66 aff = (AnnoFancyField) f.getAnnotation(AnnoFancyField.class);
67 if (aff != null) {
68 System.out.println(" aff: " + aff + " / " + aff.getClass());
69 System.out.println(" --> nombre is '" + aff.nombre() + "'");
  /external/icu4c/i18n/
decimfmt.cpp 3206 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kCurrencySymbol); local
3212 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); local
3218 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); local
3224 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPercentSymbol); local
3230 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); local
    [all...]
  /external/sqlite/dist/
sqlite3.c 60665 char aff; local
60688 char aff = comparisonAffinity(pExpr); local
60704 u8 aff = (char)sqlite3ExprAffinity(pExpr2); local
61991 char aff = comparisonAffinity(pX); local
62899 int aff, to_op; local
67497 char aff = SQLITE_AFF_NUMERIC; local
88876 u8 aff = p->pTable->aCol[p->aiColumn[0]].affinity; local
    [all...]
sqlite3.c.orig     [all...]

Completed in 428 milliseconds