Home
last modified time | relevance | path

Searched refs:minDecompNoCP (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dnormalizer2impl.cpp300 minDecompNoCP=inIndexes[IX_MIN_DECOMP_NO_CP]; in load()
407 UChar32 minNoCP=minDecompNoCP; in decompose()
546 if(c<minDecompNoCP || isDecompYes(norm16=getNorm16(c))) { in getDecomposition()
601 if(c<minDecompNoCP) { in hasDecompBoundary()
Dnormalizer2impl.h487 UChar32 minDecompNoCP; variable