Searched refs:fHash (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Duspoof_conf.h74 UHashtable *fHash; // Key: UnicodeString Value: SPUString member in class:SPUStringPool
H A Dtznames_impl.cpp376 fHash = NULL;
386 fHash = uhash_open(uhash_hashUChars /* keyHash */,
396 if (fHash != NULL) {
397 uhash_close(fHash);
398 fHash = NULL;
416 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
441 uhash_put(fHash, destString, destString, &status);
457 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
460 uhash_put(fHash, ncs, ncs, &status);
480 uhash_close(fHash);
[all...]
H A Duspoof_conf.cpp73 SPUStringPool::SPUStringPool(UErrorCode &status) : fVec(NULL), fHash(NULL) {
75 fHash = uhash_open(uhash_hashUnicodeString, // key hash function
89 uhash_close(fHash);
130 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src));
135 uhash_put(fHash, src, hashedString, &status);
H A Dtznames_impl.h64 UHashtable *fHash; member in class:ZNStringPool
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c1118 int i, l, zl, g, nHash, nZero, fHash, fZero, gLen, isNeg; local
1158 nHash = nZero = fHash = fZero = 0;
1172 while (*p && (*p==df->digit)) { p++; fHash++; }
1249 if (fHash + fZero == 0) {
1283 DBG(fprintf(stderr, "number=%f Hash=%d fZero=%d \n", number, fHash, fZero);)
1284 if ((fHash+fZero) > 0) {
1288 sprintf(f,"%0.*f", fZero+fHash, number -i);
1290 sprintf(f,"%0.*f", fZero+fHash, -1.0 * (number -i) );
1293 while (l>0 && fHash>0) { /* strip not need 0's */
1295 f[l-1]='\0'; l--; fHash
1366 int i, j, k, l, zl, g, nHash, nZero, fHash, fZero, gLen, isNeg; local
[all...]

Completed in 85 milliseconds