Searched defs:LOW_O (Results 1 - 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
H A D | dt_impl.h | 55 #define LOW_O ((UChar)0x006F) macro
|
H A D | dtitv_impl.h | 54 #define LOW_O ((UChar)0x006F) macro
|
H A D | selfmtimpl.h | 74 #define LOW_O ((UChar)0x006F) macro
|
H A D | dtptngen_impl.h | 80 #define LOW_O ((UChar)0x006F) macro
|
H A D | plurrule_impl.h | 91 static const UChar LOW_O = ((UChar)0x006F); variable
|
H A D | tmutfmt.cpp | 42 #define LOW_O ((UChar)0x006F) macro 79 static const UChar PLURAL_COUNT_ZERO[] = {LOW_Z, LOW_E, LOW_R, LOW_O, 0}; 80 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0}; 81 static const UChar PLURAL_COUNT_TWO[] = {LOW_T, LOW_W, LOW_O, 0};
|
Completed in 109 milliseconds