Searched refs:doNFKC (Results 1 – 4 of 4) sorted by relevance
222 private boolean doNFKC; field in StringPrep276 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0); in StringPrep()508 if(doNFKC){ in prepare()
237 private boolean doNFKC; field in StringPrep292 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0); in StringPrep()526 if(doNFKC){ in prepare()
94 UBool doNFKC; member
345 … newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()695 if(profile->doNFKC){ in usprep_prepare()