Home | History | Annotate | Download | only in intltest

Lines Matching full:operator

75     Buffer_byte & operator = (const Buffer_byte &);
103 operator type *();
104 type & operator[];
107 A small trick is the class does not overload the address-of operator. This
122 type & operator [] (int i) { return ((type *) buf.buffer())[i];}\
123 operator type *(){return (type *) buf.buffer();} \
319 operator UBool() { // conversion operator
425 char * operator()(const char * literal /*c-string*/){
442 WeightedRand & operator = (const WeightedRand &);
527 operator const char *(){
1589 UBool operator () (const char *const str, const int exp_error_offset = -1, const UBool dump = TRUE){