Home | History | Annotate | Download | only in intltest

Lines Matching full:compare

248                 if (namezone.compare(result, -1) == 0){
262 if (namebase.compare(result, -1) == 0){
294 while (s.compare(C_TAG, -1) != 0); //"====="
300 if (s.compare(C_TAG, -1) == 0){ //"====="
307 if (key.compare(C_TYPE, -1) == 0){
308 if (value.compare(C_TOASCII, -1) == 0) {
310 } else if (value.compare(C_TOUNICODE, -1) == 0){
313 } else if (key.compare(C_PASSFAIL, -1) == 0){
314 if (value.compare(C_PASS, -1) == 0){
316 } else if (value.compare(C_FAIL, -1) == 0){
319 } else if (key.compare(C_DESC, -1) == 0){
326 } else if (key.compare(C_NAMEZONE, -1) == 0){
329 } else if (key.compare(C_NAMEBASE, -1) == 0){