Searched refs:LOW_N (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtitv_impl.h | 50 #define LOW_N ((UChar)0x006E) macro
|
D | selfmtimpl.h | 71 #define LOW_N ((UChar)0x006E) macro
|
D | plurrule.cpp | 45 static const UChar PLURAL_DEFAULT_RULE[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,COLON,SPACE,LOW_N,0}; 46 static const UChar PK_IN[]={LOW_I,LOW_N,0}; 47 static const UChar PK_NOT[]={LOW_N,LOW_O,LOW_T,0}; 50 static const UChar PK_AND[]={LOW_A,LOW_N,LOW_D,0}; 52 static const UChar PK_VAR_N[]={LOW_N,0}; 57 static const UChar PK_WITHIN[]={LOW_W,LOW_I,LOW_T,LOW_H,LOW_I,LOW_N,0}; 59 static const UChar PK_INTEGER[]={LOW_I,LOW_N,LOW_T,LOW_E,LOW_G,LOW_E,LOW_R,0}; 910 s.append(LOW_N); break; in tokenString()
|
D | tmutfmt.cpp | 31 #define LOW_N ((UChar)0x006E) macro 40 #define LOW_N ((UChar)0x006E) macro 69 …OR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0}; 77 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0};
|
D | dtptngen_impl.h | 74 #define LOW_N ((UChar)0x006E) macro
|
D | plurrule_impl.h | 87 static const UChar LOW_N = ((UChar)0x006E); variable
|