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

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

Completed in 93 milliseconds