Home | History | Annotate | Download | only in common

Lines Matching defs:otherName

97     const char *otherName;
356 const char *otherName) {
361 const char *origOtherName = otherName;
396 if((char)c!=*otherName++) {
413 if((char)c!=*otherName++) {
420 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
432 if((char)c!=*otherName++) {
441 return (UBool)(*otherName==0);
648 const char *otherName=((FindName *)context)->otherName;
650 if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) {
1101 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) {
1118 if((char)c!=*otherName++) {
1127 c=*otherName++;
1138 if(*otherName==0 && range->start<=(uint32_t)code && (uint32_t)code<=range->end) {
1159 if((char)c!=*otherName++) {
1172 if(0==uprv_strcmp(otherName, buffer)) {
1197 t=otherName;
1636 findName.otherName=upper;