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

/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h164 return ublock_getCode(c) == UBLOCK_ARABIC;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp369 if (::ublock_getCode(ch) == UBLOCK_COMBINING_DIACRITICAL_MARKS) {
H A DFontUtilsChromiumWin.cpp198 UBlockCode block = ublock_getCode(ucs4);
/external/icu4c/common/
H A Duchar.c615 ublock_getCode(UChar32 c) { function
/external/icu4c/common/unicode/
H A Duchar.h420 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
2517 ublock_getCode(UChar32 c);
H A Durename.h481 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h370 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
2168 ublock_getCode(UChar32 c);
H A Durename.h345 #define ublock_getCode ublock_getCode_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h370 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
2168 ublock_getCode(UChar32 c);
H A Durename.h345 #define ublock_getCode ublock_getCode_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h370 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
2168 ublock_getCode(UChar32 c);
H A Durename.h345 #define ublock_getCode ublock_getCode_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h370 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
2168 ublock_getCode(UChar32 c);
H A Durename.h345 #define ublock_getCode ublock_getCode_3_2 macro
/external/webkit/Source/WebCore/platform/graphics/android/
H A DFontAndroid.cpp914 if (::ublock_getCode(ch) == UBLOCK_COMBINING_DIACRITICAL_MARKS) {
/external/icu4c/test/cintltst/
H A Dcucdtst.c1210 if (ublock_getCode((UChar)0x0041) != UBLOCK_BASIC_LATIN || u_getIntPropertyValue(0x41, UCHAR_BLOCK)!=(int32_t)UBLOCK_BASIC_LATIN) {
1211 log_err("ublock_getCode(U+0041) property failed! Expected : %i Got: %i \n", UBLOCK_BASIC_LATIN,ublock_getCode((UChar)0x0041));

Completed in 1741 milliseconds