OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usprepTypeNames
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/test/cintltst/
sprpdata.c
60
if(strstr(typeName,
usprepTypeNames
[USPREP_UNASSIGNED])!=NULL){
67
}else if(strstr(typeName,
usprepTypeNames
[USPREP_PROHIBITED])!=NULL){
74
}else if(strstr(typeName,
usprepTypeNames
[USPREP_MAP])!=NULL){
258
log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,
usprepTypeNames
[type],
usprepTypeNames
[retType]);
262
log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,
usprepTypeNames
[type],
usprepTypeNames
[retType]);
/external/icu4c/test/intltest/
testidn.cpp
167
if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_UNASSIGNED])!=NULL){
174
}else if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_PROHIBITED])!=NULL){
181
}else if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_MAP])!=NULL){
431
pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,
usprepTypeNames
[type],
usprepTypeNames
[retType]);
435
pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,
usprepTypeNames
[type],
usprepTypeNames
[retType]);
/external/icu4c/common/
sprpimpl.h
45
static const char*
usprepTypeNames
[] ={
/external/icu4c/tools/gensprep/
gensprep.c
372
if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_UNASSIGNED])!=NULL){
383
}else if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_PROHIBITED])!=NULL){
394
}else if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_MAP])!=NULL){
Completed in 117 milliseconds