Searched refs:doNFKC (Results 1 – 4 of 4) sorted by relevance
237 private boolean doNFKC; field in StringPrep289 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0); in StringPrep()523 if(doNFKC){ in prepare()
225 private boolean doNFKC; field in StringPrep276 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0); in StringPrep()509 if(doNFKC){ in prepare()
95 UBool doNFKC; member
349 … newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()695 if(profile->doNFKC){ in usprep_prepare()