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

/external/icu4c/common/
H A Dutext.cpp924 UTF8Buf *u8b = NULL; local
986 u8b = (UTF8Buf *)ut->q; // the alternate buffer
987 if (ix>=u8b->bufNativeStart && ix<u8b->bufNativeLimit) {
1001 if (ix == u8b->bufNativeLimit) {
1017 u8b = (UTF8Buf *)ut->p; // the current buffer
1018 mapIndex = ix - u8b->toUCharsMapStart;
1019 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1053 u8b
1180 UTF8Buf *u8b = (UTF8Buf *)ut->q; local
1295 UTF8Buf *u8b = (UTF8Buf *)ut->q; local
1524 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
1538 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
[all...]

Completed in 45 milliseconds