OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convStart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_io.c
731
uint32_t
convStart
= (tagNum)*gMainTable.converterListSize;
733
for (idx =
convStart
; idx < convLimit; idx++) {
736
return idx-
convStart
;
[
all
...]
/external/icu4c/common/
ucnv_io.cpp
731
uint32_t
convStart
= (tagNum)*gMainTable.converterListSize;
733
for (idx =
convStart
; idx < convLimit; idx++) {
736
return idx-
convStart
;
[
all
...]
Completed in 28 milliseconds