OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNIPRE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
esctrn.cpp
20
static const UChar
UNIPRE
[] = {85,43,0}; // "U+"
37
return new EscapeTransliterator(ID,
UNIPRE
, EMPTY, 16, 4, TRUE, NULL);
/external/icu4c/i18n/
esctrn.cpp
21
static const UChar
UNIPRE
[] = {85,43,0}; // "U+"
37
return new EscapeTransliterator(ID, UnicodeString(TRUE,
UNIPRE
, 2), UnicodeString(), 16, 4, TRUE, NULL);
Completed in 39 milliseconds