mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 15:05:53 +00:00
ICU-5032 Increase code coverage by removing dead code.
X-SVN-Rev: 19384
This commit is contained in:
parent
35c4c75f13
commit
af4d11cd28
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2003-2005, International Business Machines
|
||||
* Copyright (C) 2003-2006, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
*******************************************************************************
|
||||
|
@ -66,12 +66,6 @@ startsWithPrefix(const UChar* src , int32_t srcLength){
|
|||
return startsWithPrefix;
|
||||
}
|
||||
|
||||
inline static void
|
||||
toASCIILower(UChar* src, int32_t srcLen){
|
||||
for(int32_t i=0; i<srcLen; i++){
|
||||
src[i] = toASCIILower(src[i]);
|
||||
}
|
||||
}
|
||||
|
||||
inline static int32_t
|
||||
compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len,
|
||||
|
|
Loading…
Add table
Reference in a new issue