xsltUTF8Charcmp   128 third_party/libxslt/libxslt/numbers.c     ((xsltUTF8Charcmp((letter), (self)->zeroDigit) == 0)	    ||	\
xsltUTF8Charcmp   129 third_party/libxslt/libxslt/numbers.c      (xsltUTF8Charcmp((letter), (self)->digit) == 0)	    ||	\
xsltUTF8Charcmp   130 third_party/libxslt/libxslt/numbers.c      (xsltUTF8Charcmp((letter), (self)->decimalPoint) == 0)  ||	\
xsltUTF8Charcmp   131 third_party/libxslt/libxslt/numbers.c      (xsltUTF8Charcmp((letter), (self)->grouping) == 0)	    ||	\
xsltUTF8Charcmp   132 third_party/libxslt/libxslt/numbers.c      (xsltUTF8Charcmp((letter), (self)->patternSeparator) == 0))
xsltUTF8Charcmp   880 third_party/libxslt/libxslt/numbers.c 	    if (xsltUTF8Charcmp(*format, self->percent) == 0) {
xsltUTF8Charcmp   885 third_party/libxslt/libxslt/numbers.c 	    } else if (xsltUTF8Charcmp(*format, self->permille) == 0) {
xsltUTF8Charcmp  1034 third_party/libxslt/libxslt/numbers.c 	   (xsltUTF8Charcmp(the_format, self->decimalPoint) != 0) &&
xsltUTF8Charcmp  1035 third_party/libxslt/libxslt/numbers.c 	   (xsltUTF8Charcmp(the_format, self->patternSeparator) != 0)) {
xsltUTF8Charcmp  1042 third_party/libxslt/libxslt/numbers.c 	if (xsltUTF8Charcmp(the_format, self->digit) == 0) {
xsltUTF8Charcmp  1050 third_party/libxslt/libxslt/numbers.c 	} else if (xsltUTF8Charcmp(the_format, self->zeroDigit) == 0) {
xsltUTF8Charcmp  1060 third_party/libxslt/libxslt/numbers.c 	} else if (xsltUTF8Charcmp(the_format, self->percent) == 0) {
xsltUTF8Charcmp  1066 third_party/libxslt/libxslt/numbers.c 	} else  if (xsltUTF8Charcmp(the_format, self->permille) == 0) {
xsltUTF8Charcmp  1084 third_party/libxslt/libxslt/numbers.c     if (xsltUTF8Charcmp(the_format, self->decimalPoint) == 0) {
xsltUTF8Charcmp  1091 third_party/libxslt/libxslt/numbers.c 	if (xsltUTF8Charcmp(the_format, self->zeroDigit) == 0) {
xsltUTF8Charcmp  1097 third_party/libxslt/libxslt/numbers.c 	} else if (xsltUTF8Charcmp(the_format, self->digit) == 0) {
xsltUTF8Charcmp  1099 third_party/libxslt/libxslt/numbers.c 	} else if (xsltUTF8Charcmp(the_format, self->percent) == 0) {
xsltUTF8Charcmp  1111 third_party/libxslt/libxslt/numbers.c 	} else if (xsltUTF8Charcmp(the_format, self->permille) == 0) {
xsltUTF8Charcmp  1123 third_party/libxslt/libxslt/numbers.c 	} else if (xsltUTF8Charcmp(the_format, self->grouping) != 0) {
xsltUTF8Charcmp  1151 third_party/libxslt/libxslt/numbers.c 	  (xsltUTF8Charcmp(the_format, self->patternSeparator) != 0)) ) {
xsltUTF8Charcmp  1190 third_party/libxslt/libxslt/numbers.c 		if ( (xsltUTF8Charcmp(the_format, (self)->percent) == 0) ||
xsltUTF8Charcmp  1191 third_party/libxslt/libxslt/numbers.c 		     (xsltUTF8Charcmp(the_format, (self)->permille)== 0) ) {