OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRawDecomposition
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
filterednormalizer2.cpp
159
FilteredNormalizer2::
getRawDecomposition
(UChar32 c, UnicodeString &decomposition) const {
160
return set.contains(c) && norm2.
getRawDecomposition
(c, decomposition);
normalizer2.cpp
39
Normalizer2::
getRawDecomposition
(UChar32, UnicodeString &) const {
102
// No need to override the default
getRawDecomposition
().
217
getRawDecomposition
(UChar32 c, UnicodeString &decomposition) const {
220
const UChar *d=impl.
getRawDecomposition
(c, buffer, length);
891
if(reinterpret_cast<const Normalizer2 *>(norm2)->
getRawDecomposition
(c, destString)) {
[
all
...]
normalizer2impl.cpp
595
Normalizer2Impl::
getRawDecomposition
(UChar32 c, UChar buffer[30], int32_t &length) const {
604
Hangul::
getRawDecomposition
(c, buffer);
[
all
...]
normalizer2impl.h
94
static inline void
getRawDecomposition
(UChar32 c, UChar buffer[2]) {
354
const UChar *
getRawDecomposition
(UChar32 c, UChar buffer[30], int32_t &length) const;
Completed in 407 milliseconds