/external/chromium/third_party/icu/source/test/intltest/ |
D | ucdtest.cpp | 184 if(!u_hasBinaryProperty(start, derivedCorePropsIndex[i])) { in TestAdditionalProperties() 208 if(u_hasBinaryProperty(start, derivedCorePropsIndex[i])) { in TestAdditionalProperties()
|
/external/icu4c/test/intltest/ |
D | ucdtest.cpp | 246 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties() 269 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
|
/external/chromium/third_party/icu/source/common/ |
D | uprops.c | 151 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function 231 return (int32_t)u_hasBinaryProperty(c, which); in u_getIntPropertyValue()
|
/external/icu4c/common/ |
D | uprops.cpp | 163 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function 378 return (int32_t)u_hasBinaryProperty(c, which); in u_getIntPropertyValue()
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | uchar.h | 1398 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
|
/external/webkit/WebCore/icu/unicode/ |
D | uchar.h | 1398 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | uchar.h | 1398 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | uchar.h | 1398 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
|
/external/icu4c/common/unicode/ |
D | uchar.h | 1700 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 284 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | uchar.h | 1647 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 253 #define u_hasBinaryProperty u_hasBinaryProperty_4_2 macro
|
/external/icu4c/i18n/ |
D | msgfmt.cpp | 1803 if(!u_hasBinaryProperty(argName.charAt(0), idStart)) { in isLegalArgName() 1807 if(!u_hasBinaryProperty(argName.charAt(i), idContinue)) { in isLegalArgName()
|
D | regexcmp.cpp | 1843 u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in emitONE_CHAR() 2598 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in matchStartType() 3456 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in stripNOPs()
|
D | rematch.cpp | 2428 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isWordBoundary() 2443 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isWordBoundary() 2466 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isChunkWordBoundary() 2482 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isChunkWordBoundary()
|
/external/chromium/third_party/icu/source/i18n/ |
D | msgfmt.cpp | 1779 if(!u_hasBinaryProperty(argName.charAt(0), idStart)) { in isLegalArgName() 1783 if(!u_hasBinaryProperty(argName.charAt(i), idContinue)) { in isLegalArgName()
|
D | rematch.cpp | 1294 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isWordBoundary() 1311 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isWordBoundary()
|
D | regexcmp.cpp | 1836 u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in emitONE_CHAR() 2592 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in matchStartType()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | cucdtst.c | 1203 … if(U_IS_UNICODE_NONCHAR(c) || u_hasBinaryProperty(c, UCHAR_DEFAULT_IGNORABLE_CODE_POINT)) { in enumDefaultsRange() 2558 result=u_hasBinaryProperty(c, which); in TestAdditionalProperties()
|
/external/icu4c/test/cintltst/ |
D | cucdtst.c | 1162 … if(U_IS_UNICODE_NONCHAR(c) || u_hasBinaryProperty(c, UCHAR_DEFAULT_IGNORABLE_CODE_POINT)) { in enumDefaultsRange() 2595 result=u_hasBinaryProperty(c, which); in TestAdditionalProperties()
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSURLExtras.mm | 71 …if (!u_isprint(charCode) || u_isUWhiteSpace(charCode) || u_hasBinaryProperty(charCode, UCHAR_DEFAU…
|