OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAppend
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
umsg.cpp
618
#define
MAppend
(c) if (len < destCapacity) dest[len++] = c; else len++
669
MAppend
(SINGLE_QUOTE);
701
MAppend
(c);
706
MAppend
(SINGLE_QUOTE);
/external/icu/icu4c/source/i18n/
umsg.cpp
618
#define
MAppend
(c) if (len < destCapacity) dest[len++] = c; else len++
669
MAppend
(SINGLE_QUOTE);
701
MAppend
(c);
706
MAppend
(SINGLE_QUOTE);
Completed in 304 milliseconds