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/icu/icu4c/source/test/cintltst/
sprpdata.c
61
if(strstr(typeName,
usprepTypeNames
[USPREP_UNASSIGNED])!=NULL){
68
}else if(strstr(typeName,
usprepTypeNames
[USPREP_PROHIBITED])!=NULL){
75
}else if(strstr(typeName,
usprepTypeNames
[USPREP_MAP])!=NULL){
259
log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,
usprepTypeNames
[type],
usprepTypeNames
[retType]);
263
log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,
usprepTypeNames
[type],
usprepTypeNames
[retType]);
/external/icu/icu4c/source/test/intltest/
testidn.cpp
169
if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_UNASSIGNED])!=NULL){
176
}else if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_PROHIBITED])!=NULL){
183
}else if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_MAP])!=NULL){
433
pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,
usprepTypeNames
[type],
usprepTypeNames
[retType]);
437
pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,
usprepTypeNames
[type],
usprepTypeNames
[retType]);
/external/icu/icu4c/source/common/
sprpimpl.h
45
static const char*
usprepTypeNames
[] ={
/external/icu/icu4c/source/tools/gensprep/
gensprep.c
375
if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_UNASSIGNED])!=NULL){
386
}else if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_PROHIBITED])!=NULL){
397
}else if(uprv_strstr(typeName,
usprepTypeNames
[USPREP_MAP])!=NULL){
Completed in 406 milliseconds