OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeIdx
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
utxttest.h
39
int
nativeIdx
;
utxttest.cpp
177
cpMap[j].
nativeIdx
= i;
182
cpMap[j].
nativeIdx
= i; // position following the last char in utf-16 string.
266
u8Map[j].
nativeIdx
= i;
270
u8Map[cpCount].
nativeIdx
= u8Len; // position following the last char in utf-8 string.
357
nativeStart = nativeMap[srcIndex].
nativeIdx
;
358
nativeLimit = nativeMap[srcIndex+srcLength].
nativeIdx
;
359
nativeDest = nativeMap[destIndex].
nativeIdx
;
361
u16Start = u16Map[srcIndex].
nativeIdx
;
362
u16Limit = u16Map[srcIndex+srcLength].
nativeIdx
;
363
u16Dest = u16Map[destIndex].
nativeIdx
;
[
all
...]
Completed in 95 milliseconds