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

  /external/icu4c/i18n/
transreg.cpp 58 // Alias
429 ALIAS,
435 UnicodeString stringArg; // For RULES_*, ALIAS, COMPOUND_RBT
553 // reg->get() inside the mutex, they'll get back an alias, they call
554 // alias->isRuleBased(), and if they get TRUE, they call alias->parse()
559 // alias->parse() and reg->reget(), that another thread will have
570 entry->entryType = TransliteratorEntry::ALIAS;
580 entry->entryType = TransliteratorEntry::ALIAS;
662 const UnicodeString& alias,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 437 String ALIAS = "contacts_" + Tables.STATUS_UPDATES;
439 String CONCRETE_DATA_ID = ALIAS + "." + StatusUpdatesColumns.DATA_ID;
441 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE;
442 String CONCRETE_STATUS = ALIAS + "." + StatusUpdates.STATUS;
443 String CONCRETE_STATUS_TIMESTAMP = ALIAS + "." + StatusUpdates.STATUS_TIMESTAMP;
444 String CONCRETE_STATUS_RES_PACKAGE = ALIAS + "." + StatusUpdates.STATUS_RES_PACKAGE;
445 String CONCRETE_STATUS_LABEL = ALIAS + "." + StatusUpdates.STATUS_LABEL;
446 String CONCRETE_STATUS_ICON = ALIAS + "." + StatusUpdates.STATUS_ICON;
    [all...]

Completed in 5252 milliseconds