OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNFCImpl
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/i18n/
collationtailoring.cpp
71
const Normalizer2Impl *nfcImpl = Normalizer2Factory::
getNFCImpl
(errorCode);
collationbuilder.cpp
202
nfcImpl(*Normalizer2Factory::
getNFCImpl
(errorCode)),
[
all
...]
collationdatabuilder.cpp
279
: nfcImpl(*Normalizer2Factory::
getNFCImpl
(errorCode)),
[
all
...]
usearch.cpp
114
g_nfcImpl = Normalizer2Factory::
getNFCImpl
(*status);
[
all
...]
/external/icu/icu4c/source/common/
normalizer2.cpp
246
Normalizer2Factory::
getNFCImpl
(UErrorCode &errorCode) {
513
const Normalizer2Impl *impl=Normalizer2Factory::
getNFCImpl
(errorCode);
uprops.cpp
82
const Normalizer2Impl *impl=Normalizer2Factory::
getNFCImpl
(errorCode);
181
const Normalizer2Impl *impl=Normalizer2Factory::
getNFCImpl
(errorCode);
unormcmp.cpp
180
nfcImpl=Normalizer2Factory::
getNFCImpl
(*pErrorCode);
uniset_props.cpp
192
const Normalizer2Impl *impl=Normalizer2Factory::
getNFCImpl
(status);
200
const Normalizer2Impl *impl=Normalizer2Factory::
getNFCImpl
(status);
221
const Normalizer2Impl *impl=Normalizer2Factory::
getNFCImpl
(status);
[
all
...]
caniter.cpp
75
nfcImpl(*Normalizer2Factory::
getNFCImpl
(status))
normalizer2impl.h
625
static const Normalizer2Impl *
getNFCImpl
(UErrorCode &errorCode);
/external/icu/icu4c/source/test/intltest/
ucdtest.cpp
328
const Normalizer2Impl *nfcImpl=Normalizer2Factory::
getNFCImpl
(errorCode);
330
dataerrln("Normalizer2::getInstance(NFD) or Normalizer2Factory::
getNFCImpl
() failed - %s\n",
tstnorm.cpp
[
all
...]
Completed in 2440 milliseconds