OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Normalizer2Factory
(Results
1 - 16
of
16
) sorted by null
/external/icu/icu4c/source/common/
unorm.cpp
49
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, *pErrorCode);
57
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, *pErrorCode);
72
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, *pErrorCode);
80
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, *pErrorCode);
99
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, *pErrorCode);
180
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, *pErrorCode);
264
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, *pErrorCode);
normalizer2.cpp
229
const Normalizer2 *
Normalizer2Factory
::getFCDInstance(UErrorCode &errorCode) {
234
const Normalizer2 *
Normalizer2Factory
::getFCCInstance(UErrorCode &errorCode) {
239
const Normalizer2 *
Normalizer2Factory
::getNoopInstance(UErrorCode &errorCode) {
246
Normalizer2Factory
::getNFCImpl(UErrorCode &errorCode) {
252
Normalizer2Factory
::getImpl(const Normalizer2 *norm2) {
513
const Normalizer2Impl *impl=
Normalizer2Factory
::getNFCImpl(errorCode);
normlzr.cpp
71
fNorm2=
Normalizer2Factory
::getInstance(fUMode, errorCode);
79
fNorm2=
Normalizer2Factory
::getNoopInstance(errorCode);
139
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, status);
174
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, status);
191
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, status);
225
const Normalizer2 *n2=
Normalizer2Factory
::getInstance(mode, errorCode);
loadednormalizer2impl.cpp
281
Normalizer2Factory
::getInstance(UNormalizationMode mode, UErrorCode &errorCode) {
302
Normalizer2Factory
::getNFKCImpl(UErrorCode &errorCode) {
308
Normalizer2Factory
::getNFKC_CFImpl(UErrorCode &errorCode) {
348
const Normalizer2 *norm2=
Normalizer2Factory
::getInstance(mode, errorCode);
uprops.cpp
82
const Normalizer2Impl *impl=
Normalizer2Factory
::getNFCImpl(errorCode);
95
const Normalizer2 *norm2=
Normalizer2Factory
::getInstance(
153
const Normalizer2Impl *kcf=
Normalizer2Factory
::getNFKC_CFImpl(errorCode);
181
const Normalizer2Impl *impl=
Normalizer2Factory
::getNFCImpl(errorCode);
582
const Normalizer2Impl *nfkcImpl=
Normalizer2Factory
::getImpl(nfkc);
unormcmp.cpp
180
nfcImpl=
Normalizer2Factory
::getNFCImpl(*pErrorCode);
608
n2=
Normalizer2Factory
::getFCDInstance(*pErrorCode);
uniset_props.cpp
192
const Normalizer2Impl *impl=
Normalizer2Factory
::getNFCImpl(status);
200
const Normalizer2Impl *impl=
Normalizer2Factory
::getNFCImpl(status);
207
const Normalizer2Impl *impl=
Normalizer2Factory
::getNFKCImpl(status);
214
const Normalizer2Impl *impl=
Normalizer2Factory
::getNFKC_CFImpl(status);
221
const Normalizer2Impl *impl=
Normalizer2Factory
::getNFCImpl(status);
[
all
...]
normalizer2impl.h
617
class U_COMMON_API
Normalizer2Factory
{
633
Normalizer2Factory
(); // No instantiation.
caniter.cpp
75
nfcImpl(*
Normalizer2Factory
::getNFCImpl(status))
/external/icu/icu4c/source/i18n/
collationtailoring.cpp
71
const Normalizer2Impl *nfcImpl =
Normalizer2Factory
::getNFCImpl(errorCode);
collationbuilder.cpp
201
fcd(*
Normalizer2Factory
::getFCDInstance(errorCode)),
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/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
...]
collationtest.cpp
[
all
...]
Completed in 1748 milliseconds