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

  /external/icu4c/common/unicode/
uchar.h 683 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER)
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 612 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER)
672 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 612 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER)
672 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 612 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER)
672 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 612 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER)
672 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
    [all...]
  /external/icu4c/common/
uchar.c 373 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_ND_MASK))!=0);
539 (U_GC_ND_MASK|U_GC_NL_MASK|
575 (U_GC_ND_MASK|U_GC_NL_MASK|
  /external/icu4c/i18n/
regexcmp.cpp     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 611 U_GET_GC_MASK(0x662)!=U_GC_ND_MASK ||
633 mask=(mask&~U_GC_ND_MASK)|U_GC_ND_MASK;
    [all...]
  /external/icu4c/tools/genpname/
data.h     [all...]

Completed in 45 milliseconds