OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfcImpl
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/unicode/
caniter.h
180
const Normalizer2Impl &
nfcImpl
;
/external/icu4c/common/
unormcmp.cpp
147
const Normalizer2Impl *
nfcImpl
;
182
nfcImpl
=Normalizer2Factory::getNFCImpl(*pErrorCode);
184
nfcImpl
=NULL;
412
0!=(p=
nfcImpl
->getDecomposition((UChar32)cp1, decomp1, length))
453
0!=(p=
nfcImpl
->getDecomposition((UChar32)cp2, decomp2, length))
caniter.cpp
74
nfcImpl
(*Normalizer2Factory::getNFCImpl(status))
76
if(U_SUCCESS(status) &&
nfcImpl
.ensureCanonIterData(status)) {
219
if (
nfcImpl
.isCanonSegmentStarter(cp)) {
448
if (!
nfcImpl
.getCanonStartSet(cp, starts)) {
/external/icu4c/test/intltest/
ucdtest.cpp
341
const Normalizer2Impl *
nfcImpl
=Normalizer2Factory::getNFCImpl(errorCode);
350
if (
nfcImpl
->getCanonStartSet(0x49, set1)) {
tstnorm.cpp
[
all
...]
/external/icu4c/i18n/
ucol_elm.cpp
[
all
...]
Completed in 152 milliseconds