OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextFCD16
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
utf16collationiterator.cpp
381
uint16_t fcd16 = nfcImpl.
nextFCD16
(p, rawLimit);
392
} while(p != rawLimit && nfcImpl.
nextFCD16
(p, rawLimit) > 0xff);
usearch.cpp
134
uint16_t result = g_nfcImpl->
nextFCD16
(temp, str + strlength);
[
all
...]
/external/icu/icu4c/source/common/
normalizer2impl.h
290
uint16_t
nextFCD16
(const UChar *&s, const UChar *limit) const {
normalizer2impl.cpp
[
all
...]
Completed in 83 milliseconds