OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USPREP_DELETE
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
sprpimpl.h
38
USPREP_DELETE
= 0x0003 ,
usprep.cpp
506
type =
USPREP_DELETE
;
587
}else if(type==
USPREP_DELETE
){
/external/icu4c/test/cintltst/
sprpdata.c
137
type =
USPREP_DELETE
;
164
if(type != retType && retType !=
USPREP_DELETE
){
186
length = (retType ==
USPREP_DELETE
)? 0 : 1;
218
if(retType!=
USPREP_DELETE
&& (codepoint-delta) != (uint16_t)mapping[0]){
/external/icu4c/test/intltest/
testidn.cpp
250
type =
USPREP_DELETE
;
338
if(type != retType && retType !=
USPREP_DELETE
){
360
length = (retType ==
USPREP_DELETE
)? 0 : 1;
393
if(retType!=
USPREP_DELETE
&& (codepoint-delta) != (uint16_t)mapping[0]){
Completed in 350 milliseconds