HomeSort by relevance Sort by last modified time
    Searched refs:offsindx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 771 int32_t offset, offsindx; local
775 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) {
776 if (!foundError && offsindx >= testPtr->numOffsets) {
780 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) {
782 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx], offset);
786 if (!foundError && offsindx < testPtr->numOffsets) {
788 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx]);
792 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
    [all...]
  /external/icu4c/test/cintltst/
cbiapts.c 790 int32_t offset, offsindx; local
794 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) {
795 if (!foundError && offsindx >= testPtr->numOffsets) {
799 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) {
801 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx], offset);
805 if (!foundError && offsindx < testPtr->numOffsets) {
807 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx]);
811 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
    [all...]

Completed in 687 milliseconds