Searched refs:UBlockCode (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h409 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
862 enum UBlockCode { enum
864 * Note: UBlockCode constants are parsed by preparseucd.py.
1463 typedef enum UBlockCode UBlockCode; typedef in typeref:enum:UBlockCode
2679 * @return the block value (UBlockCode) for c
2681 * @see UBlockCode
2684 U_STABLE UBlockCode U_EXPORT2
/external/icu/icu4c/source/common/unicode/
H A Duchar.h409 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
862 enum UBlockCode { enum
864 * Note: UBlockCode constants are parsed by preparseucd.py.
1463 typedef enum UBlockCode UBlockCode; typedef in typeref:enum:UBlockCode
2679 * @return the block value (UBlockCode) for c
2681 * @see UBlockCode
2684 U_STABLE UBlockCode U_EXPORT2
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.cpp216 UBlockCode block = ublock_getCode(ucs4);
/external/chromium_org/third_party/icu/source/common/
H A Dbrkeng.cpp258 UBlockCode block = ublock_getCode(code);
H A Duchar.c639 U_CAPI UBlockCode U_EXPORT2
641 return (UBlockCode)((u_getUnicodeProperties(c, 0)&UPROPS_BLOCK_MASK)>>UPROPS_BLOCK_SHIFT);
/external/icu/icu4c/source/common/
H A Dbrkeng.cpp258 UBlockCode block = ublock_getCode(code);
H A Duchar.c639 U_CAPI UBlockCode U_EXPORT2
641 return (UBlockCode)((u_getUnicodeProperties(c, 0)&UPROPS_BLOCK_MASK)>>UPROPS_BLOCK_SHIFT);
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc304 bool IsUnusualBlockCode(UBlockCode block_code) {
323 const UBlockCode first_block = ublock_getCode(first_char);
329 const UBlockCode current_block = ublock_getCode(current_char);
H A Drender_text_win.cc204 bool IsUnusualBlockCode(const UBlockCode block_code) {
217 const UBlockCode first_block_code = ublock_getCode(iter.get());
220 const UBlockCode current_block_code = ublock_getCode(iter.get());
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc397 UBlockCode block = ublock_getCode(letter);

Completed in 2548 milliseconds