Home
last modified time | relevance | path

Searched refs:UScriptUsage (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duscript.h594 typedef enum UScriptUsage { enum
607 } UScriptUsage; typedef
653 U_STABLE UScriptUsage U_EXPORT2
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duscript.h612 typedef enum UScriptUsage { enum
625 } UScriptUsage; typedef
671 U_CAPI UScriptUsage U_EXPORT2
/third_party/icu/icu4c/source/common/unicode/
Duscript.h612 typedef enum UScriptUsage { enum
625 } UScriptUsage; typedef
671 U_CAPI UScriptUsage U_EXPORT2
/third_party/node/deps/icu-small/source/common/unicode/
Duscript.h623 typedef enum UScriptUsage { enum
636 } UScriptUsage; typedef
682 U_CAPI UScriptUsage U_EXPORT2
/third_party/node/deps/icu-small/source/common/
Duscript_props.cpp289 U_CAPI UScriptUsage U_EXPORT2
291 return (UScriptUsage)((getScriptProps(script) >> 21) & 7); in uscript_getUsage()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duscript_props.cpp276 U_CAPI UScriptUsage U_EXPORT2
278 return (UScriptUsage)((getScriptProps(script) >> 21) & 7); in uscript_getUsage()
/third_party/skia/third_party/externals/icu/source/common/
Duscript_props.cpp284 U_CAPI UScriptUsage U_EXPORT2
286 return (UScriptUsage)((getScriptProps(script) >> 21) & 7); in uscript_getUsage()
/third_party/icu/icu4c/source/common/
Duscript_props.cpp284 U_CAPI UScriptUsage U_EXPORT2
286 return (UScriptUsage)((getScriptProps(script) >> 21) & 7); in uscript_getUsage()
/third_party/icu/icu4c/source/test/intltest/
Ducdtest.cpp464 UScriptUsage usage = uscript_getUsage(sc); in TestScriptMetadata()