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

  /external/chromium_org/third_party/icu/source/common/
sprpimpl.h 74 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */
usprep.cpp 283 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
344 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
345 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
  /external/icu/icu4c/source/common/
sprpimpl.h 74 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */
usprep.cpp 283 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
344 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
345 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 75 * indexes[_SPREP_OPTIONS] -- Bit set of options to turn on in the profile, e.g: USPREP_NORMALIZATION_ON, USPREP_CHECK_BIDI_ON
351 indexes[_SPREP_OPTIONS] = options;
  /external/icu/icu4c/source/tools/gensprep/
store.c 75 * indexes[_SPREP_OPTIONS] -- Bit set of options to turn on in the profile, e.g: USPREP_NORMALIZATION_ON, USPREP_CHECK_BIDI_ON
351 indexes[_SPREP_OPTIONS] = options;

Completed in 2550 milliseconds