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

  /external/harfbuzz/contrib/
harfbuzz-unicode-icu.c 188 return u_getCombiningClass(ch);
196 *combiningClass = u_getCombiningClass(ch);
  /external/icu4c/test/letest/
SimpleFontInstance.cpp 57 if (u_getCombiningClass((UChar32) glyph) == 0) {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 220 return u_getCombiningClass(c);
  /external/icu4c/test/intltest/
tstnorm.cpp     [all...]
  /external/icu4c/common/
uprops.cpp 294 u_getCombiningClass(UChar32 c) {
357 return u_getCombiningClass(c);
caniter.cpp 302 if (skipZeros && i != 0 && u_getCombiningClass(cp) == 0) {
uts46.cpp     [all...]
  /external/icu4c/common/unicode/
uchar.h 423 Same as u_getCombiningClass, returns 8-bit numeric values. @stable ICU 2.2 */
    [all...]
urename.h 273 #define u_getCombiningClass U_ICU_ENTRY_POINT_RENAME(u_getCombiningClass)
    [all...]
  /external/icu4c/i18n/
ucol_cnt.cpp 189 cc = u_getCombiningClass(table->elements[i]->codePoints[j]);
usearch.cpp     [all...]
ucol.cpp 865 * A fast, at least partly inline version of u_getCombiningClass()
873 sCC = u_getCombiningClass(c);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h 373 Same as u_getCombiningClass, returns 8-bit numeric values. @stable ICU 2.2 */
    [all...]
urename.h 171 #define u_getCombiningClass u_getCombiningClass_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h 373 Same as u_getCombiningClass, returns 8-bit numeric values. @stable ICU 2.2 */
    [all...]
urename.h 171 #define u_getCombiningClass u_getCombiningClass_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h 373 Same as u_getCombiningClass, returns 8-bit numeric values. @stable ICU 2.2 */
    [all...]
urename.h 171 #define u_getCombiningClass u_getCombiningClass_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h 373 Same as u_getCombiningClass, returns 8-bit numeric values. @stable ICU 2.2 */
    [all...]
urename.h 171 #define u_getCombiningClass u_getCombiningClass_3_2
    [all...]
  /external/icu4c/test/cintltst/
cnormtst.c     [all...]
cucdtst.c     [all...]

Completed in 97 milliseconds