OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getdecomposition
(Results
1 - 20
of
20
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
RuleBasedCollatorICU.java
70
public int
getDecomposition
() {
144
getDecomposition
() == rhs.
getDecomposition
();
/external/icu4c/test/cintltst/
capitst.h
36
*
getDecomposition
/setDecomposition, getDisplayName
capitst.c
286
getDecomposition
/setDecomposition, getDisplayName*/
[
all
...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java
68
assertEquals(coll.
getDecomposition
(), clone.
getDecomposition
());
80
assertEquals(Collator.NO_DECOMPOSITION, coll.
getDecomposition
());
237
assertEquals(i, coll.
getDecomposition
());
CollatorTest.java
188
c1.
getDecomposition
() == Collator.NO_DECOMPOSITION);
203
* @tests java.text.Collator#
getDecomposition
()
215
collator.
getDecomposition
() == Collator.CANONICAL_DECOMPOSITION);
/external/icu4c/common/
filterednormalizer2.cpp
152
FilteredNormalizer2::
getDecomposition
(UChar32 c, UnicodeString &decomposition) const {
153
return set.contains(c) && norm2.
getDecomposition
(c, decomposition);
normalizer2.cpp
78
getDecomposition
(UChar32, UnicodeString &) const {
168
getDecomposition
(UChar32 c, UnicodeString &decomposition) const {
171
const UChar *d=impl.
getDecomposition
(c, buffer, length);
753
if(reinterpret_cast<const Normalizer2 *>(norm2)->
getDecomposition
(c, destString)) {
unormcmp.cpp
412
0!=(p=nfcImpl->
getDecomposition
((UChar32)cp1, decomp1, length))
453
0!=(p=nfcImpl->
getDecomposition
((UChar32)cp2, decomp2, length))
uprops.cpp
116
if(nfcNorm2->
getDecomposition
(c, nfd)) {