OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCanonStartSet
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/common/
normalizer2impl.h
268
UBool
getCanonStartSet
(UChar32 c, UnicodeSet &set) const;
475
const UnicodeSet &
getCanonStartSet
(int32_t n) const;
caniter.cpp
448
if (!nfcImpl.
getCanonStartSet
(cp, starts)) {
normalizer2impl.cpp
[
all
...]
/external/icu4c/test/intltest/
ucdtest.cpp
331
* Test for an example that
getCanonStartSet
() delivers
350
if (nfcImpl->
getCanonStartSet
(0x49, set1)) {
368
errln("NFC.
getCanonStartSet
() returned FALSE");
tstnorm.cpp
[
all
...]
Completed in 341 milliseconds