Searched refs:pe2 (Results 1 – 3 of 3) 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 | 1073 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullLower() local 1077 pe2=pe; in ucase_toFullLower() 1197 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe2, delta); in ucase_toFullLower() 1201 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result); in ucase_toFullLower() 1224 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in toUpperOrTitle() local 1228 pe2=pe; in toUpperOrTitle() 1302 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe2, delta); in toUpperOrTitle() 1313 GET_SLOT_VALUE(excWord, idx, pe2, result); in toUpperOrTitle() 1458 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullFolding() local 1462 pe2=pe; in ucase_toFullFolding() [all …]
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 594 const pe2 = CK.PathEffect.MakeDash([2, 4]); // $ExpectType PathEffect constant
|