HomeSort by relevance Sort by last modified time
    Searched refs:UBlockCode (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
uchar.h 420 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 409 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontFallbackWin.cpp 216 UBlockCode block = ublock_getCode(ucs4);
  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 247 UBlockCode block = ublock_getCode(code);
uchar.c 614 U_CAPI UBlockCode U_EXPORT2
616 return (UBlockCode)((u_getUnicodeProperties(c, 0)&UPROPS_BLOCK_MASK)>>UPROPS_BLOCK_SHIFT);
  /external/icu/icu4c/source/common/
brkeng.cpp 258 UBlockCode block = ublock_getCode(code);
uchar.c 639 U_CAPI UBlockCode U_EXPORT2
641 return (UBlockCode)((u_getUnicodeProperties(c, 0)&UPROPS_BLOCK_MASK)>>UPROPS_BLOCK_SHIFT);
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 284 bool IsUnusualBlockCode(UBlockCode block_code) {
297 const UBlockCode first_block_code = ublock_getCode(iter.get());
300 const UBlockCode current_block_code = ublock_getCode(iter.get());
    [all...]
render_text_win.cc 262 bool IsUnusualBlockCode(const UBlockCode block_code) {
275 const UBlockCode first_block_code = ublock_getCode(iter.get());
278 const UBlockCode current_block_code = ublock_getCode(iter.get());
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 397 UBlockCode block = ublock_getCode(letter);
    [all...]

Completed in 200 milliseconds