OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ubrkiter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c
769
UBreakIterator*
ubrkiter
= ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status);
local
775
for (offsindx = 0; (offset = ubrk_next(
ubrkiter
)) != UBRK_DONE; ++offsindx) {
792
for (offsindx = 0; (offset = ubrk_previous(
ubrkiter
)) != UBRK_DONE; ++offsindx) {
808
ubrk_close(
ubrkiter
);
/external/icu4c/test/cintltst/
cbiapts.c
788
UBreakIterator*
ubrkiter
= ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status);
local
794
for (offsindx = 0; (offset = ubrk_next(
ubrkiter
)) != UBRK_DONE; ++offsindx) {
811
for (offsindx = 0; (offset = ubrk_previous(
ubrkiter
)) != UBRK_DONE; ++offsindx) {
827
ubrk_close(
ubrkiter
)
[
all
...]
Completed in 26 milliseconds