OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reversemap
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c
80
const int32_t *map=table->
reverseMap
;
209
/* sorting by bytes first sorts the
reverseMap
; use indirection to mappings */
235
/* build the
reverseMap
*/
236
if(t->
reverseMap
==NULL) {
239
* if mappings are added, the
reverseMap
need not be
243
t->
reverseMap
=(int32_t *)uprv_malloc(t->mappingsCapacity*sizeof(int32_t));
244
if(t->
reverseMap
==NULL) {
245
fprintf(stderr, "ucm error: unable to allocate
reverseMap
\n");
250
t->
reverseMap
[i]=i;
253
/* 2. sort
reverseMap
by mappings bytes first *
[
all
...]
ucm.h
78
int32_t *
reverseMap
;
/external/icu4c/tools/toolutil/
ucm.c
80
const int32_t *map=table->
reverseMap
;
209
/* sorting by bytes first sorts the
reverseMap
; use indirection to mappings */
235
/* build the
reverseMap
*/
236
if(t->
reverseMap
==NULL) {
239
* if mappings are added, the
reverseMap
need not be
243
t->
reverseMap
=(int32_t *)uprv_malloc(t->mappingsCapacity*sizeof(int32_t));
244
if(t->
reverseMap
==NULL) {
245
fprintf(stderr, "ucm error: unable to allocate
reverseMap
\n");
250
t->
reverseMap
[i]=i;
253
/* 2. sort
reverseMap
by mappings bytes first *
[
all
...]
ucm.h
79
int32_t *
reverseMap
;
/external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c
295
* Modifies previous data in the
reverseMap
.
305
map=table->
reverseMap
;
387
* - The mappings are sorted lexically. (Access is through the
reverseMap
.)
391
* - There are only relevant mappings available through the
reverseMap
,
424
map=table->
reverseMap
;
546
* This function will modify the table's
reverseMap
.
564
* rebuild
reverseMap
with mapping indexes for mappings relevant for from Unicode
578
* Overwrite the
reverseMap
with an index array to the relevant mappings.
583
* Destroys previous data in the
reverseMap
.
593
map=table->
reverseMap
;
[
all
...]
/external/icu4c/tools/makeconv/
gencnvex.c
296
* Modifies previous data in the
reverseMap
.
306
map=table->
reverseMap
;
388
* - The mappings are sorted lexically. (Access is through the
reverseMap
.)
392
* - There are only relevant mappings available through the
reverseMap
,
425
map=table->
reverseMap
;
547
* This function will modify the table's
reverseMap
.
565
* rebuild
reverseMap
with mapping indexes for mappings relevant for from Unicode
579
* Overwrite the
reverseMap
with an index array to the relevant mappings.
584
* Destroys previous data in the
reverseMap
.
594
map=table->
reverseMap
;
[
all
...]
/external/smack/src/org/xbill/DNS/
ReverseMap.java
15
public final class
ReverseMap
{
22
ReverseMap
() {}
Address.java
336
Name name =
ReverseMap
.fromAddress(addr);
/external/smack/src/org/xbill/DNS/spi/
DNSJavaNameService.java
19
import org.xbill.DNS.
ReverseMap
;
170
Name name =
ReverseMap
.fromAddress(InetAddress.getByAddress(addr));
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java
[
all
...]
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
98
/// 'Inst's set in
ReverseMap
. If the set becomes empty, remove Inst's entry.
101
SmallPtrSet<KeyTy, 4> > &
ReverseMap
,
104
InstIt =
ReverseMap
.find(Inst);
105
assert(InstIt !=
ReverseMap
.end() && "Reverse map out of sync?");
109
ReverseMap
.erase(InstIt);
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar
/external/mdnsresponder/mDNSCore/
uDNS.c
[
all
...]
mDNSEmbeddedAPI.h
[
all
...]
Completed in 674 milliseconds