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

  /external/icu4c/common/unicode/
uchar.h 426 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 370 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
742 enum UBlockCode {
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 370 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
742 enum UBlockCode {
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 370 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
742 enum UBlockCode {
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 370 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
742 enum UBlockCode {
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 129 UBlockCode block = ublock_getCode(ucs4);
FontLinux.cpp 329 UBlockCode block = ::ublock_getCode(ch);
  /external/icu4c/common/
uchar.c 812 U_CAPI UBlockCode U_EXPORT2
814 return (UBlockCode)((u_getUnicodeProperties(c, 0)&UPROPS_BLOCK_MASK)>>UPROPS_BLOCK_SHIFT);

Completed in 23 milliseconds