Home
last modified time | relevance | path

Searched refs:u_hasBinaryProperty (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium/third_party/icu/source/test/intltest/
Ducdtest.cpp184 if(!u_hasBinaryProperty(start, derivedCorePropsIndex[i])) { in TestAdditionalProperties()
208 if(u_hasBinaryProperty(start, derivedCorePropsIndex[i])) { in TestAdditionalProperties()
/external/icu4c/test/intltest/
Ducdtest.cpp246 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
269 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
/external/chromium/third_party/icu/source/common/
Duprops.c151 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function
231 return (int32_t)u_hasBinaryProperty(c, which); in u_getIntPropertyValue()
/external/icu4c/common/
Duprops.cpp163 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/
Duchar.h1398 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
/external/webkit/WebCore/icu/unicode/
Duchar.h1398 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
Duchar.h1398 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
Duchar.h1398 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
/external/icu4c/common/unicode/
Duchar.h1700 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h284 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
/external/chromium/third_party/icu/public/common/unicode/
Duchar.h1647 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h253 #define u_hasBinaryProperty u_hasBinaryProperty_4_2 macro
/external/icu4c/i18n/
Dmsgfmt.cpp1803 if(!u_hasBinaryProperty(argName.charAt(0), idStart)) { in isLegalArgName()
1807 if(!u_hasBinaryProperty(argName.charAt(i), idContinue)) { in isLegalArgName()
Dregexcmp.cpp1843 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()
Drematch.cpp2428 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/
Dmsgfmt.cpp1779 if(!u_hasBinaryProperty(argName.charAt(0), idStart)) { in isLegalArgName()
1783 if(!u_hasBinaryProperty(argName.charAt(i), idContinue)) { in isLegalArgName()
Drematch.cpp1294 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()
Dregexcmp.cpp1836 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/
Dcucdtst.c1203 … 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/
Dcucdtst.c1162 … 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/
DWebNSURLExtras.mm71 …if (!u_isprint(charCode) || u_isUWhiteSpace(charCode) || u_hasBinaryProperty(charCode, UCHAR_DEFAU…

12