OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeIdx
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
utxttest.h
39
int
nativeIdx
;
utxttest.cpp
176
cpMap[j].
nativeIdx
= i;
181
cpMap[j].
nativeIdx
= i; // position following the last char in utf-16 string.
265
u8Map[j].
nativeIdx
= i;
269
u8Map[cpCount].
nativeIdx
= u8Len; // position following the last char in utf-8 string.
356
nativeStart = nativeMap[srcIndex].
nativeIdx
;
357
nativeLimit = nativeMap[srcIndex+srcLength].
nativeIdx
;
358
nativeDest = nativeMap[destIndex].
nativeIdx
;
360
u16Start = u16Map[srcIndex].
nativeIdx
;
361
u16Limit = u16Map[srcIndex+srcLength].
nativeIdx
;
362
u16Dest = u16Map[destIndex].
nativeIdx
;
[
all
...]
/external/icu/icu4c/source/test/intltest/
utxttest.h
40
int
nativeIdx
;
utxttest.cpp
178
cpMap[j].
nativeIdx
= i;
183
cpMap[j].
nativeIdx
= i; // position following the last char in utf-16 string.
267
u8Map[j].
nativeIdx
= i;
271
u8Map[cpCount].
nativeIdx
= u8Len; // position following the last char in utf-8 string.
358
nativeStart = nativeMap[srcIndex].
nativeIdx
;
359
nativeLimit = nativeMap[srcIndex+srcLength].
nativeIdx
;
360
nativeDest = nativeMap[destIndex].
nativeIdx
;
362
u16Start = u16Map[srcIndex].
nativeIdx
;
363
u16Limit = u16Map[srcIndex+srcLength].
nativeIdx
;
364
u16Dest = u16Map[destIndex].
nativeIdx
;
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
uregex.cpp
[
all
...]
/external/icu/icu4c/source/i18n/
uregex.cpp
[
all
...]
Completed in 2185 milliseconds