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 292 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
353 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
354 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
  /external/icu4c/common/
sprpimpl.h 74 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */
usprep.cpp 289 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
350 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
351 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 74 * indexes[_SPREP_OPTIONS] -- Bit set of options to turn on in the profile, e.g: USPREP_NORMALIZATION_ON, USPREP_CHECK_BIDI_ON
370 indexes[_SPREP_OPTIONS] = options;
  /external/icu4c/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 28 milliseconds