OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:limit_safe
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/cintltst/
utf16tst.c
494
static uint16_t
limit_safe
[] ={0, 1, 3, 3, 5, 5, 6, 7, 8, 10, 10, 11};
local
539
if(setOffset !=
limit_safe
[i]){
540
log_err("ERROR: U16_SET_CHAR_LIMIT failed for offset=%ld. Expected:%lx Got:%lx\n", offset,
limit_safe
[i], setOffset);
utf8tst.c
570
static const int16_t
limit_safe
[]
local
616
if(setOffset !=
limit_safe
[i]){
617
log_err("ERROR: UTF8_SET_CHAR_LIMIT_SAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset,
limit_safe
[i], setOffset);
622
if(setOffset !=
limit_safe
[i]){
623
log_err("ERROR: U8_SET_CP_LIMIT failed for offset=%ld. Expected:%ld Got:%ld\n", offset,
limit_safe
[i], setOffset);
[
all
...]
Completed in 709 milliseconds