Searched refs:u_hasBinaryProperty (Results 1 - 18 of 18) sorted by relevance

/external/icu4c/test/intltest/
H A Ducdtest.cpp248 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) {
249 dataerrln("UnicodeTest error: u_hasBinaryProperty(U+%04lx, %s)==FALSE is wrong", start, derivedPropsNames[i]);
271 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) {
272 errln("UnicodeTest error: u_hasBinaryProperty(U+%04lx, %s)==TRUE is wrong\n", start, derivedPropsNames[i]);
H A Drbbitst.cpp436 u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND),
/external/icu4c/common/unicode/
H A Duchar.h86 * - alpha: u_isUAlphabetic(c) or u_hasBinaryProperty(c, UCHAR_ALPHABETIC)
87 * - lower: u_isULowercase(c) or u_hasBinaryProperty(c, UCHAR_LOWERCASE)
88 * - upper: u_isUUppercase(c) or u_hasBinaryProperty(c, UCHAR_UPPERCASE)
91 * - xdigit: u_isxdigit(c) or u_hasBinaryProperty(c, UCHAR_POSIX_XDIGIT)
92 * - alnum: u_hasBinaryProperty(c, UCHAR_POSIX_ALNUM)
93 * - space: u_isUWhiteSpace(c) or u_hasBinaryProperty(c, UCHAR_WHITE_SPACE)
94 * - blank: u_isblank(c) or u_hasBinaryProperty(c, UCHAR_POSIX_BLANK)
96 * - graph: u_hasBinaryProperty(c, UCHAR_POSIX_GRAPH)
97 * - print: u_hasBinaryProperty(c, UCHAR_POSIX_PRINT)
157 * These constants are used in functions like u_hasBinaryProperty t
[all...]
H A Durename.h287 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
/external/icu4c/common/
H A Duprops.cpp280 u_hasBinaryProperty(UChar32 c, UProperty which) { function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h136 * These constants are used in functions like u_hasBinaryProperty to select
148 * @see u_hasBinaryProperty
1398 u_hasBinaryProperty(UChar32 c, UProperty which);
1402 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1409 * @see u_hasBinaryProperty
1417 * Same as u_hasBinaryProperty(c, UCHAR_LOWERCASE).
1424 * @see u_hasBinaryProperty
1432 * Same as u_hasBinaryProperty(c, UCHAR_UPPERCASE).
1439 * @see u_hasBinaryProperty
1447 * Same as u_hasBinaryProperty(
[all...]
H A Durename.h188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h136 * These constants are used in functions like u_hasBinaryProperty to select
148 * @see u_hasBinaryProperty
1398 u_hasBinaryProperty(UChar32 c, UProperty which);
1402 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1409 * @see u_hasBinaryProperty
1417 * Same as u_hasBinaryProperty(c, UCHAR_LOWERCASE).
1424 * @see u_hasBinaryProperty
1432 * Same as u_hasBinaryProperty(c, UCHAR_UPPERCASE).
1439 * @see u_hasBinaryProperty
1447 * Same as u_hasBinaryProperty(
[all...]
H A Durename.h188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h136 * These constants are used in functions like u_hasBinaryProperty to select
148 * @see u_hasBinaryProperty
1398 u_hasBinaryProperty(UChar32 c, UProperty which);
1402 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1409 * @see u_hasBinaryProperty
1417 * Same as u_hasBinaryProperty(c, UCHAR_LOWERCASE).
1424 * @see u_hasBinaryProperty
1432 * Same as u_hasBinaryProperty(c, UCHAR_UPPERCASE).
1439 * @see u_hasBinaryProperty
1447 * Same as u_hasBinaryProperty(
[all...]
H A Durename.h188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h136 * These constants are used in functions like u_hasBinaryProperty to select
148 * @see u_hasBinaryProperty
1398 u_hasBinaryProperty(UChar32 c, UProperty which);
1402 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1409 * @see u_hasBinaryProperty
1417 * Same as u_hasBinaryProperty(c, UCHAR_LOWERCASE).
1424 * @see u_hasBinaryProperty
1432 * Same as u_hasBinaryProperty(c, UCHAR_UPPERCASE).
1439 * @see u_hasBinaryProperty
1447 * Same as u_hasBinaryProperty(
[all...]
H A Durename.h188 #define u_hasBinaryProperty u_hasBinaryProperty_3_2 macro
/external/icu4c/i18n/
H A Dmsgfmt.cpp1806 if(!u_hasBinaryProperty(argName.charAt(0), idStart)) {
1810 if(!u_hasBinaryProperty(argName.charAt(i), idContinue)) {
H A Drematch.cpp2525 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) {
2540 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND)
2563 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) {
2579 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND)
H A Dregexcmp.cpp1844 u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) {
2603 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) {
3461 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) {
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSURLExtras.mm71 if (!u_isprint(charCode) || u_isUWhiteSpace(charCode) || u_hasBinaryProperty(charCode, UCHAR_DEFAULT_IGNORABLE_CODE_POINT))
/external/icu4c/test/cintltst/
H A Dcucdtst.c1163 if(U_IS_UNICODE_NONCHAR(c) || u_hasBinaryProperty(c, UCHAR_DEFAULT_IGNORABLE_CODE_POINT)) {
2098 /* test data for u_hasBinaryProperty() */
2582 /* test u_hasBinaryProperty() and u_getIntPropertyValue() */
2600 result=u_hasBinaryProperty(c, which);
2602 log_data_err("error: u_hasBinaryProperty(U+%04lx, %s)=%d is wrong (props[%d]) - (Are you missing data?)\n",

Completed in 313 milliseconds