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

/external/icu/icu4c/source/common/
H A Dutext.cpp938 UTF8Buf *u8b = NULL; local
1000 u8b = (UTF8Buf *)ut->q; // the alternate buffer
1001 if (ix>=u8b->bufNativeStart && ix<u8b->bufNativeLimit) {
1015 if (ix == u8b->bufNativeLimit) {
1031 u8b = (UTF8Buf *)ut->p; // the current buffer
1032 mapIndex = ix - u8b->toUCharsMapStart;
1033 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1067 u8b
1194 UTF8Buf *u8b = (UTF8Buf *)ut->q; local
1305 UTF8Buf *u8b = (UTF8Buf *)ut->q; local
1524 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
1538 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
[all...]

Completed in 53 milliseconds