Home
last modified time | relevance | path

Searched refs:getNFKC_CFInstance (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp179 Norm2AllModes::getNFKC_CFInstance(UErrorCode &errorCode) { in getNFKC_CFInstance() function in Norm2AllModes
199 const Norm2AllModes *allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getNFKCCasefoldInstance()
222 allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getInstance()
309 const Norm2AllModes *allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getNFKC_CFImpl()
Dnorm2allmodes.h329 static const Norm2AllModes *getNFKC_CFInstance(UErrorCode &errorCode);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java165 return Norm2AllModes.getNFKC_CFInstance().comp; in getNFKCCasefoldInstance()
DUnicodeSet.java3205 Norm2AllModes.getNFKC_CFInstance().impl.addPropertyStarts(incl); in getInclusions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java309 public static Norm2AllModes getNFKC_CFInstance() { in getNFKC_CFInstance() method in Norm2AllModes
DUCharacterProperty.java378 Normalizer2Impl kcf=Norm2AllModes.getNFKC_CFInstance().impl;