Searched refs:expectedLogicalMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c4402 const int32_t *expectedLogicalMap, *expectedVisualMap; local
4407 expectedLogicalMap = forwardMap[stringIndex];
4411 expectedLogicalMap = inverseMap[stringIndex];
4419 if (memcmp(expectedLogicalMap, actualLogicalMap, srcLen * sizeof(int32_t))) {
4434 formatMap(expectedLogicalMap, srcLen, expChars),
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c4642 const int32_t *expectedLogicalMap, *expectedVisualMap; local
4647 expectedLogicalMap = forwardMap[stringIndex];
4651 expectedLogicalMap = inverseMap[stringIndex];
4659 if (memcmp(expectedLogicalMap, actualLogicalMap, srcLen * sizeof(int32_t))) {
4674 formatMap(expectedLogicalMap, srcLen, expChars),

Completed in 104 milliseconds