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

/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp1270 UTF8Buf *u8b = NULL; local
1332 u8b = (UTF8Buf *)ut->q; // the alternate buffer
1333 if (ix>=u8b->bufNativeStart && ix<u8b->bufNativeLimit) {
1347 if (ix == u8b->bufNativeLimit) {
1363 u8b = (UTF8Buf *)ut->p; // the current buffer
1364 mapIndex = ix - u8b->toUCharsMapStart;
1365 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1399 u8b
1526 UTF8Buf *u8b = (UTF8Buf *)ut->q; local
1641 UTF8Buf *u8b = (UTF8Buf *)ut->q; local
1870 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
1884 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
[all...]
/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
1291 UTF8Buf *u8b = (UTF8Buf *)ut->q; local
1510 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
1524 UTF8Buf *u8b = (UTF8Buf *)ut->p; local
[all...]

Completed in 78 milliseconds