OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:repeatBlock
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utrie.c
289
int32_t block, rest,
repeatBlock
;
331
repeatBlock
=0;
333
repeatBlock
=-1;
342
/* set the
repeatBlock
instead of the current block 0 or range block */
343
if(
repeatBlock
>=0) {
344
trie->index[start>>UTRIE_SHIFT]=-
repeatBlock
;
346
/* create and set and fill the
repeatBlock
*/
347
repeatBlock
=utrie_getDataBlock(trie, start);
348
if(
repeatBlock
<0) {
353
trie->index[start>>UTRIE_SHIFT]=-
repeatBlock
;
[
all
...]
utrie2_builder.c
705
int32_t block, rest,
repeatBlock
;
755
repeatBlock
=newTrie->dataNullOffset;
757
repeatBlock
=-1;
783
* replace with the
repeatBlock
.
794
* Set the
repeatBlock
instead of the null block or previous repeat block:
797
* because it's the null block or a range block (the
repeatBlock
from a previous
802
* of the
repeatBlock
initialization above. (If value==initialValue, then
803
* the
repeatBlock
will be the null data block.)
805
* We set our
repeatBlock
if the desired value differs from the block's value,
812
if(
repeatBlock
>=0)
[
all
...]
/external/icu4c/common/
utrie.cpp
289
int32_t block, rest,
repeatBlock
;
331
repeatBlock
=0;
333
repeatBlock
=-1;
342
/* set the
repeatBlock
instead of the current block 0 or range block */
343
if(
repeatBlock
>=0) {
344
trie->index[start>>UTRIE_SHIFT]=-
repeatBlock
;
346
/* create and set and fill the
repeatBlock
*/
347
repeatBlock
=utrie_getDataBlock(trie, start);
348
if(
repeatBlock
<0) {
353
trie->index[start>>UTRIE_SHIFT]=-
repeatBlock
;
[
all
...]
utrie2_builder.cpp
705
int32_t block, rest,
repeatBlock
;
755
repeatBlock
=newTrie->dataNullOffset;
757
repeatBlock
=-1;
783
* replace with the
repeatBlock
.
794
* Set the
repeatBlock
instead of the null block or previous repeat block:
797
* because it's the null block or a range block (the
repeatBlock
from a previous
802
* of the
repeatBlock
initialization above. (If value==initialValue, then
803
* the
repeatBlock
will be the null data block.)
805
* We set our
repeatBlock
if the desired value differs from the block's value,
812
if(
repeatBlock
>=0)
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 99 milliseconds