Searched refs:pe2 (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | NumberFormatTest.java | 189 boolean pe1, pe2; in TestICUEquivalent() 206 pe2 = false; in TestICUEquivalent() 210 pe2 = true; in TestICUEquivalent() 212 if ((pe1 && !pe2) || (!pe1 && pe2)) { in TestICUEquivalent() 216 } else if (!pe1 && !pe2 && !n1.equals(n2)) { in TestICUEquivalent() 219 } else if (pe1 && pe2) { in TestICUEquivalent() 241 pe2 = false; in TestICUEquivalent() 245 pe2 = true; in TestICUEquivalent() 247 if ((pe1 && !pe2) || (!pe1 && pe2)) { in TestICUEquivalent() 251 } else if (!pe1 && !pe2 && !n1.equals(n2)) { in TestICUEquivalent() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 1047 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullLower() local 1051 pe2=pe; in ucase_toFullLower() 1171 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe2, delta); in ucase_toFullLower() 1175 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result); in ucase_toFullLower() 1198 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in toUpperOrTitle() local 1202 pe2=pe; in toUpperOrTitle() 1265 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe2, delta); in toUpperOrTitle() 1276 GET_SLOT_VALUE(excWord, idx, pe2, result); in toUpperOrTitle() 1421 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullFolding() local 1425 pe2=pe; in ucase_toFullFolding() [all …]
|