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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h420 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
821 enum UBlockCode { enum
1392 typedef enum UBlockCode UBlockCode; typedef in typeref:enum:UBlockCode
2511 * @return the block value (UBlockCode) for c
2513 * @see UBlockCode
2516 U_STABLE UBlockCode U_EXPORT2
/external/icu4c/common/unicode/
H A Duchar.h409 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
820 enum UBlockCode { enum
822 * Note: UBlockCode constants are parsed by preparseucd.py.
1421 typedef enum UBlockCode UBlockCode; typedef in typeref:enum:UBlockCode
2615 * @return the block value (UBlockCode) for c
2617 * @see UBlockCode
2620 U_STABLE UBlockCode U_EXPORT2
/external/chromium_org/third_party/icu/source/common/
H A Dbrkeng.cpp247 UBlockCode block = ublock_getCode(code);
H A Duchar.c614 U_CAPI UBlockCode U_EXPORT2
616 return (UBlockCode)((u_getUnicodeProperties(c, 0)&UPROPS_BLOCK_MASK)>>UPROPS_BLOCK_SHIFT);
/external/icu4c/common/
H A Dbrkeng.cpp255 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/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp198 UBlockCode block = ublock_getCode(ucs4);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc390 UBlockCode block = ublock_getCode(letter);

Completed in 425 milliseconds