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

/external/icu/icu4c/source/common/
H A Dutext.cpp940 UTF8Buf *u8b = NULL; local
1002 u8b = (UTF8Buf *)ut->q; // the alternate buffer
1003 if (ix>=u8b->bufNativeStart && ix<u8b->bufNativeLimit) {
1017 if (ix == u8b->bufNativeLimit) {
1033 u8b = (UTF8Buf *)ut->p; // the current buffer
1034 mapIndex = ix - u8b->toUCharsMapStart;
1035 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1069 u8b
1196 UTF8Buf *u8b = (UTF8Buf *)ut->q; local
1307 UTF8Buf *u8b = (UTF8Buf *)ut->q; local
1526 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
1540 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
[all...]

Completed in 68 milliseconds