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 409 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 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/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 304 bool IsUnusualBlockCode(UBlockCode block_code) {
323 const UBlockCode first_block = ublock_getCode(first_char);
329 const UBlockCode current_block = ublock_getCode(current_char);
    [all...]
render_text_win.cc 204 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());
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 397 UBlockCode block = ublock_getCode(letter);
    [all...]

Completed in 264 milliseconds