Lines Matching defs:actual
54 * object. Either the valid or the actual locale may be
64 * object. Either the valid or the actual locale may be
76 * @param actual the ID of the actual locale
78 void setLocaleIDs(const char* valid, const char* actual);
84 * @param actual the ID of the actual locale
86 void setLocaleIDs(const Locale& valid, const Locale& actual);
92 char* actual;
96 valid(validAlias), actual(actualAlias) {
102 valid((char*)validAlias), actual((char*)actualAlias) {