OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCASE_MAX_STRING_LENGTH
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/common/
unormcmp.cpp
164
UChar fold1[
UCASE_MAX_STRING_LENGTH
+1], fold2[
UCASE_MAX_STRING_LENGTH
+1];
349
if(length<=
UCASE_MAX_STRING_LENGTH
) {
394
if(length<=
UCASE_MAX_STRING_LENGTH
) {
ustrcase.c
32
/* append a full case mapping result, see
UCASE_MAX_STRING_LENGTH
*/
44
} else if(result<=
UCASE_MAX_STRING_LENGTH
) {
142
if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff :
UCASE_MAX_STRING_LENGTH
<c && (c2=c)<=0xffff)) {
431
if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff :
UCASE_MAX_STRING_LENGTH
<c && (c2=c)<=0xffff)) {
666
UChar fold1[
UCASE_MAX_STRING_LENGTH
+1], fold2[
UCASE_MAX_STRING_LENGTH
+1];
839
if(length<=
UCASE_MAX_STRING_LENGTH
) {
884
if(length<=
UCASE_MAX_STRING_LENGTH
) {
ucasemap.c
128
/* append a full case mapping result, see
UCASE_MAX_STRING_LENGTH
*/
141
} else if(result<=
UCASE_MAX_STRING_LENGTH
) {
249
if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f :
UCASE_MAX_STRING_LENGTH
<c && (c2=c)<=0x7f)) {
431
if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f :
UCASE_MAX_STRING_LENGTH
<c && (c2=c)<=0x7f)) {
ucase.h
174
* Mapping to another code point: Positive values >
UCASE_MAX_STRING_LENGTH
176
* Mapping to a string: The string length (0..
UCASE_MAX_STRING_LENGTH
) is
179
UCASE_MAX_STRING_LENGTH
=0x1f
197
* @return Output code point or string length, see
UCASE_MAX_STRING_LENGTH
.
200
* @see
UCASE_MAX_STRING_LENGTH
uprops.cpp
137
UChar dest[2*
UCASE_MAX_STRING_LENGTH
];
612
if(folded1Length>
UCASE_MAX_STRING_LENGTH
) {
utext.cpp
580
UChar fold1[
UCASE_MAX_STRING_LENGTH
+1], fold2[
UCASE_MAX_STRING_LENGTH
+1];
622
if(length <=
UCASE_MAX_STRING_LENGTH
) { // !!!: Does not correctly handle 0-length folded-case strings
648
if(length <=
UCASE_MAX_STRING_LENGTH
) { // !!!: Does not correctly handle 0-length folded-case strings
701
UChar fold1[
UCASE_MAX_STRING_LENGTH
+1], fold2[
UCASE_MAX_STRING_LENGTH
+1];
737
if(length <=
UCASE_MAX_STRING_LENGTH
) { // !!!: Does not correctly handle 0-length folded-case strings
760
if(length <=
UCASE_MAX_STRING_LENGTH
) { // !!!: Does not correctly handle 0-length folded-case strings
[
all
...]
uniset_props.cpp
[
all
...]
/external/icu4c/i18n/
casetrn.cpp
168
// see
UCASE_MAX_STRING_LENGTH
169
if(result<=
UCASE_MAX_STRING_LENGTH
) {
titletrn.cpp
143
// see
UCASE_MAX_STRING_LENGTH
144
if(result<=
UCASE_MAX_STRING_LENGTH
) {
rematch.cpp
[
all
...]
Completed in 945 milliseconds