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 409 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/
brkeng.cpp 255 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/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 198 UBlockCode block = ublock_getCode(ucs4);

Completed in 52 milliseconds