Home
last modified time | relevance | path

Searched refs:U_SPACE_SEPARATOR (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
Duprops.h329 #define _Zs FLAG(U_SPACE_SEPARATOR)
Duchar.cpp238 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR); in u_isblank()
269 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()
/external/icu/libicu/cts_headers/
Duprops.h329 #define _Zs FLAG(U_SPACE_SEPARATOR)
/external/harfbuzz_ng/src/
Dhb-icu.cc116 case U_SPACE_SEPARATOR: return HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR; in hb_icu_unicode_general_category()
/external/icu/libicu/cts_headers/unicode/
Duchar.h760 U_SPACE_SEPARATOR = 12, enumerator
847 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
/external/icu/libicu/ndk_headers/unicode/
Duchar.h760 U_SPACE_SEPARATOR = 12, enumerator
847 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
/external/icu/libandroidicu/include/unicode/
Duchar.h760 U_SPACE_SEPARATOR = 12, enumerator
847 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
/external/icu/icu4c/source/common/unicode/
Duchar.h760 U_SPACE_SEPARATOR = 12, enumerator
847 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c119 /* Zs */ U_SPACE_SEPARATOR,
3606 if (ucpmap_get(map, 0x20) != U_SPACE_SEPARATOR || ucpmap_get(map, 0x23456) != U_OTHER_LETTER) { in TestIntCharacterPropertiesAPI()
/external/icu/icu4c/source/i18n/
Drematch.cpp3164 UBool success = (ctype == U_SPACE_SEPARATOR || c == 9); // SPACE_SEPARATOR || TAB in MatchAt()
4663 UBool success = (ctype == U_SPACE_SEPARATOR || c == 9); // SPACE_SEPARATOR || TAB in MatchChunkAt()