Home
last modified time | relevance | path

Searched defs:dirProps (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dubidiwrt.c454 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
575 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
Dubidi.c366 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local
581 const DirProp *dirProps=pBiDi->dirProps; in resolveExplicitLevels() local
752 const DirProp *dirProps=pBiDi->dirProps; in checkExplicitLevels() local
1412 const DirProp *dirProps=pBiDi->dirProps; in resolveImplicitLevels() local
1532 const DirProp *dirProps=pBiDi->dirProps; in adjustWSLevels() local
Dubidiln.c93 const DirProp *dirProps=pBiDi->dirProps; in setTrailingWSStart() local
Dubidiimp.h233 const DirProp *dirProps; member
/external/icu4c/test/cintltst/
Dcbiditst.c883 const uint8_t *dirProps=test->text+lineStart; in doTest() local
2856 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { in getStringFromDirProps()