OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bix
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/intltest/
rbbiapts.cpp
85
RuleBasedBreakIterator *
bix
= (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::getDefault(), status);
local
96
if (biDefault == *
bix
) {
107
bix
->setText(HelloString);
108
if (*
bix
== *bi2) {
111
*
bix
= *bi2;
112
if (*
bix
!= *bi2) {
116
int bixnext =
bix
->next();
121
delete
bix
;
[
all
...]
/external/wpa_supplicant_8/src/common/
dpp.c
2405
struct wpabuf *pix, *prx, *
bix
, *brx;
local
2484
struct wpabuf *pix = NULL, *prx = NULL, *
bix
= NULL, *brx = NULL;
local
[
all
...]
Completed in 239 milliseconds