OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_COL_SAFECLONE_BUFFERSIZE
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
colutil.c
15
return (
U_COL_SAFECLONE_BUFFERSIZE
< sizeof(UCollator));
capitst.c
666
uint8_t buffer [CLONETEST_COLLATOR_COUNT] [
U_COL_SAFECLONE_BUFFERSIZE
];
667
int32_t bufferSize =
U_COL_SAFECLONE_BUFFERSIZE
;
672
log_err("
U_COL_SAFECLONE_BUFFERSIZE
should be larger than sizeof(UCollator)\n");
722
if (
U_COL_SAFECLONE_BUFFERSIZE
< bufferSize)
740
bufferSize =
U_COL_SAFECLONE_BUFFERSIZE
;
761
bufferSize =
U_COL_SAFECLONE_BUFFERSIZE
;
786
bufferSize =
U_COL_SAFECLONE_BUFFERSIZE
;
791
|| someClonedCollators[index] > (UCollator *)(buffer[index]+(
U_COL_SAFECLONE_BUFFERSIZE
-1)))
[
all
...]
/external/icu4c/test/cintltst/
colutil.c
15
return (
U_COL_SAFECLONE_BUFFERSIZE
< sizeof(UCollator));
capitst.c
663
uint8_t buffer [CLONETEST_COLLATOR_COUNT] [
U_COL_SAFECLONE_BUFFERSIZE
];
664
int32_t bufferSize =
U_COL_SAFECLONE_BUFFERSIZE
;
669
log_err("
U_COL_SAFECLONE_BUFFERSIZE
should be larger than sizeof(UCollator)\n");
719
if (
U_COL_SAFECLONE_BUFFERSIZE
< bufferSize)
737
bufferSize =
U_COL_SAFECLONE_BUFFERSIZE
;
758
bufferSize =
U_COL_SAFECLONE_BUFFERSIZE
;
783
bufferSize =
U_COL_SAFECLONE_BUFFERSIZE
;
788
|| someClonedCollators[idx] > (UCollator *)(buffer[idx]+(
U_COL_SAFECLONE_BUFFERSIZE
-1)))
790
/* TODO: The use of
U_COL_SAFECLONE_BUFFERSIZE
will be deprecated per #9932.
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp
236
int32_t buffersize =
U_COL_SAFECLONE_BUFFERSIZE
;
541
int32_t buffersize =
U_COL_SAFECLONE_BUFFERSIZE
;
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h
[
all
...]
/external/icu4c/i18n/unicode/
ucol.h
[
all
...]
/libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp
150
jint bufferSize =
U_COL_SAFECLONE_BUFFERSIZE
;
/external/icu4c/i18n/
tblcoll.cpp
212
int32_t buffersize =
U_COL_SAFECLONE_BUFFERSIZE
;
Completed in 747 milliseconds