Searched refs:U_NON_SPACING_MARK (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h85 Mark_NonSpacing = U_MASK(U_NON_SPACING_MARK),
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-icu.cc108 case U_NON_SPACING_MARK: return HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK;
/external/chromium_org/third_party/icu/source/common/
H A Duprops.h277 #define _Mn FLAG(U_NON_SPACING_MARK)
H A Dubidiwrt.c50 #define IS_COMBINING(type) ((1UL<<(type))&(1UL<<U_NON_SPACING_MARK|1UL<<U_COMBINING_SPACING_MARK|1UL<<U_ENCLOSING_MARK))
/external/harfbuzz_ng/src/
H A Dhb-icu.cc108 case U_NON_SPACING_MARK: return HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK;
/external/icu/icu4c/source/common/
H A Duprops.h277 #define _Mn FLAG(U_NON_SPACING_MARK)
H A Dubidiwrt.c50 #define IS_COMBINING(type) ((1UL<<(type))&(1UL<<U_NON_SPACING_MARK|1UL<<U_COMBINING_SPACING_MARK|1UL<<U_ENCLOSING_MARK))
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h610 U_NON_SPACING_MARK = 6, enumerator in enum:UCharCategory
689 #define U_GC_MN_MASK U_MASK(U_NON_SPACING_MARK)
/external/icu/icu4c/source/common/unicode/
H A Duchar.h610 U_NON_SPACING_MARK = 6, enumerator in enum:UCharCategory
689 #define U_GC_MN_MASK U_MASK(U_NON_SPACING_MARK)
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof.cpp511 if (u_charType(c) != U_NON_SPACING_MARK) {
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc394 if (!u_isalpha(letter) && (u_charType(letter) != U_NON_SPACING_MARK)) {
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc806 u_charType(char_iterator.current()) == U_NON_SPACING_MARK)) {
/external/icu/icu4c/source/i18n/
H A Duspoof.cpp544 if (u_charType(c) != U_NON_SPACING_MARK) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp1706 return charType == U_NON_SPACING_MARK || charType == U_ENCLOSING_MARK || charType == U_COMBINING_SPACING_MARK;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c111 /* Mn */ U_NON_SPACING_MARK,
1179 {0x308, U_NON_SPACING_MARK},
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c110 /* Mn */ U_NON_SPACING_MARK,
1178 {0x308, U_NON_SPACING_MARK},

Completed in 452 milliseconds