OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALIAS
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/icu/source/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
...]
/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
448
String
ALIAS
= "contacts_" + Tables.STATUS_UPDATES;
450
String CONCRETE_DATA_ID =
ALIAS
+ "." + StatusUpdatesColumns.DATA_ID;
452
String CONCRETE_PRESENCE =
ALIAS
+ "." + StatusUpdates.PRESENCE;
453
String CONCRETE_STATUS =
ALIAS
+ "." + StatusUpdates.STATUS;
454
String CONCRETE_STATUS_TIMESTAMP =
ALIAS
+ "." + StatusUpdates.STATUS_TIMESTAMP;
455
String CONCRETE_STATUS_RES_PACKAGE =
ALIAS
+ "." + StatusUpdates.STATUS_RES_PACKAGE;
456
String CONCRETE_STATUS_LABEL =
ALIAS
+ "." + StatusUpdates.STATUS_LABEL;
457
String CONCRETE_STATUS_ICON =
ALIAS
+ "." + StatusUpdates.STATUS_ICON;
[
all
...]
Completed in 47 milliseconds