Searched refs:paraIndex (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Dubidi.c571 int32_t paraIndex=0; local
671 pBiDi->paras[paraIndex++]=i+1;
740 uint32_t paraIndex=0; local
762 pBiDi->paras[paraIndex++]=i+1;
2124 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, argument
2132 RETURN_VOID_IF_BAD_RANGE(paraIndex, 0, pBiDi->paraCount, *pErrorCode);
2135 if(paraIndex) {
2136 paraStart=pBiDi->paras[paraIndex-1];
2144 *pParaLimit=pBiDi->paras[paraIndex];
2155 uint32_t paraIndex; local
[all...]
/external/icu4c/common/
H A Dubidi.c567 int32_t paraIndex=0; local
667 pBiDi->paras[paraIndex++]=i+1;
736 uint32_t paraIndex=0; local
758 pBiDi->paras[paraIndex++]=i+1;
2120 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, argument
2128 RETURN_VOID_IF_BAD_RANGE(paraIndex, 0, pBiDi->paraCount, *pErrorCode);
2131 if(paraIndex) {
2132 paraStart=pBiDi->paras[paraIndex-1];
2140 *pParaLimit=pBiDi->paras[paraIndex];
2151 uint32_t paraIndex; local
[all...]
/external/chromium/third_party/icu/public/common/unicode/
H A Dubidi.h1251 * @param paraIndex is the number of the paragraph, in the
1272 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex,
/external/icu4c/common/unicode/
H A Dubidi.h1269 * @param paraIndex is the number of the paragraph, in the
1290 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex,
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcbiditst.c1573 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; local
1624 paraIndex=ubidi_getParagraph(pBidi, paraBounds[i], NULL, NULL, &gotLevel, &errorCode);
1625 if (paraIndex!=i) {
1627 paraLevels[k], i, paraIndex, i);
1697 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode);
1709 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL);
1735 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode);
1741 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], 0);
/external/icu4c/test/cintltst/
H A Dcbiditst.c1573 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; local
1624 paraIndex=ubidi_getParagraph(pBidi, paraBounds[i], NULL, NULL, &gotLevel, &errorCode);
1625 if (paraIndex!=i) {
1627 paraLevels[k], i, paraIndex, i);
1697 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode);
1709 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL);
1735 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode);
1741 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], 0);

Completed in 98 milliseconds