OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsset
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.cpp
226
BuilderScriptSet *
bsset
= NULL;
local
229
bsset
= static_cast<BuilderScriptSet *>(scriptSets->elementAt(setIndex));
231
bsset
= new BuilderScriptSet();
232
if (
bsset
== NULL) {
236
bsset
->codePoint = cp;
237
bsset
->trie = table;
238
bsset
->sset = new ScriptSet();
240
bsset
->index = setIndex;
241
bsset
->rindex = 0;
242
if (
bsset
->sset == NULL)
405
BuilderScriptSet *
bsset
= static_cast<BuilderScriptSet *>(scriptSets->elementAt(i));
local
[
all
...]
/external/icu4c/i18n/
uspoof_wsconf.cpp
225
BuilderScriptSet *
bsset
= NULL;
local
228
bsset
= static_cast<BuilderScriptSet *>(scriptSets->elementAt(setIndex));
230
bsset
= new BuilderScriptSet();
231
if (
bsset
== NULL) {
235
bsset
->codePoint = cp;
236
bsset
->trie = table;
237
bsset
->sset = new ScriptSet();
239
bsset
->index = setIndex;
240
bsset
->rindex = 0;
241
if (
bsset
->sset == NULL)
405
BuilderScriptSet *
bsset
= static_cast<BuilderScriptSet *>(scriptSets->elementAt(i));
local
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 1038 milliseconds