Home | History | Annotate | Download | only in common

Lines Matching full:othername

100     const char *otherName;
333 const char *otherName) {
338 const char *origOtherName = otherName;
373 if((char)c!=*otherName++) {
390 if((char)c!=*otherName++) {
397 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
409 if((char)c!=*otherName++) {
418 return (UBool)(*otherName==0);
625 const char *otherName=((FindName *)context)->otherName;
627 if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) {
1078 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) {
1095 if((char)c!=*otherName++) {
1104 c=*otherName++;
1115 if(*otherName==0 && range->start<=(uint32_t)code && (uint32_t)code<=range->end) {
1136 if((char)c!=*otherName++) {
1149 if(0==uprv_strcmp(otherName, buffer)) {
1174 t=otherName;
1618 findName.otherName=upper;