OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trieWord
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/tools/gensprep/
store.c
86
* if(
trieWord
>= _SPREP_TYPE_THRESHOLD){
87
* type =
trieWord
- 0xFFF0;
247
uint16_t
trieWord
=0;
284
trieWord
= currentIndex << 2;
286
trieWord
+= 0x02;
288
if(
trieWord
> _SPREP_TYPE_THRESHOLD){
289
fprintf(stderr,"
trieWord
cannot contain value greater than 0x%04X.\n",_SPREP_TYPE_THRESHOLD);
297
trieWord
+= 0x01;
309
if(!utrie_set32(sprepTrie,codepoint,
trieWord
)){
379
uint16_t
trieWord
= 0
[
all
...]
/external/icu4c/tools/gensprep/
store.c
87
* if(
trieWord
>= _SPREP_TYPE_THRESHOLD){
88
* type =
trieWord
- 0xFFF0;
247
uint16_t
trieWord
=0;
282
trieWord
= currentIndex << 2;
284
trieWord
+= 0x02;
286
if(
trieWord
> _SPREP_TYPE_THRESHOLD){
287
fprintf(stderr,"
trieWord
cannot contain value greater than 0x%04X.\n",_SPREP_TYPE_THRESHOLD);
295
trieWord
+= 0x01;
307
if(!utrie_set32(sprepTrie,codepoint,
trieWord
)){
360
uint16_t
trieWord
= 0
[
all
...]
/external/chromium_org/third_party/icu/source/common/
usprep.cpp
476
getValues(uint16_t
trieWord
, int16_t& value, UBool& isIndex){
479
if(
trieWord
== 0){
488
}else if(
trieWord
>= _SPREP_TYPE_THRESHOLD){
489
type = (UStringPrepType) (
trieWord
- _SPREP_TYPE_THRESHOLD);
496
if(
trieWord
& 0x02){
498
value =
trieWord
>> 2; //mask off the lower 2 bits and shift
501
value = (int16_t)
trieWord
;
505
if((
trieWord
>>2) == _SPREP_MAX_INDEX_VALUE){
/external/icu4c/common/
usprep.cpp
473
getValues(uint16_t
trieWord
, int16_t& value, UBool& isIndex){
476
if(
trieWord
== 0){
485
}else if(
trieWord
>= _SPREP_TYPE_THRESHOLD){
486
type = (UStringPrepType) (
trieWord
- _SPREP_TYPE_THRESHOLD);
493
if(
trieWord
& 0x02){
495
value =
trieWord
>> 2; //mask off the lower 2 bits and shift
498
value = (int16_t)
trieWord
;
502
if((
trieWord
>>2) == _SPREP_MAX_INDEX_VALUE){
/external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp
[
all
...]
/external/icu4c/i18n/
ucol_elm.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 264 milliseconds