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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.cpp216 UBlockCode block = ublock_getCode(ucs4);
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h163 return ublock_getCode(c) == UBLOCK_ARABIC;
/external/chromium_org/third_party/icu/source/common/
H A Dbrkeng.cpp258 UBlockCode block = ublock_getCode(code);
H A Duchar.c640 ublock_getCode(UChar32 c) { function
/external/icu/icu4c/source/common/
H A Dbrkeng.cpp258 UBlockCode block = ublock_getCode(code);
H A Duchar.c640 ublock_getCode(UChar32 c) { function
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h409 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
2685 ublock_getCode(UChar32 c);
H A Durename.h483 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) macro
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc397 UBlockCode block = ublock_getCode(letter);
/external/icu/icu4c/source/common/unicode/
H A Duchar.h409 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
2685 ublock_getCode(UChar32 c);
H A Durename.h473 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) macro
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc323 const UBlockCode first_block = ublock_getCode(first_char);
329 const UBlockCode current_block = ublock_getCode(current_char);
H A Drender_text_win.cc217 const UBlockCode first_block_code = ublock_getCode(iter.get());
220 const UBlockCode current_block_code = ublock_getCode(iter.get());
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c1333 if (ublock_getCode((UChar)0x0041) != UBLOCK_BASIC_LATIN || u_getIntPropertyValue(0x41, UCHAR_BLOCK)!=(int32_t)UBLOCK_BASIC_LATIN) {
1334 log_err("ublock_getCode(U+0041) property failed! Expected : %i Got: %i \n", UBLOCK_BASIC_LATIN,ublock_getCode((UChar)0x0041));
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1332 if (ublock_getCode((UChar)0x0041) != UBLOCK_BASIC_LATIN || u_getIntPropertyValue(0x41, UCHAR_BLOCK)!=(int32_t)UBLOCK_BASIC_LATIN) {
1333 log_err("ublock_getCode(U+0041) property failed! Expected : %i Got: %i \n", UBLOCK_BASIC_LATIN,ublock_getCode((UChar)0x0041));

Completed in 462 milliseconds