HomeSort by relevance Sort by last modified time
    Searched refs:UCharNames (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
unames.c 81 } UCharNames;
84 * Get the groups table from a UCharNames struct.
89 * @param names (const UCharNames *) pointer to the UCharNames indexes
102 static UCharNames *uCharNames=NULL;
166 if(uCharNames) {
167 uCharNames = NULL;
190 /* load UCharNames from file if necessary */
194 UMTX_CHECK(NULL, (uCharNames!=NULL), isCached)
    [all...]
  /external/icu4c/common/
unames.c 81 } UCharNames;
84 * Get the groups table from a UCharNames struct.
89 * @param names (const UCharNames *) pointer to the UCharNames indexes
102 static UCharNames *uCharNames=NULL;
166 if(uCharNames) {
167 uCharNames = NULL;
190 /* load UCharNames from file if necessary */
194 UMTX_CHECK(NULL, (uCharNames!=NULL), isCached)
    [all...]

Completed in 41 milliseconds