OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SPREP_OPTIONS
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/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/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;
Completed in 351 milliseconds