Searched refs:ubidi_getPairedBracketType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dubidi_props.h68 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c);
H A Dubidi_props.c213 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c) { function
H A Duprops.cpp322 return (int32_t)ubidi_getPairedBracketType(GET_BIDI_PROPS(), c);
H A Dubidi.c913 if(ubidi_getPairedBracketType(bd->pBiDi->bdp, c)!=U_BPT_OPEN)
/external/icu/icu4c/source/common/
H A Dubidi_props.h68 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c);
H A Dubidi_props.c213 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c) { function
H A Duprops.cpp322 return (int32_t)ubidi_getPairedBracketType(GET_BIDI_PROPS(), c);
H A Dubidi.c921 ubidi_getPairedBracketType(bd->pBiDi->bdp, c)==U_BPT_OPEN) { /* opening bracket */
/external/icu/icu4c/source/common/unicode/
H A Durename.h438 #define ubidi_getPairedBracketType U_ICU_ENTRY_POINT_RENAME(ubidi_getPairedBracketType) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h448 #define ubidi_getPairedBracketType U_ICU_ENTRY_POINT_RENAME(ubidi_getPairedBracketType) macro

Completed in 1309 milliseconds