HomeSort by relevance Sort by last modified time
    Searched refs:_SPREP_OPTIONS (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
sprpimpl.h 76 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */
usprep.cpp 286 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
347 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
348 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
  /external/icu/icu4c/source/tools/gensprep/
store.c 77 * indexes[_SPREP_OPTIONS] -- Bit set of options to turn on in the profile, e.g: USPREP_NORMALIZATION_ON, USPREP_CHECK_BIDI_ON
353 indexes[_SPREP_OPTIONS] = options;

Completed in 810 milliseconds