OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkBiDi
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
sprpimpl.h
91
const UBiDiProps *bdp; /* used only if
checkBiDi
is set */
95
UBool
checkBiDi
;
usprep.cpp
354
newProfile->
checkBiDi
= (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
356
if(newProfile->
checkBiDi
) {
751
// Prohibit and
checkBiDi
in one pass
770
if(profile->
checkBiDi
) {
785
if(profile->
checkBiDi
== TRUE){
Completed in 15 milliseconds