OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeSecondAndAppend
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/
filterednormalizer2.cpp
71
// Not norm2.
normalizeSecondAndAppend
() because we do not want
87
FilteredNormalizer2::
normalizeSecondAndAppend
(UnicodeString &first,
90
return
normalizeSecondAndAppend
(first, second, TRUE, errorCode);
97
return
normalizeSecondAndAppend
(first, second, FALSE, errorCode);
101
FilteredNormalizer2::
normalizeSecondAndAppend
(UnicodeString &first,
128
norm2.
normalizeSecondAndAppend
(first, prefix, errorCode);
135
norm2.
normalizeSecondAndAppend
(middle, prefix, errorCode);
normalizer2.cpp
73
normalizeSecondAndAppend
(UnicodeString &first,
157
normalizeSecondAndAppend
(UnicodeString &first,
160
return
normalizeSecondAndAppend
(first, second, TRUE, errorCode);
166
return
normalizeSecondAndAppend
(first, second, FALSE, errorCode);
169
normalizeSecondAndAppend
(UnicodeString &first,
783
normalizeSecondAndAppend
(const UNormalizer2 *norm2,
829
n2->
normalizeSecondAndAppend
(firstString, secondString, *pErrorCode);
843
return
normalizeSecondAndAppend
(norm2,
854
return
normalizeSecondAndAppend
(norm2,
[
all
...]
unormcmp.cpp
558
n2->
normalizeSecondAndAppend
(normalized, unnormalized, *pErrorCode);
uts46.cpp
545
uts46Norm2.
normalizeSecondAndAppend
(dest, src.tempSubString(mappingStart), errorCode);
[
all
...]
/external/icu4c/common/unicode/
normalizer2.h
59
* can be copied, and the remainder can be processed with
normalizeSecondAndAppend
().
233
normalizeSecondAndAppend
(UnicodeString &first,
348
* Use spanQuickCheckYes() and
normalizeSecondAndAppend
() for a faster
375
* copy that prefix and use
normalizeSecondAndAppend
() for the remainder.
502
normalizeSecondAndAppend
(UnicodeString &first,
652
normalizeSecondAndAppend
(UnicodeString &first,
/external/icu4c/i18n/
ucol.cpp
[
all
...]
Completed in 231 milliseconds