HomeSort by relevance Sort by last modified time
    Searched defs:indexValue (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
rbt_set.cpp 301 int16_t* indexValue = (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) );
303 if (indexValue == 0) {
309 indexValue[j] = r->getIndexValue();
314 if (indexValue[j] >= 0) {
315 if (indexValue[j] == x) {
319 // If the indexValue is < 0, then the first key character is
330 uprv_free(indexValue);
  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.cpp 285 NPVariant indexValue;
286 if (!WebBindings::getProperty(0, npValue, indexId, &indexValue))
288 if (NPVARIANT_IS_STRING(indexValue)) {
289 string item(NPVARIANT_TO_STRING(indexValue).UTF8Characters,
290 NPVARIANT_TO_STRING(indexValue).UTF8Length);
293 WebBindings::releaseVariantValue(&indexValue);
  /external/icu4c/common/
utrie.c 195 int32_t indexValue, newBlock;
198 indexValue=trie->index[c];
199 if(indexValue>0) {
200 return indexValue;
212 uprv_memcpy(trie->data+newBlock, trie->data-indexValue, 4*UTRIE_DATA_BLOCK_LENGTH);
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java     [all...]

Completed in 575 milliseconds