OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SPREP_THREE_UCHARS_MAPPING_INDEX_START
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
sprpimpl.h
72
_SPREP_THREE_UCHARS_MAPPING_INDEX_START
= 5, /* The starting index of 3 UChars mapping index in the mapping data array */
usprep.cpp
564
index < indexes[
_SPREP_THREE_UCHARS_MAPPING_INDEX_START
]){
566
}else if(index >= indexes[
_SPREP_THREE_UCHARS_MAPPING_INDEX_START
] &&
/external/icu4c/test/cintltst/
sprpdata.c
176
index < indexes[
_SPREP_THREE_UCHARS_MAPPING_INDEX_START
]){
178
}else if(index >= indexes[
_SPREP_THREE_UCHARS_MAPPING_INDEX_START
] &&
/external/icu4c/test/intltest/
testidn.cpp
350
index < indexes[
_SPREP_THREE_UCHARS_MAPPING_INDEX_START
]){
352
}else if(index >= indexes[
_SPREP_THREE_UCHARS_MAPPING_INDEX_START
] &&
Completed in 203 milliseconds