HomeSort by relevance Sort by last modified time
    Searched refs:u_getIntPropertyValue (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/core/jni/
android_text_AndroidCharacter.cpp 97 int width = u_getIntPropertyValue(input, UCHAR_EAST_ASIAN_WIDTH);
130 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH);
138 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH);
  /external/harfbuzz/contrib/
harfbuzz-unicode-icu.c 108 switch ((ULineBreak)u_getIntPropertyValue(ch, UCHAR_LINE_BREAK)) {
  /external/chromium/base/i18n/
rtl.cc 142 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS);
256 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS);
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 192 return u_getIntPropertyValue(c, UCHAR_LINE_BREAK) == U_LB_COMPLEX_CONTEXT;
222 return static_cast<DecompositionType>(u_getIntPropertyValue(c, UCHAR_DECOMPOSITION_TYPE));
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-icu.cc 79 switch (u_getIntPropertyValue(unicode, UCHAR_EAST_ASIAN_WIDTH))
98 switch (u_getIntPropertyValue(unicode, UCHAR_GENERAL_CATEGORY))
  /external/harfbuzz_ng/src/
hb-icu.cc 79 switch (u_getIntPropertyValue(unicode, UCHAR_EAST_ASIAN_WIDTH))
98 switch (u_getIntPropertyValue(unicode, UCHAR_GENERAL_CATEGORY))
  /external/chromium_org/base/i18n/
rtl.cc 53 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS);
305 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS);
  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 110 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT);
uprops.cpp 481 u_getIntPropertyValue(UChar32 c, UProperty which) {
uts46.cpp     [all...]
rbbitblb.cpp 447 ULineBreak cLBProp = (ULineBreak)u_getIntPropertyValue(c, UCHAR_LINE_BREAK);
    [all...]
  /external/icu4c/common/
brkeng.cpp 113 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT);
uprops.cpp 455 u_getIntPropertyValue(UChar32 c, UProperty which) {
rbbitblb.cpp 447 ULineBreak cLBProp = (ULineBreak)u_getIntPropertyValue(c, UCHAR_LINE_BREAK);
    [all...]
uniset_props.cpp 866 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.c     [all...]
cucdtst.c     [all...]
cucdapi.c 248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT)
  /external/icu4c/test/cintltst/
cnormtst.c     [all...]
cucdtst.c     [all...]
cucdapi.c 248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT)
  /external/chromium_org/third_party/icu/source/common/unicode/
uchar.h 170 * @see u_getIntPropertyValue
499 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp     [all...]
  /external/icu4c/common/unicode/
uchar.h 157 * @see u_getIntPropertyValue
488 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp     [all...]

Completed in 1795 milliseconds

1 2