Home | History | Annotate | Download | only in common

Lines Matching refs:otherName

98     const char *otherName;
331 const char *otherName) {
336 const char *origOtherName = otherName;
371 if((char)c!=*otherName++) {
388 if((char)c!=*otherName++) {
395 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
407 if((char)c!=*otherName++) {
416 return (UBool)(*otherName==0);
623 const char *otherName=((FindName *)context)->otherName;
625 if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) {
1076 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) {
1093 if((char)c!=*otherName++) {
1102 c=*otherName++;
1113 if(*otherName==0 && range->start<=(uint32_t)code && (uint32_t)code<=range->end) {
1134 if((char)c!=*otherName++) {
1147 if(0==uprv_strcmp(otherName, buffer)) {
1172 t=otherName;
1616 findName.otherName=upper;