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

  /external/icu4c/common/
uchar.c 160 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_ND_MASK))!=0);
330 (U_GC_ND_MASK|U_GC_NL_MASK|
366 (U_GC_ND_MASK|U_GC_NL_MASK|
  /external/icu4c/common/unicode/
uchar.h 691 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER)
    [all...]
  /external/webkit/Source/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/Source/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/Source/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/Source/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/i18n/
regexcmp.cpp     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 606 U_GET_GC_MASK(0x662)!=U_GC_ND_MASK ||
628 mask=(mask&~U_GC_ND_MASK)|U_GC_ND_MASK;
    [all...]

Completed in 51 milliseconds