Home
last modified time | relevance | path

Searched refs:LOW_N (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dplurrule.cpp43 static const UChar PLURAL_KEYWORD_ONE[]={LOW_O,LOW_N,LOW_E,0};
46 static const UChar PLURAL_KEYWORD_MANY[]={LOW_M,LOW_A,LOW_N,LOW_Y,0};
48 static const UChar PLURAL_DEFAULT_RULE[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,COLON,SPACE,LOW_N,0};
49 static const UChar PK_IN[]={LOW_I,LOW_N,0};
50 static const UChar PK_NOT[]={LOW_N,LOW_O,LOW_T,0};
53 static const UChar PK_AND[]={LOW_A,LOW_N,LOW_D,0};
55 static const UChar PK_VAR_N[]={LOW_N,0};
56 static const UChar PK_WITHIN[]={LOW_W,LOW_I,LOW_T,LOW_H,LOW_I,LOW_N,0};
Ddtitv_impl.h50 #define LOW_N ((UChar)0x006E) macro
Dselfmtimpl.h76 #define LOW_N ((UChar)0x006E) macro
Dtmutfmt.cpp27 #define LOW_N ((UChar)0x006E) macro
36 #define LOW_N ((UChar)0x006E) macro
65 …OR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
73 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0};
Dplurrule_impl.h75 #define LOW_N ((UChar)0x006E) macro
Ddtptngen_impl.h71 #define LOW_N ((UChar)0x006E) macro
/external/icu/icu4c/source/i18n/
Ddtitv_impl.h50 #define LOW_N ((UChar)0x006E) macro
Dselfmtimpl.h71 #define LOW_N ((UChar)0x006E) macro
Dplurrule.cpp57 static const UChar PLURAL_DEFAULT_RULE[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,COLON,SPACE,LOW_N,0};
58 static const UChar PK_IN[]={LOW_I,LOW_N,0};
59 static const UChar PK_NOT[]={LOW_N,LOW_O,LOW_T,0};
62 static const UChar PK_AND[]={LOW_A,LOW_N,LOW_D,0};
64 static const UChar PK_VAR_N[]={LOW_N,0};
69 static const UChar PK_WITHIN[]={LOW_W,LOW_I,LOW_T,LOW_H,LOW_I,LOW_N,0};
71 static const UChar PK_INTEGER[]={LOW_I,LOW_N,LOW_T,LOW_E,LOW_G,LOW_E,LOW_R,0};
937 s.append(LOW_N); break; in tokenString()
Dtmutfmt.cpp30 #define LOW_N ((UChar)0x006E) macro
39 #define LOW_N ((UChar)0x006E) macro
68 …OR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
76 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0};
Ddtptngen_impl.h74 #define LOW_N ((UChar)0x006E) macro
Dplurrule_impl.h84 static const UChar LOW_N = ((UChar)0x006E); variable